| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis | 2012-11-15 | 1 | -0/+5 |
* | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis | 2012-11-15 | 1 | -1/+1 |
* | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman | 2012-11-14 | 1 | -0/+1 |
* | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 2012-10-31 | 1 | -46/+3 |
* | [PCH] The diagnostic state points can refer to previously created | Argyrios Kyrtzidis | 2012-10-30 | 1 | -8/+19 |
* | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor | 2012-10-24 | 1 | -0/+1 |
* | (De-)serialize the preprocessor options, including macros defined, | Douglas Gregor | 2012-10-24 | 1 | -3/+30 |
* | (De-)serialize header search options. | Douglas Gregor | 2012-10-24 | 1 | -2/+40 |
* | (De-)serialize the file system options. | Douglas Gregor | 2012-10-24 | 1 | -1/+9 |
* | Serialize DiagnosticOptions to the AST file. | Douglas Gregor | 2012-10-24 | 1 | -0/+16 |
* | Eliminate the redundancy between source-file information in the source | Douglas Gregor | 2012-10-22 | 1 | -26/+30 |
* | ASTWriter.cpp: Fix a warning. [-Wunused-variable] | NAKAMURA Takumi | 2012-10-19 | 1 | -2/+1 |
* | Describe the new input-files block and its record, for llvm-bcanalyzer. | Douglas Gregor | 2012-10-19 | 1 | -0/+3 |
* | Move the set of files to be validated in an AST file into the control | Douglas Gregor | 2012-10-19 | 1 | -17/+57 |
* | Collapse the original file name and original file ID records into a | Douglas Gregor | 2012-10-18 | 1 | -7/+5 |
* | Collapse the "version control revision/tag" AST file record into the | Douglas Gregor | 2012-10-18 | 1 | -22/+27 |
* | 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 |