summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-0/+62
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+27
* Removing an XFAIL which shouldn't apply. We no longer care about MSVC 9, and ...Aaron Ballman2014-05-191-6/+0
* Fix the AST printer for attributed statements so that it does not print dupli...Aaron Ballman2014-05-131-3/+3
* Updated the test case to show that no diagnostics are expected, and not requi...Aaron Ballman2014-05-131-1/+2
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-0/+23
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-091-0/+2
* Split out header integration testsAlp Toker2014-05-041-7/+0
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-0/+17
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-282-1/+21
* Update clang/test/PCH/single-token-macro.c corresponding to r206791.NAKAMURA Takumi2014-04-221-0/+5
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-2/+2
* Updating the capability attribute diagnostics to be more capability-neutral. ...Aaron Ballman2014-04-011-16/+16
* Fix PR18307: Properly (de)serialize inherited constructors and their using de...Stephan Tolksdorf2014-03-271-0/+39
* Serialize and deserialize mangling numbers.Richard Smith2014-03-211-0/+28
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-9/+38
* Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemp...Stephan Tolksdorf2014-03-151-0/+31
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-0/+36
* Fix broken CHECK linesNico Rieck2014-02-161-2/+2
* Fix PCH deserialization bug with local static symbols being treated as local ...Ted Kremenek2014-02-112-0/+27
* Fix test from r200979 on WindowsBen Langmuir2014-02-071-1/+1
* Fix test from r200979 on non-Darwin systemsBen Langmuir2014-02-071-7/+7
* Stat system dependencies when using -verify-pchBen Langmuir2014-02-071-5/+20
* Revert r194097: "With this patch -Wwrite-strings is still implemented with th...Argyrios Kyrtzidis2014-02-071-0/+17
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+15
* Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.NAKAMURA Takumi2014-01-171-4/+4
* Improve the error message when a PCH dependency is modifiedBen Langmuir2014-01-172-0/+24
* ObjectiveC. Improve on diagnostics per Jordan's feedback.Fariborz Jahanian2014-01-151-3/+3
* ObjectiveC. produce more expressive warning whenFariborz Jahanian2014-01-141-3/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-146-26/+26
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-136-26/+26
* PCH: fix a crash caused by a circular deserialization dependencyDmitri Gribenko2013-12-191-0/+47
* Make this test pass on Release builds.Rafael Espindola2013-12-121-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-123-4/+4
* Make the -Wkeyword-compat diag message more accurateAlp Toker2013-12-091-2/+2
* Remove duplicated -cc1 in testsAlp Toker2013-12-081-3/+3
* Emit an extension warning when changing system header tokensAlp Toker2013-12-032-3/+5
* Default to use libc++ on OS X 10.9+ and iOS 7+.Bob Wilson2013-11-021-3/+3
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-021-7/+9
* Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-0/+58
* Revert r193223 and r193216.Rafael Espindola2013-10-231-58/+0
* Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-0/+58
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-222-113/+0
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-1/+1
* Add compat/extension warnings for init captures.Richard Smith2013-09-281-2/+2
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-0/+28
* Implement restriction that a partial specialization must actually specializeRichard Smith2013-09-241-9/+9
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+4
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-4/+11
* Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith2013-08-291-6/+13