aboutsummaryrefslogtreecommitdiff
path: root/Driver/SerializationTest.cpp
AgeCommit message (Expand)Author
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2008-11-13[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-08-08Unbreak SerializationTest and the Rewriter by doing the work in HandleTransla...Ted Kremenek
2008-06-04Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek
2008-05-21Fix the destruction "properly" in the sense that we actually destroy the Eli Friedman
2008-04-23TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek
2008-04-03Call delete on the deserialized TranslationUnit object.Sam Bishop
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner
2008-03-10Add some missing #includes for GCC mainline, patch by Shantonu Sen!Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-20Converted uses of scoped_ptr to OwningPtr.Ted Kremenek
2007-12-19Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek
2007-12-19Removed "SourceFile" from TranslationUnit. This same information will (soon)Ted Kremenek
2007-12-19Removed storing inode and device number in TranslationUnit.Ted Kremenek
2007-12-18Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made themTed Kremenek
2007-12-18Fixed broken includes introduced by recent (incomplete) patch toTed Kremenek
2007-12-05Converted SerializationTest (--test-pickling) to use the new TranslationUnitTed Kremenek
2007-12-05Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.Ted Kremenek
2007-12-05Added serialization support of SourceManager to the clang driver.Ted Kremenek
2007-12-03Implemented serialization of TargetInfo.Ted Kremenek
2007-11-30Implemented serialization of SelectorTable and Selectors.Ted Kremenek
2007-11-29Only serialize top-level decls that appear at the head of a decl chain.Ted Kremenek
2007-11-29Enhanced serialization testing by also pretty-printing CFGs constructed from ...Ted Kremenek
2007-11-28Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixesTed Kremenek
2007-11-28Modified --test-pickling to perform an actual cross-check of serialized ASTs:Ted Kremenek
2007-11-14SourceManager, IdentifierTable, Selectors are now serialized in their ownTed Kremenek
2007-11-13Added pretty-printing of statements during serialization.Ted Kremenek
2007-11-10Modifed the test serialization driver to...Ted Kremenek
2007-11-06Fixed typo in the name of "ReadPreamble".Ted Kremenek
2007-11-06Bug fix: inverted test condition to see if a serialized AST-bitcodeTed Kremenek
2007-11-06Revampled Serialization Tester to serialize and deserialize out an entire AST...Ted Kremenek
2007-11-05In driver code implemented serialization of ASTContext. Working on serializa...Ted Kremenek
2007-10-24Modified current clients of Bitcode-Object serialization to use theTed Kremenek
2007-10-23Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-10-17Fix the build.Anders Carlsson
2007-10-16Started work on clang object serialization. ExperimentalTed Kremenek