Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
70d1722c90e34c1a86c02b93e35f6a763548acb6
/
Driver
/
SerializationTest.cpp
4ccea1a
Call delete on the deserialized TranslationUnit object.
by Sam Bishop
· 17 years ago
35de512
Update to match simplified llvm MemoryBuffer interfaces for files.
by Chris Lattner
· 17 years ago
87cf5ac
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
by Chris Lattner
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
ee53364
Converted uses of scoped_ptr to OwningPtr.
by Ted Kremenek
· 17 years ago
95041a2
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 17 years ago
fdfc198
Removed "SourceFile" from TranslationUnit. This same information will (soon)
by Ted Kremenek
· 17 years ago
63ea863
Removed storing inode and device number in TranslationUnit.
by Ted Kremenek
· 17 years ago
dca2927
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
by Ted Kremenek
· 17 years ago
525fdbc
Fixed broken includes introduced by recent (incomplete) patch to
by Ted Kremenek
· 17 years ago
3553766
Converted SerializationTest (--test-pickling) to use the new TranslationUnit
by Ted Kremenek
· 17 years ago
acc9f33
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
by Ted Kremenek
· 17 years ago
dca2466
Added serialization support of SourceManager to the clang driver.
by Ted Kremenek
· 17 years ago
c4ca288
Implemented serialization of TargetInfo.
by Ted Kremenek
· 17 years ago
bdbb285
Implemented serialization of SelectorTable and Selectors.
by Ted Kremenek
· 17 years ago
6127b12
Only serialize top-level decls that appear at the head of a decl chain.
by Ted Kremenek
· 17 years ago
5656b78
Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs
by Ted Kremenek
· 17 years ago
ea75c55
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
by Ted Kremenek
· 17 years ago
79a2a26
Modified --test-pickling to perform an actual cross-check of serialized ASTs:
by Ted Kremenek
· 17 years ago
b899ad2
SourceManager, IdentifierTable, Selectors are now serialized in their own
by Ted Kremenek
· 17 years ago
e720198
Added pretty-printing of statements during serialization.
by Ted Kremenek
· 17 years ago
7a1f4db
Modifed the test serialization driver to...
by Ted Kremenek
· 17 years ago
07c0fd9
Fixed typo in the name of "ReadPreamble".
by Ted Kremenek
· 17 years ago
e00e28f
Bug fix: inverted test condition to see if a serialized AST-bitcode
by Ted Kremenek
· 17 years ago
018b395
Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls.
by Ted Kremenek
· 17 years ago
4ac8121
In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs.
by Ted Kremenek
· 17 years ago
a2bfb91
Modified current clients of Bitcode-Object serialization to use the
by Ted Kremenek
· 17 years ago
c637e6b
Implemented serialization for IdentifierInfo and IdentifierTable.
by Ted Kremenek
· 17 years ago
7b66000
Updated VC++ build system.
by Hartmut Kaiser
· 17 years ago
adc9b13
Fix the build.
by Anders Carlsson
· 17 years ago
bfa82c4
Started work on clang object serialization. Experimental
by Ted Kremenek
· 17 years ago