Age | Commit message (Expand) | Author |
2013-05-03 | Serialization for captured statements | Ben Langmuir |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-20 | Add another test I forgot to svn add. | Richard Smith |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-04-15 | Remove 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-15 | Add triples to these tests since they're now using TLS, which isn't available... | Richard Smith |
2013-04-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-12 | Disable 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-04 | Fix 41 of the 61 tests which fail with modules enabled: we were computing and | Richard Smith |
2013-04-01 | Don't eagerly deserialize every templated function (and every static data | Richard 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 mention | Argyrios Kyrtzidis |
2013-02-28 | Add a test case, to make sure there is no crash on IRGen when using PCH | Argyrios Kyrtzidis |
2013-02-20 | Modify the tests to use attribute group references instead of listing the | Bill Wendling |
2013-02-16 | [PCH] Deserializing the DeclContext of a template parameter is not safe | Argyrios Kyrtzidis |
2013-02-07 | Add 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-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
2013-01-25 | clang/test/PCH/modified-header-error.c: Disable it again. It had been problem... | NAKAMURA Takumi |
2013-01-25 | clang/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-22 | Switch to APFloat constructor taking fltSemantics. | Tim Northover |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-18 | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor |
2013-01-16 | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis |
2012-12-20 | Implement AST dumper for Decls. | Alexander Kornienko |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-12 | clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ... | NAKAMURA Takumi |
2012-12-11 | Try to fix Win32 failures | Douglas Gregor |
2012-12-08 | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith |
2012-12-05 | Looks like lit on Windows can't cope with parens here, and in any case, we sh... | Richard Smith |
2012-12-05 | More workarounds for PR10867. | Richard Smith |
2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
2012-11-15 | [PCH] Reading expressions from attributes should be done using ReadExpr(), | Argyrios Kyrtzidis |
2012-11-13 | Copy the decls returned by DeclContext::lookup_result to a | Argyrios Kyrtzidis |
2012-11-06 | [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type | Argyrios Kyrtzidis |
2012-11-05 | Our 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 created | Argyrios Kyrtzidis |
2012-10-25 | Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. | Kaelyn Uhrain |
2012-10-25 | Correct test inovocations to use %clang_cc1 rather than direct invocation (so... | David Tweed |
2012-10-24 | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor |
2012-10-24 | Explicitly specify C++98 when building the C++ precompiled header for this te... | Douglas Gregor |
2012-10-23 | clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -s... | NAKAMURA Takumi |
2012-10-23 | clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually x... | NAKAMURA Takumi |
2012-10-23 | clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. | NAKAMURA Takumi |