freebsd-skq/contrib/llvm/tools/clang
Dimitry Andric 07e2539346 Tentatively apply https://reviews.llvm.org/D23921, to get rid of false
positive diagnostics from -Wvarargs about enum parameters, e.g.:

cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c:388:15: error: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior
      [-Werror,-Wvarargs]
        va_start(ap, which);
                     ^
cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c:382:66: note: parameter of type 'enum nvlist_prtctl_fmt' is declared here
nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...)
                                                                 ^
2016-08-28 19:28:00 +00:00
..
include Update clang to release_39 branch r278877. 2016-08-17 19:42:52 +00:00
lib Tentatively apply https://reviews.llvm.org/D23921, to get rid of false 2016-08-28 19:28:00 +00:00
tools Update clang to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:17:51 +00:00
utils/TableGen Update clang to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:17:51 +00:00
FREEBSD-Xlist Update FREEBSD-Xlist files for llvm and clang. 2015-05-27 20:58:54 +00:00
LICENSE.TXT Update clang to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:17:51 +00:00