| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 3 | -9/+9 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 4 | -23/+4 |
* | Allow serializing an invalid ParmVarDecl and don't set access to public for | Argyrios Kyrtzidis | 2012-03-09 | 1 | -8/+8 |
* | [libclang] Fix a crash when serializing a preprocessing record that contains | Argyrios Kyrtzidis | 2012-03-08 | 2 | -4/+8 |
* | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 3 | -0/+16 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 2 | -4/+16 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 3 | -2/+134 |
* | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis | 2012-03-05 | 1 | -2/+2 |
* | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis | 2012-03-01 | 1 | -1/+1 |
* | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian | 2012-02-29 | 2 | -0/+2 |
* | ASTWriter: Cache some DenseMaps we use repeatedly. | Daniel Dunbar | 2012-02-29 | 1 | -5/+4 |
* | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis | 2012-02-27 | 1 | -1/+1 |
* | Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ... | Benjamin Kramer | 2012-02-27 | 2 | -0/+2 |
* | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith | 2012-02-25 | 2 | -0/+17 |
* | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -2/+2 |
* | Change the text of a FIXME. | Argyrios Kyrtzidis | 2012-02-24 | 1 | -1/+2 |
* | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 2 | -0/+26 |
* | [PCH] When keeping track of top-level decls for "targeted deserialization" | Argyrios Kyrtzidis | 2012-02-24 | 1 | -0/+3 |
* | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 2012-02-22 | 2 | -4/+0 |
* | Improve our handling of lambda expressions that occur within default | Douglas Gregor | 2012-02-21 | 2 | -1/+3 |
* | Implement name mangling for lambda expressions that occur within the | Douglas Gregor | 2012-02-21 | 2 | -0/+2 |
* | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis | 2012-02-20 | 1 | -1/+8 |
* | modern objc translator. Finish off first cut of the | Fariborz Jahanian | 2012-02-20 | 2 | -0/+8 |
* | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor | 2012-02-20 | 2 | -0/+2 |
* | Deserialize the direct-initialization range of a "new" expression | Douglas Gregor | 2012-02-20 | 1 | -7/+2 |
* | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl | 2012-02-16 | 2 | -18/+10 |
* | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl | 2012-02-16 | 2 | -10/+18 |
* | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl | 2012-02-16 | 2 | -18/+10 |
* | Implicitly define a lambda's conversion functions (to function | Douglas Gregor | 2012-02-16 | 2 | -0/+4 |
* | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor | 2012-02-14 | 4 | -3/+107 |
* | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 2 | -2/+5 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 2 | -4/+4 |
* | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith | 2012-02-10 | 2 | -1/+2 |
* | [PCH] Add some comments, per Ted's request. | Argyrios Kyrtzidis | 2012-02-09 | 1 | -0/+4 |
* | Fix ASTReader::FinishedDeserializing(). | Argyrios Kyrtzidis | 2012-02-09 | 1 | -18/+14 |
* | [PCH] Set the DeclContext before doing any deserialization, to make sure inte... | Argyrios Kyrtzidis | 2012-02-09 | 1 | -0/+4 |
* | [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the... | Argyrios Kyrtzidis | 2012-02-09 | 1 | -9/+9 |
* | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 2 | -2/+0 |
* | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 2 | -0/+10 |
* | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara | 2012-02-06 | 2 | -0/+2 |
* | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara | 2012-02-06 | 2 | -4/+4 |
* | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 2 | -4/+6 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 3 | -16/+16 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -1/+2 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 2 | -4/+8 |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 2 | -61/+71 |