1. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  2. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago
  3. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
  4. 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
  5. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
  6. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 16 years ago
  7. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 16 years ago
  8. 80a0333 eliminate some wrappers. by Chris Lattner · 16 years ago
  9. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
  10. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago[Renamed from Driver/SerializationTest.cpp]
  11. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
  12. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 17 years ago
  13. e91593e More #include cleaning by Daniel Dunbar · 17 years ago
  14. e452e0f Unbreak SerializationTest and the Rewriter by doing the work in HandleTranslationUnit instead of the destructor. by Ted Kremenek · 17 years ago
  15. e7d07d1 Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. by Ted Kremenek · 17 years ago
  16. 5f1adf8 Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 17 years ago
  17. c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 17 years ago
  18. 4ccea1a Call delete on the deserialized TranslationUnit object. by Sam Bishop · 17 years ago
  19. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  20. 87cf5ac Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  21. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  22. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 18 years ago
  23. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 18 years ago
  24. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 18 years ago
  25. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 18 years ago
  26. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 18 years ago
  27. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 18 years ago
  28. 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 18 years ago
  29. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 18 years ago
  30. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 18 years ago
  31. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 18 years ago
  32. bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 18 years ago
  33. 6127b12 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 18 years ago
  34. 5656b78 Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 18 years ago
  35. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 18 years ago
  36. 79a2a26 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 18 years ago
  37. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 18 years ago
  38. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 18 years ago
  39. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 18 years ago
  40. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 18 years ago
  41. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 18 years ago
  42. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 18 years ago
  43. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 18 years ago
  44. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 18 years ago
  45. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 18 years ago
  46. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 18 years ago
  47. adc9b13 Fix the build. by Anders Carlsson · 18 years ago
  48. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 18 years ago