summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes2016-12-122-16/+0
* [CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes2016-12-121-0/+43
* [Driver] Attempt to fix new linux-ld tests on WindowsMichal Gorny2016-12-121-3/+3
* [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny2016-12-126-0/+86
* [CrashReproducer] Setup a module collector callback for HeaderIncludeBruno Cardoso Lopes2016-12-111-0/+7
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-111-0/+48
* [AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has v...Craig Topper2016-12-111-6/+10
* [AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a v...Craig Topper2016-12-101-3/+5
* [AVX-512] Remove 128/256-bit masked vpermilvar builtins and replace with sele...Craig Topper2016-12-101-8/+16
* [analyzer] Improve VirtualCallChecker diagnostics and move into optin package.Devin Coughlin2016-12-102-8/+66
* [ubsan] Treat ObjC's BOOL as if its range is always {0, 1}Vedant Kumar2016-12-091-0/+13
* [CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich2016-12-091-7/+66
* [c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...Richard Smith2016-12-091-1/+3
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-14/+20
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-099-14/+14
* Add tests for a couple more DRs.Richard Smith2016-12-094-4/+57
* cxx_dr_status: update to latest issue list and add a couple more tests.Richard Smith2016-12-092-4/+84
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-0/+534
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-098-17/+61
* Relax IRgen check in decl-in-prototype.c to match signext on PPC64Reid Kleckner2016-12-091-1/+1
* Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber2016-12-091-0/+35
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-094-12/+64
* [Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2016-12-092-0/+16
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-0916-0/+3812
* [CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes2016-12-097-9/+7
* [CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes2016-12-091-0/+58
* Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson2016-12-0932-40/+40
* [sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)Mike Aizatsky2016-12-081-0/+14
* [DebugInfo] Relax test case for long double constants.David Gross2016-12-081-1/+5
* [DebugInfo] Add support for __fp16, float, and double constants.David Gross2016-12-081-0/+27
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-081-5/+36
* Fixing test to work when the compiler defaults to a different C++ standard ve...Douglas Yung2016-12-081-8/+30
* [CodeCompletion][ObjC] Use a parameterized NSSet return type forAlex Lorenz2016-12-081-1/+1
* [CodeCompletion] Provide Objective-C class property completion resultsAlex Lorenz2016-12-082-0/+97
* [Sema] Avoid "case value not in enumerated type" warning for C++11 opaque enumsAlex Lorenz2016-12-081-0/+30
* [analyzer] Add dispatch_data_create as a special case in RetainCountChecker.Artem Dergachev2016-12-081-0/+80
* [c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use theRichard Smith2016-12-081-1/+1
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-0811-24/+61
* [Headers] Enable #include_next<float.h> on DarwinBruno Cardoso Lopes2016-12-082-0/+19
* Loosen checks for _MSC_FULL_VER under -fms-extensions.David L. Jones2016-12-081-1/+1
* [Driver][Darwin] Disable default stack protector levels in freestanding mode.Bruno Cardoso Lopes2016-12-081-0/+13
* Add more tests for MSVC version handling.David L. Jones2016-12-072-0/+11
* [Driver] Add tests for default stack protector values on DarwinBruno Cardoso Lopes2016-12-071-0/+15
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-074-58/+117
* [analyzer] pr31226: Disable CastSizeChecker in C++ because it's not quite ready.Artem Dergachev2016-12-071-2/+21
* Implement the -Wstrict-prototypes warningAlex Lorenz2016-12-072-0/+82
* [ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz2016-12-071-0/+35
* Compilation database test: don't try to output to CWDSam McCall2016-12-071-4/+5
* [OpenCL] Added a LIT test for ensuring address space mangling is done the sam...Alexey Bader2016-12-071-0/+14
* [OpenCL] Fix SPIR version generation.Alexey Bader2016-12-071-9/+12
OpenPOWER on IntegriCloud