Age | Commit message (Expand) | Author |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-11-01 | Plug a leak in the preprocessing record's handling of inclusion | Douglas Gregor |
2010-10-30 | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor |
2010-10-29 | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor |
2010-10-28 | Switch case IDs conflict between chained PCHs; since there is no need to be g... | Argyrios Kyrtzidis |
2010-10-28 | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis |
2010-10-26 | When de-serializing a type that is supposed to be canonical, call | Douglas Gregor |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-10-24 | Simplify and "robust-ify" the way that CXXRecord references point to the defi... | Argyrios Kyrtzidis |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-21 | Reorganize predefined macros for all Windows targets. | Michael J. Spencer |
2010-10-21 | Fix Whitespace. | Michael J. Spencer |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-10-15 | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-10-14 | At Fariborz's request, a somewhat cleaner bit-combining hack. | John McCall |
2010-10-14 | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis |
2010-10-08 | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis |
2010-10-05 | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-10-05 | Thread PerFileData through the ASTReader again, this time with the LLVM changes. | Sebastian Redl |
2010-10-02 | Implement chained PCH support for the macro definitions stored within | Douglas Gregor |
2010-10-01 | Revert r115336 ("Thread PerFileData through everything."), because | Douglas Gregor |
2010-10-01 | Thread PerFileData through everything. This allows us to remap stuff later. | Sebastian Redl |
2010-10-01 | Record module loaders and module source order. | Sebastian Redl |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-10-01 | If we get a TU_CONTEXT update from a chained PCH file before we | Douglas Gregor |
2010-09-30 | Support implicit includes when generating a PCH and allow the user to pass a ... | Argyrios Kyrtzidis |
2010-09-28 | Fix a bug in loading macro records. Fixes yet another crash in libclang. | Sebastian Redl |
2010-09-28 | Fix a use of an invalidated reference due to a hash map reallocating. | Sebastian Redl |
2010-09-27 | When chaining PCHs, only write PPRecords that don't come from PCH, and give t... | Sebastian Redl |
2010-09-24 | When setting the globally-visible declarations for a particular | Douglas Gregor |
2010-09-22 | Change source manager serialization to be less tied to the PCH model. | Sebastian Redl |
2010-09-22 | Only preload SLocEntries after the entire PCH chain was loaded. | Sebastian Redl |
2010-09-22 | Reshuffle PerFileData's members to make more sense. | Sebastian Redl |
2010-09-15 | Macro definitions in AST files have their own IDs. | Sebastian Redl |
2010-09-06 | Replace loops with SmallVector::append. | Benjamin Kramer |
2010-09-06 | Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize... | Argyrios Kyrtzidis |
2010-08-25 | Rename *PendingImplicitInstantiations to *PendingInstantiations. No | Chandler Carruth |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | AST reader support for having specializations of templates from earlier in th... | Sebastian Redl |
2010-08-24 | More header elimination. The goal of all this is to allow Parser to | John McCall |
2010-08-24 | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall |
2010-08-24 | Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup. | Sebastian Redl |
2010-08-24 | Read the UPDATE_VISIBLE record, and add its visible decls to the lookup table... | Sebastian Redl |
2010-08-24 | Correctly initialize the visible decls pointer if there are no visible decls ... | Sebastian Redl |
2010-08-24 | Baby step towards supporting namespaces in chained PCH. | Sebastian Redl |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-20 | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis |
2010-08-20 | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis |