summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAge
...
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-30
* Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith2013-08-29
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-29
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-14
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-13
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-13
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-07
* Avoid crashing if a directory has no pch files.Rafael Espindola2013-07-28
* Don't pass %s twice to clang -cc1.Rafael Espindola2013-07-25
* Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionR...David Blaikie2013-07-15
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-13
* Use the new --crash option in commands that are expected to crash.Rafael Espindola2013-07-05
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-04
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-28
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-26
* Fix PCH bug with member templates of local classes in nontemplate functions. Faisal Vali2013-06-26
* When setting the external visible declarations for a decl context, checkRichard Smith2013-06-24
* Add test coverage for serialization of dependent function template specializa...Eli Friedman2013-06-19
* When declaring an ObjC interface decl with a @compatibility_alias alias name,...Argyrios Kyrtzidis2013-06-18
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-30
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-30
* Objective-C [qoi]: Improve on diagnostic when a method usedFariborz Jahanian2013-05-28
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-23
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-16
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-15
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-14
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-11
* Serialization for captured statementsBen Langmuir2013-05-03
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Add another test I forgot to svn add.Richard Smith2013-04-20
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-17
* Remove XFAIL now that the test is standalone.Rafael Espindola2013-04-15
* [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relev...Argyrios Kyrtzidis2013-04-15
* Add triples to these tests since they're now using TLS, which isn't available...Richard Smith2013-04-15
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-13
* Disable following tests for Hexagon:Jyotsna Verma2013-04-12
* [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emi...Argyrios Kyrtzidis2013-04-11
* Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith2013-04-04
* Don't eagerly deserialize every templated function (and every static dataRichard Smith2013-04-01
* [PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis2013-03-18
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-08
* Add a test case, to make sure there is no crash on IRGen when using PCHArgyrios Kyrtzidis2013-02-28
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-20
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-16
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-05
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-26
* clang/test/PCH/modified-header-error.c: Disable it again. It had been problem...NAKAMURA Takumi2013-01-25