Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8c7f00ff8ea30b51a0e34c03255d29a64fc4f436
/
Driver
/
SerializationTest.cpp
8fc9ba6
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
by Daniel Dunbar
· 17 years ago
7b6f67b
Patch by Csaba Hruska!
by Ted Kremenek
· 17 years ago
de30073
More #include cleaning
by Daniel Dunbar
· 17 years ago
cab0b0c
Unbreak SerializationTest and the Rewriter by doing the work in HandleTranslationUnit instead of the destructor.
by Ted Kremenek
· 17 years ago
842126e
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers.
by Ted Kremenek
· 17 years ago
01a8b6c
Fix the destruction "properly" in the sense that we actually destroy the
by Eli Friedman
· 17 years ago
863b01f
TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects
by Ted Kremenek
· 17 years ago
6e104ec
Call delete on the deserialized TranslationUnit object.
by Sam Bishop
· 17 years ago
d960610
Update to match simplified llvm MemoryBuffer interfaces for files.
by Chris Lattner
· 17 years ago
8b8720f
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
by Chris Lattner
· 17 years ago
959e5be
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
0c7cd7a
Converted uses of scoped_ptr to OwningPtr.
by Ted Kremenek
· 18 years ago
17861c5
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 18 years ago
d890f6a
Removed "SourceFile" from TranslationUnit. This same information will (soon)
by Ted Kremenek
· 18 years ago
ab74937
Removed storing inode and device number in TranslationUnit.
by Ted Kremenek
· 18 years ago
eccf070
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
by Ted Kremenek
· 18 years ago
3a0b28b
Fixed broken includes introduced by recent (incomplete) patch to
by Ted Kremenek
· 18 years ago
177c571
Converted SerializationTest (--test-pickling) to use the new TranslationUnit
by Ted Kremenek
· 18 years ago
2939b8a
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
by Ted Kremenek
· 18 years ago
923de59
Added serialization support of SourceManager to the clang driver.
by Ted Kremenek
· 18 years ago
8b61b3b
Implemented serialization of TargetInfo.
by Ted Kremenek
· 18 years ago
a8a6a48
Implemented serialization of SelectorTable and Selectors.
by Ted Kremenek
· 18 years ago
430aee6
Only serialize top-level decls that appear at the head of a decl chain.
by Ted Kremenek
· 18 years ago
09a0cef
Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs
by Ted Kremenek
· 18 years ago
be2ea3b
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
by Ted Kremenek
· 18 years ago
b3b2597
Modified --test-pickling to perform an actual cross-check of serialized ASTs:
by Ted Kremenek
· 18 years ago
286333d
SourceManager, IdentifierTable, Selectors are now serialized in their own
by Ted Kremenek
· 18 years ago
ea5bfc7
Added pretty-printing of statements during serialization.
by Ted Kremenek
· 18 years ago
9dcb288
Modifed the test serialization driver to...
by Ted Kremenek
· 18 years ago
ccc2474
Fixed typo in the name of "ReadPreamble".
by Ted Kremenek
· 18 years ago
9f5f39a
Bug fix: inverted test condition to see if a serialized AST-bitcode
by Ted Kremenek
· 18 years ago
1e049d2
Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls.
by Ted Kremenek
· 18 years ago
47916ee
In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs.
by Ted Kremenek
· 18 years ago
ce797d9
Modified current clients of Bitcode-Object serialization to use the
by Ted Kremenek
· 18 years ago
634cadf
Implemented serialization for IdentifierInfo and IdentifierTable.
by Ted Kremenek
· 18 years ago
ff08d2c
Updated VC++ build system.
by Hartmut Kaiser
· 18 years ago
b3e6563
Fix the build.
by Anders Carlsson
· 18 years ago
221bb8d
Started work on clang object serialization. Experimental
by Ted Kremenek
· 18 years ago