1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 86164e8 Note when a decl is used in AST files. by Eli Friedman · 11 years ago
  7. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  8. e0d2066 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 11 years ago
  9. 9cfdc03 When deserializing a declaration, don't look for redeclarations if its by Douglas Gregor · 11 years ago
  10. 5a04f9f Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 11 years ago
  11. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  12. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  13. cc32b44 When deserializing the definition of a C++ class/ObjC class/ObjC by Douglas Gregor · 12 years ago
  14. 1d784b2 Introduce the core infrastructure needed to model redeclaration chains by Douglas Gregor · 12 years ago
  15. 53df7a1 Introduce the core infrastructure needed to model a complete by Douglas Gregor · 13 years ago
  16. 3b8043b Migrate the serialization of ASTContext's AutoDeduceTy and by Douglas Gregor · 13 years ago
  17. f79a719 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 · 13 years ago
  18. 7c0837f Fix adding an anonymous namespace in a chained PCH to a namespace from a previous PCH. by Sebastian Redl · 13 years ago
  19. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  20. bef1a7b Use the ASTMutationListener to track added template specializations in a chained PCH. by Argyrios Kyrtzidis · 14 years ago
  21. b6cc0e1 Keep track in chained PCH of implicit members that were added after the definition was completed. by Argyrios Kyrtzidis · 14 years ago
  22. 565bf30 Start fleshing out ASTMutationListener; notify when a tag definition is completed. by Argyrios Kyrtzidis · 14 years ago
  23. eb3f04e Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic by Argyrios Kyrtzidis · 14 years ago
  24. 0eca89e Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter. by Argyrios Kyrtzidis · 14 years ago