summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-292-5/+5
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-1/+0
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-132-6/+25
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-131-0/+172
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-125-12/+12
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-0/+5
* Avoid crashing if a directory has no pch files.Rafael Espindola2013-07-281-1/+1
* Don't pass %s twice to clang -cc1.Rafael Espindola2013-07-251-1/+1
* Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionR...David Blaikie2013-07-152-0/+12
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-132-0/+25
* Use the new --crash option in commands that are expected to crash.Rafael Espindola2013-07-051-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-0410-16/+16
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-0/+5
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-262-1/+32
* Fix PCH bug with member templates of local classes in nontemplate functions. Faisal Vali2013-06-262-0/+113
* When setting the external visible declarations for a decl context, checkRichard Smith2013-06-242-1/+17
* Add test coverage for serialization of dependent function template specializa...Eli Friedman2013-06-192-0/+11
* When declaring an ObjC interface decl with a @compatibility_alias alias name,...Argyrios Kyrtzidis2013-06-182-0/+26
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-301-0/+14
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-301-1/+1
* Objective-C [qoi]: Improve on diagnostic when a method usedFariborz Jahanian2013-05-281-3/+3
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-232-0/+4
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-0/+9
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-0/+1
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-0/+34
* Serialization for captured statementsBen Langmuir2013-05-031-0/+42
* Implement C++1y decltype(auto).Richard Smith2013-04-261-0/+24
* Add another test I forgot to svn add.Richard Smith2013-04-201-0/+30
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-179-35/+24
* Remove XFAIL now that the test is standalone.Rafael Espindola2013-04-151-1/+0