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