Age | Commit message (Expand) | Author |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-07-06 | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko |
2012-07-02 | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-16 | Explicitly build __builtin_va_list. | Meador Inge |
2012-06-10 | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith |
2012-06-08 | Switch LineTableInfo to use FileID instead of int for file references, | Douglas Gregor |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
2012-04-21 | Fix serialization of uninstantiated exception specifications. Patch by Li Kan, | Richard Smith |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-03-26 | Canonicalize the declaration we write to a PCH file for an | Douglas Gregor |
2012-03-16 | Fix Objective-C compilation-time performance regression introduced in r152608. | 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-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-02-25 | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith |
2012-02-24 | Change the text of a FIXME. | Argyrios Kyrtzidis |
2012-02-24 | [PCH] When keeping track of top-level decls for "targeted deserialization" | Argyrios Kyrtzidis |
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 | Basic support for name mangling of C++11 lambda expressions. Because | 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-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
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-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor |
2012-01-17 | Rework the way in which we (de-)serialize the declarations | Douglas Gregor |
2012-01-17 | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor |
2012-01-15 | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor |
2012-01-15 | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor |
2012-01-05 | Don't seed the ASTWriter's declaration -> ID mapping with the IDs of | Douglas Gregor |
2012-01-05 | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor |
2012-01-04 | Store the submodules of a module in source order, as they are stored | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Don't bother rewriting an Objective-C class or protocol declaration to the mo... | Douglas Gregor |
2012-01-01 | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor |