| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split the target options out into their own record within the AST | Douglas Gregor | 2012-10-18 | 1 | -13/+17 |
* | Start factoring the on-disk records for an AST file into a control | Douglas Gregor | 2012-10-18 | 1 | -23/+27 |
* | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 2012-10-16 | 1 | -14/+16 |
* | Introduce the notion of excluded headers into the module map | Douglas Gregor | 2012-10-15 | 1 | -0/+12 |
* | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 1 | -0/+1 |
* | [libclang] Improve AST serialization done by ASTUnit::Save(). | Argyrios Kyrtzidis | 2012-10-11 | 1 | -1/+1 |
* | Remove the ASTDeserializationListener's MacroVisible() callback, which | Douglas Gregor | 2012-10-11 | 1 | -16/+0 |
* | Remove an unused bit from the serialized IdentifierInfo | Douglas Gregor | 2012-10-11 | 1 | -2/+0 |
* | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor | 2012-10-11 | 1 | -5/+16 |
* | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 1 | -27/+100 |
* | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor | 2012-10-09 | 1 | -3/+2 |
* | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis | 2012-10-05 | 1 | -0/+11 |
* | Fixed FunctionTypeLoc source range. | Abramo Bagnara | 2012-10-04 | 1 | -0/+2 |
* | [PCH/Module] Change the map of file-level DeclIDs to use a FileID | Argyrios Kyrtzidis | 2012-10-02 | 1 | -4/+5 |
* | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+2 |
* | Add info in the preprocessing record whether an inclusion directive | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+2 |
* | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -0/+6 |
* | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko | 2012-09-25 | 1 | -89/+103 |
* | ASTWriter: Tighten up assertions when emitting a declaration name. | Benjamin Kramer | 2012-09-19 | 1 | -7/+9 |
* | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman | 2012-09-19 | 1 | -0/+1 |
* | Keep history of macro definitions and #undefs | Alexander Kornienko | 2012-08-29 | 1 | -4/+6 |
* | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier | 2012-08-25 | 1 | -1/+1 |
* | [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. | Chad Rosier | 2012-08-24 | 1 | -0/+1 |
* | Fix a few -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-24 | 1 | -2/+0 |
* | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith | 2012-08-14 | 1 | -1/+0 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -0/+2 |
* | Inline storage of attributes in AttributedStmt. | Alexander Kornienko | 2012-07-09 | 1 | -3/+5 |
* | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko | 2012-07-06 | 1 | -7/+7 |
* | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis | 2012-07-02 | 1 | -2/+24 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -0/+3 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -0/+18 |
* | Explicitly build __builtin_va_list. | Meador Inge | 2012-06-16 | 1 | -2/+3 |
* | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith | 2012-06-10 | 1 | -4/+0 |
* | Switch LineTableInfo to use FileID instead of int for file references, | Douglas Gregor | 2012-06-08 | 1 | -2/+2 |
* | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -1/+1 |
* | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer | 2012-06-06 | 1 | -4/+3 |
* | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith | 2012-05-07 | 1 | -0/+1 |
* | Fix serialization of uninstantiated exception specifications. Patch by Li Kan, | Richard Smith | 2012-04-21 | 1 | -0/+3 |
* | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -1/+1 |
* | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -0/+1 |
* | Canonicalize the declaration we write to a PCH file for an | Douglas Gregor | 2012-03-26 | 1 | -1/+1 |
* | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith | 2012-03-16 | 1 | -2/+3 |
* | It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we | Nick Lewycky | 2012-03-13 | 1 | -4/+0 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -4/+4 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -1/+0 |
* | [libclang] Fix a crash when serializing a preprocessing record that contains | Argyrios Kyrtzidis | 2012-03-08 | 1 | -1/+4 |
* | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+1 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -2/+7 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+4 |
* | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith | 2012-02-25 | 1 | -0/+9 |