aboutsummaryrefslogtreecommitdiff
path: root/test/PCH
AgeCommit message (Expand)Author
2013-05-03Serialization for captured statementsBen Langmuir
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-20Add another test I forgot to svn add.Richard Smith
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-15Remove XFAIL now that the test is standalone.Rafael Espindola
2013-04-15[PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relev...Argyrios Kyrtzidis
2013-04-15Add triples to these tests since they're now using TLS, which isn't available...Richard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-12Disable following tests for Hexagon:Jyotsna Verma
2013-04-11[PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emi...Argyrios Kyrtzidis
2013-04-04Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith
2013-04-01Don't eagerly deserialize every templated function (and every static dataRichard Smith
2013-03-18[PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis
2013-03-08[PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis
2013-02-28Add a test case, to make sure there is no crash on IRGen when using PCHArgyrios Kyrtzidis
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-05[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-25clang/test/PCH/modified-header-error.c: Disable it again. It had been problem...NAKAMURA Takumi
2013-01-25clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi
2013-01-23[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis
2013-01-22Switch to APFloat constructor taking fltSemantics.Tim Northover
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-18Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor
2013-01-16[PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-12clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ...NAKAMURA Takumi
2012-12-11Try to fix Win32 failuresDouglas Gregor
2012-12-08Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith
2012-12-05Looks like lit on Windows can't cope with parens here, and in any case, we sh...Richard Smith
2012-12-05More workarounds for PR10867.Richard Smith
2012-11-28Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith
2012-11-15[PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis
2012-11-13Copy the decls returned by DeclContext::lookup_result to aArgyrios Kyrtzidis
2012-11-06[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis
2012-11-05Our style for diagnostic messages is to not include a trailing dot.Matt Beaumont-Gay
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-30[PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis
2012-10-25Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.Kaelyn Uhrain
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-10-24Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor
2012-10-24Explicitly specify C++98 when building the C++ precompiled header for this te...Douglas Gregor
2012-10-23clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -s...NAKAMURA Takumi
2012-10-23clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually x...NAKAMURA Takumi
2012-10-23clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32.NAKAMURA Takumi