summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
...
* [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relev...Argyrios Kyrtzidis2013-04-152-4/+45
* Add triples to these tests since they're now using TLS, which isn't available...Richard Smith2013-04-151-2/+2
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-0/+20
* Disable following tests for Hexagon:Jyotsna Verma2013-04-121-0/+1
* [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emi...Argyrios Kyrtzidis2013-04-111-3/+3
* Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith2013-04-042-0/+5
* Don't eagerly deserialize every templated function (and every static dataRichard Smith2013-04-012-1/+11
* [PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis2013-03-181-0/+13
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-081-1/+1
* Add a test case, to make sure there is no crash on IRGen when using PCHArgyrios Kyrtzidis2013-02-281-0/+39
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+4
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-162-0/+32
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-072-0/+7
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-051-0/+18
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-261-0/+15
* clang/test/PCH/modified-header-error.c: Disable it again. It had been problem...NAKAMURA Takumi2013-01-251-0/+1
* clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi2013-01-251-1/+0
* [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis2013-01-231-0/+28
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-0/+18
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-202-0/+7
* Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor2013-01-181-28/+0
* [PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis2013-01-161-0/+28
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-5/+5
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-182-0/+37
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-182-37/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-182-0/+37
* clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ...NAKAMURA Takumi2012-12-121-0/+3
* Try to fix Win32 failuresDouglas Gregor2012-12-111-1/+1
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-081-0/+12
* Looks like lit on Windows can't cope with parens here, and in any case, we sh...Richard Smith2012-12-051-1/+1
* More workarounds for PR10867.Richard Smith2012-12-051-1/+2
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-282-0/+9
* [PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis2012-11-151-0/+317
* Copy the decls returned by DeclContext::lookup_result to aArgyrios Kyrtzidis2012-11-131-0/+40
* [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis2012-11-061-0/+46
* Our style for diagnostic messages is to not include a trailing dot.Matt Beaumont-Gay2012-11-051-1/+1
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-312-0/+34
* [PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis2012-10-301-5/+16
* Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.Kaelyn Uhrain2012-10-253-2/+2
* Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed2012-10-253-10/+10
* Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor2012-10-242-4/+21
* Explicitly specify C++98 when building the C++ precompiled header for this te...Douglas Gregor2012-10-241-4/+2
* clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -s...NAKAMURA Takumi2012-10-231-1/+1
* clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually x...NAKAMURA Takumi2012-10-231-0/+3
* clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32.NAKAMURA Takumi2012-10-231-2/+2
* If the precompiled header named by "-include" is actually a directory,Douglas Gregor2012-10-233-1/+28
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-1937-1/+69
* Move the set of files to be validated in an AST file into the controlDouglas Gregor2012-10-191-10/+2
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-2/+3
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-162-0/+7