| Commit message (Expand) | Author | Age | Files | Lines |
| * | [modules] Make sure enabled diagnostic pragmas inside the module don't affect... | Argyrios Kyrtzidis | 2013-03-27 | 1 | -3/+9 |
| * | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -49/+87 |
| * | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis | 2013-03-22 | 1 | -144/+275 |
| * | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor | 2013-03-20 | 1 | -0/+17 |
| * | Only introduce the SDKSettings.plist dependency in modules/PCH files that don... | Douglas Gregor | 2013-03-20 | 1 | -1/+1 |
| * | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor | 2013-03-20 | 1 | -0/+15 |
| * | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor | 2013-03-19 | 1 | -0/+2 |
| * | [modules] Don't record the macros from the predefines buffer. | Argyrios Kyrtzidis | 2013-03-15 | 1 | -1/+24 |
| * | <rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend... | Douglas Gregor | 2013-03-15 | 1 | -15/+46 |
| * | [modules] Don't write the UnusedFileScopedDecls vector to the module file. | Argyrios Kyrtzidis | 2013-03-14 | 1 | -2/+3 |
| * | [modules] Check for delegating constructor cycles when building a module and ... | Argyrios Kyrtzidis | 2013-03-14 | 1 | -3/+6 |
| * | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -5/+25 |
| * | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -2/+4 |
| * | [PCH] When pre-validating the headers from the PCH, only validate non-system ... | Argyrios Kyrtzidis | 2013-03-06 | 1 | -2/+22 |
| * | [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. | Argyrios Kyrtzidis | 2013-03-06 | 1 | -16/+24 |
| * | [PCH] Remove building a SmallPtrSet that is not actually used for anything. | Argyrios Kyrtzidis | 2013-03-01 | 1 | -2/+0 |
| * | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko | 2013-02-22 | 1 | -0/+10 |
| * | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -4/+4 |
| * | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis | 2013-02-20 | 1 | -27/+29 |
| * | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor | 2013-02-18 | 1 | -3/+15 |
| * | Always keep highest identifier, selector, and macro IDs when we've | Douglas Gregor | 2013-02-08 | 1 | -5/+21 |
| * | Remove dead code related to the now defunct PCH stat cache. | Ted Kremenek | 2013-02-05 | 1 | -48/+0 |
| * | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky | 2013-02-01 | 1 | -9/+9 |
| * | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky | 2013-01-31 | 1 | -4/+5 |
| * | [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. | Daniel Dunbar | 2013-01-30 | 1 | -1/+0 |
| * | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar | 2013-01-30 | 1 | -1/+0 |
| * | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky | 2013-01-26 | 1 | -1/+16 |
| * | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar | 2013-01-25 | 1 | -1/+0 |
| * | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor | 2013-01-21 | 1 | -0/+1 |
| * | [PCH/Modules] Revert r172843, it caused a module to fail building. | Argyrios Kyrtzidis | 2013-01-19 | 1 | -12/+18 |
| * | [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! | Argyrios Kyrtzidis | 2013-01-18 | 1 | -18/+12 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -0/+2 |
| * | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor | 2013-01-18 | 1 | -9/+16 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -4/+6 |
| * | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis | 2013-01-16 | 1 | -16/+9 |
| * | Fix Casting | David Greene | 2013-01-15 | 1 | -1/+1 |
| * | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 1 | -1/+16 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
| * | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith | 2013-01-10 | 1 | -10/+10 |
| * | [PCH] (De)serialize the end location of MacroInfo. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -0/+1 |
| * | updateOutOfDateIdentifier() can cause the identifier table to be | Douglas Gregor | 2013-01-07 | 1 | -2/+10 |
| * | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -7/+8 |
| * | [PCH] Make the new PCH format (control block) backwards compatible and | Argyrios Kyrtzidis | 2012-12-13 | 1 | -0/+6 |
| * | [PCH] When writing out the list of input files, avoid emitting duplicate | Argyrios Kyrtzidis | 2012-12-11 | 1 | -1/+6 |
| * | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith | 2012-12-08 | 1 | -0/+6 |
| * | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -0/+1 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -10/+10 |
| * | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith | 2012-11-30 | 1 | -18/+4 |
| * | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 1 | -0/+4 |
| * | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis | 2012-11-28 | 1 | -2/+2 |