1. df88f6f Replace MarkVarRequired with a more generic by Rafael Espindola · 14 years ago
  2. 189fa74 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 14 years ago
  3. e5dc5b3 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 14 years ago
  4. 9e0cd46 Add ArrayRef goodness in MultiplexASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
  5. 9262278 Update MultiplexASTMutationListener with the missing methods from ASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
  6. 275a671 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  7. b11f5a4 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 14 years ago
  8. 841dd88 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 14 years ago
  9. 03c40c5 [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 14 years ago
  10. 2ac2c72 Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. by Sebastian Redl · 14 years ago
  11. ab238a7 Synthesizing the definition of an implicit member is an AST modification, so notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug. by Sebastian Redl · 14 years ago
  12. 9ab988f Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there. by Sebastian Redl · 14 years ago
  13. 2992efa Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 15 years ago