1. e5a54b6 When writing out the entries in a lookup table for a DeclContext, make by Douglas Gregor · 13 years ago
  2. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
  3. f85e193 Automatic Reference Counting. by John McCall · 14 years ago
  4. 2c10c80 When writing file references in a pch, make sure to ask the file manager for the absolute path. by Anders Carlsson · 14 years ago
  5. 220a9c8 Putting back safe fixes 116836,116837,116838 by Andrew Trick · 14 years ago
  6. 7cffb55 Reverting 116836,116837,116838 until we resolve the getLangStandardForKind failures. by Andrew Trick · 14 years ago
  7. 1d2a431 Merge headers into test/PCH/chain-cxx.cpp for convenience. by Argyrios Kyrtzidis · 14 years ago
  8. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  9. 0a0c3e7 Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. by Douglas Gregor · 14 years ago
  10. 9747583 Fix a marvelous chained AST writing bug, where we end up with the by Douglas Gregor · 14 years ago
  11. 6309737 Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  12. 5e9888c When we insert a category (or class extension) into an interface, mark by Douglas Gregor · 14 years ago
  13. ee9b0ba When an identifier that has a macro definition in the original PCH by Douglas Gregor · 14 years ago
  14. 4153a06 AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. by Sebastian Redl · 14 years ago
  15. 5967d62 Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup. by Sebastian Redl · 14 years ago
  16. a68340f Activate selectors in chained PCH. Chained PCH now works for Objective-C. by Sebastian Redl · 15 years ago
  17. d8c5abb Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. by Sebastian Redl · 15 years ago
  18. 1450ef9 Correctly deal with using names for both functions and structs in chained PCH. by Sebastian Redl · 15 years ago
  19. ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 15 years ago
  20. a9f2368 Support extended vector types in chained PCH. by Sebastian Redl · 15 years ago
  21. b86238d Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. by Sebastian Redl · 15 years ago
  22. 083abdf Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. by Sebastian Redl · 15 years ago
  23. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 15 years ago
  24. f2f0f03 Make declarations in the dependent PCH visible, for C at least. by Sebastian Redl · 15 years ago
  25. 577d479 Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. by Sebastian Redl · 15 years ago
  26. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 15 years ago
  27. 81895a2 Add PCH test for C++ namespaces, missing from a previous commit by Douglas Gregor · 15 years ago