Age | Commit message (Expand) | Author |
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 |
2012-10-23 | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Move the set of files to be validated in an AST file into the control | Douglas Gregor |
2012-10-18 | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith |
2012-10-16 | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-02 | Added a test for C++11 statement attributes serialization. | Alexander Kornienko |
2012-09-20 | Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. | Douglas Gregor |
2012-09-14 | Fix abbreviation for CharacterLiteral in AST serialization. PR13806. | Eli Friedman |
2012-09-12 | clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. | NAKAMURA Takumi |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-10 | [PCH] When loading fields from external storage make sure to also | Argyrios Kyrtzidis |
2012-09-07 | PR9023: A template template parameter whose template parameter list contains an | Richard Smith |
2012-07-25 | test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. | NAKAMURA Takumi |
2012-07-25 | Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. | Ted Kremenek |
2012-07-18 | Rolling this change back because the fix doesn't fit the symptoms (even if it... | Aaron Ballman |
2012-07-18 | Fixing up a test case that was failing due to the lack of -std=c++11 | Aaron Ballman |
2012-07-11 | Allow -verify directives to be filtered by preprocessing. | Jordan Rose |
2012-07-02 | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis |
2012-07-01 | PR13189: va_list broken with precompiled headers | Meador Inge |
2012-06-29 | Patch for handling C99 veriadic macros when using precompiled headers, | Douglas Gregor |
2012-06-20 | Add the PCH file name to the message about not being able to read the PCH. | Kaelyn Uhrain |
2012-06-16 | Explicitly build __builtin_va_list. | Meador Inge |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-06-06 | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose |
2012-05-15 | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie |
2012-05-11 | The Lexer constructor expects a source location at the start of the | Argyrios Kyrtzidis |
2012-05-04 | test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. | NAKAMURA Takumi |
2012-05-04 | [PCH] Really, pinky swear, fix for PR12689 | Argyrios Kyrtzidis |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |
2012-05-03 | [PCH] Clear switch case IDs when deserializing a objc method body. | Argyrios Kyrtzidis |
2012-04-22 | PR12585: When processing a friend template inside a class template, don't | Richard Smith |
2012-04-21 | Fix serialization of uninstantiated exception specifications. Patch by Li Kan, | Richard Smith |
2012-04-16 | Implement the all_lookups_iterator for PCH as a follow-up to r153970. This | Nick Lewycky |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-04-05 | Enable warn_impcast_literal_float_to_integer by default. | David Blaikie |