summaryrefslogtreecommitdiffstats
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
...
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-1/+1
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-232-0/+2
* Fix use-after-free ASan failures for modules / PCH files that deserialize abi...Richard Smith2016-05-181-0/+2
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-2/+2
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-2/+2
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-2/+2
* Module debugging: Fix the DWO filename for PCH in a relative path.Adrian Prantl2016-04-271-0/+76
* Fix a bug involving deferred decl emission and PCHReid Kleckner2016-04-222-0/+18
* [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila...Oleg Ranevskyy2016-03-302-0/+18
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-0/+9
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-082-2/+8
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-031-0/+34
* Serialize `pragma ms_struct` state.Nico Weber2016-03-021-0/+41
* fix test from r262506Nico Weber2016-03-021-1/+0
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+23
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+22
* Exclude PCH/missing-file.cpp on Windows, it does not pass reliablyReid Kleckner2016-02-161-5/+4
* PR25271: When attaching default template arguments to redeclarations of aRichard Smith2016-02-041-0/+26
* [OpenCL] Pipe type supportXiuli Pan2016-01-092-3/+26
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+19
* Only instantiate a default argument once.John McCall2016-01-061-0/+50
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-211-2/+0
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-2/+2
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-2/+2
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+14
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-0/+13
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-082-2/+2
* Support __builtin_ms_va_list.Charles Davis2015-09-174-0/+21
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+34
* Fix crash on invalid if we can't find a suitable PCH file in a specifiedRichard Smith2015-09-041-2/+8
* Don't use fprintf to emit this diagnostic!Richard Smith2015-09-011-0/+3
* PR24597: Fix in-place evaluation of call expressions to provide a proper "this"Richard Smith2015-08-281-0/+1
* Internal-linkage variables with constant-evaluatable initializers do not need...Richard Smith2015-08-191-3/+12
* Remove bad test.Sean Silva2015-07-302-15/+0
* Add missing files for objc_boxable feature.Alex Denisov2015-07-233-0/+25
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-2/+2
* Tweak clang/test/PCH/chain-openmp-threadprivate.cpp to satisfy i686-win32.NAKAMURA Takumi2015-07-141-1/+1
* Fix test for Visual C++.Yaron Keren2015-07-141-5/+7
* Mark clang/test/PCH/chain-openmp-threadprivate.cpp as REQUIRES:tls.NAKAMURA Takumi2015-07-141-0/+3
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-2/+12
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-0817-1/+17
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-0717-17/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-0717-1/+17
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-2/+10
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+33
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-1/+4
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+4
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+30
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-294-6/+6
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+13