aboutsummaryrefslogtreecommitdiff
path: root/clang/test/PCH
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Merging r196212:Bill Wendling2-3/+5
2013-11-02Default to use libc++ on OS X 10.9+ and iOS 7+.Bob Wilson1-3/+3
2013-11-02Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu1-7/+9
2013-10-23Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali1-0/+58
2013-10-23Revert r193223 and r193216.Rafael Espindola1-58/+0
2013-10-23Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali1-0/+58
2013-10-22Sema: Do not allow template declarations inside local classesDavid Majnemer2-113/+0
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt1-1/+1
2013-09-28Add compat/extension warnings for init captures.Richard Smith1-2/+2
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith1-0/+28
2013-09-24Implement restriction that a partial specialization must actually specializeRichard Smith1-9/+9
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel1-0/+4
2013-08-30Don't eagerly load all conversion operators when loading a class declarationRichard Smith1-4/+11
2013-08-29Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith1-6/+13
2013-08-29Adjust clang for change to APFloat::toString.Eli Friedman2-5/+5
2013-08-14Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo1-1/+0
2013-08-13Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2-6/+25
2013-08-13variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo1-0/+172
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover5-12/+12
2013-08-07PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith1-0/+5
2013-07-28Avoid crashing if a directory has no pch files.Rafael Espindola1-1/+1
2013-07-25Don't pass %s twice to clang -cc1.Rafael Espindola1-1/+1
2013-07-15Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionR...David Blaikie2-0/+12
2013-07-13C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2-0/+25
2013-07-05Use the new --crash option in commands that are expected to crash.Rafael Espindola1-1/+1
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola10-16/+16
2013-07-04Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola1-1/+1
2013-06-28Lazily deserialize function template specializations. This fixes a cycle inRichard Smith1-0/+5
2013-06-26Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2-1/+32
2013-06-26Fix PCH bug with member templates of local classes in nontemplate functions. Faisal Vali2-0/+113
2013-06-24When setting the external visible declarations for a decl context, checkRichard Smith2-1/+17
2013-06-19Add test coverage for serialization of dependent function template specializa...Eli Friedman2-0/+11
2013-06-18When declaring an ObjC interface decl with a @compatibility_alias alias name,...Argyrios Kyrtzidis2-0/+26
2013-05-30[PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis1-0/+14
2013-05-30Objective-C: Implements gcc's -Wselector optionFariborz Jahanian1-1/+1
2013-05-28Objective-C [qoi]: Improve on diagnostic when a method usedFariborz Jahanian1-3/+3
2013-05-23Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2-0/+4
2013-05-16First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith1-0/+9
2013-05-15improve of note message and minor refactoring of my lastFariborz Jahanian1-1/+1
2013-05-14Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian1-0/+1
2013-05-11C++1y deduced return types: when we deduce a return type for a function whichRichard Smith1-0/+34
2013-05-03Serialization for captured statementsBen Langmuir1-0/+42
2013-04-26Implement C++1y decltype(auto).Richard Smith1-0/+24
2013-04-20Add another test I forgot to svn add.Richard Smith1-0/+30
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs9-35/+24
2013-04-15Remove XFAIL now that the test is standalone.Rafael Espindola1-1/+0
2013-04-15[PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relev...Argyrios Kyrtzidis2-4/+45
2013-04-15Add triples to these tests since they're now using TLS, which isn't available...Richard Smith1-2/+2
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith1-0/+20
2013-04-12Disable following tests for Hexagon:Jyotsna Verma1-0/+1