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