| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't write an empty DIAG_USER_MAPPINGS record. | Argyrios Kyrtzidis | 2010-11-05 | 1 | -1/+2 |
| * | Read/write from/to PCH the diagnostic mappings that the user set so that e.g.... | Argyrios Kyrtzidis | 2010-11-05 | 1 | -0/+17 |
| * | Flush statements after writing each DECL_CXX_BASE_SPECIFIERS node | Douglas Gregor | 2010-10-30 | 1 | -0/+3 |
| * | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor | 2010-10-29 | 1 | -7/+70 |
| * | Use the ASTMutationListener to track when a named decl gets added to a DeclCo... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -17/+22 |
| * | Properly add chained template specializations. | Argyrios Kyrtzidis | 2010-10-28 | 1 | -0/+2 |
| * | Fix the re-serializing decls in a chained PCH mechanism. | Argyrios Kyrtzidis | 2010-10-28 | 1 | -5/+4 |
| * | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -19/+10 |
| * | Keep track in chained PCH of implicit members that were added after the defin... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+14 |
| * | Start fleshing out ASTMutationListener; notify when a tag definition is compl... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+29 |
| * | Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+7 |
| * | Some method renaming, no functionality change. | Argyrios Kyrtzidis | 2010-10-24 | 1 | -4/+4 |
| * | Refactoring. | Argyrios Kyrtzidis | 2010-10-24 | 1 | -33/+71 |
| * | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -13/+37 |
| * | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -0/+2 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 1 | -25/+25 |
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -1/+32 |
| * | Read/write declaration attributes from/to PCH properly. Embed them in the dec... | Argyrios Kyrtzidis | 2010-10-18 | 1 | -5/+2 |
| * | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis | 2010-10-15 | 1 | -0/+49 |
| * | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -6/+7 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -1/+0 |
| * | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor | 2010-10-05 | 1 | -6/+10 |
| * | When a type comes from a previously-loaded PCH/AST file, don't try to write i... | Douglas Gregor | 2010-10-04 | 1 | -0/+5 |
| * | Implement chained PCH support for the macro definitions stored within | Douglas Gregor | 2010-10-02 | 1 | -6/+21 |
| * | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+1 |
| * | When an identifier that has a macro definition in the original PCH | Douglas Gregor | 2010-10-01 | 1 | -1/+7 |
| * | My previous fix was incorrect for non-chained PCH reuse. Fix again. | Sebastian Redl | 2010-09-27 | 1 | -1/+1 |
| * | When chaining PCHs, only write PPRecords that don't come from PCH, and give t... | Sebastian Redl | 2010-09-27 | 1 | -3/+5 |
| * | Change source manager serialization to be less tied to the PCH model. | Sebastian Redl | 2010-09-22 | 1 | -1/+2 |
| * | Macro definitions in AST files have their own IDs. | Sebastian Redl | 2010-09-15 | 1 | -4/+4 |
| * | Replace loops with SmallVector::append. | Benjamin Kramer | 2010-09-06 | 1 | -4/+2 |
| * | Avoid implicit string construction. | Benjamin Kramer | 2010-09-02 | 1 | -1/+1 |
| * | Rename *PendingImplicitInstantiations to *PendingInstantiations. No | Chandler Carruth | 2010-08-25 | 1 | -16/+14 |
| * | Move more stuff out of Sema.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| * | AST writer support for having specializations of templates from earlier in th... | Sebastian Redl | 2010-08-24 | 1 | -0/+19 |
| * | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup. | Sebastian Redl | 2010-08-24 | 1 | -13/+3 |
| * | Write visible update blocks. No regressions in normal PCH functionality, but ... | Sebastian Redl | 2010-08-24 | 1 | -1/+76 |
| * | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -1/+4 |
| * | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis | 2010-08-20 | 1 | -53/+68 |
| * | Introduce the mechanism for building an AST on-disk hash table for name looku... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -6/+130 |
| * | Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -50/+6 |
| * | Introduce ASTWriter::GetOrCreateTypeID and move most of the functionality of ... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -17/+10 |
| * | A bit of refactoring; Introduce ASTWriter::GetOrCreateTypeIdx and move the em... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -10/+21 |
| * | Rename TypeIDs -> TypeIdxs. No functionality change. | Argyrios Kyrtzidis | 2010-08-20 | 1 | -4/+4 |
| * | serialization::TypeID is used with or without qualifiers, both as index and a... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -15/+15 |
| * | Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -8/+2 |
| * | Rename pch namespace to serialization. | Sebastian Redl | 2010-08-18 | 1 | -178/+179 |
| * | Rename stuff in PCHBitCodes.h | Sebastian Redl | 2010-08-18 | 1 | -3/+3 |
| * | Rename the ASTReader header files. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |