llvm-project/clang/Driver
Ted Kremenek ac76a41717 Modified --test-pickling to perform an actual cross-check of serialized ASTs:
(1) Parsed ASTs are pretty-printed to a text file.
(2) The ASTs are serialized to disk.
(3) The ASTs are deserialized from disk.
(4) The deserialized ASTs are pretty-printed to a text file.
(5) The two pretty-printed files are compared. If they are different, the test
    fails.

llvm-svn: 44411
2007-11-28 19:21:47 +00:00
..
ASTConsumers.cpp Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
ASTConsumers.h Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
DiagChecker.cpp The checking for the delimiters of expected error/warning messages was 2007-11-26 08:26:20 +00:00
Makefile Take 2. 2007-10-31 20:01:01 +00:00
PPCBuiltins.def Add support for target-specific builtins, including detecting nonportability 2007-01-29 05:24:35 +00:00
PrintParserCallbacks.cpp Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00
PrintPreprocessedOutput.cpp fix a bunch of regressions I introduced :( 2007-10-10 23:31:03 +00:00
RewriteTest.cpp Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). 2007-11-26 20:59:57 +00:00
SerializationTest.cpp Modified --test-pickling to perform an actual cross-check of serialized ASTs: 2007-11-28 19:21:47 +00:00
Targets.cpp Add more semantic analysis for inline asm statements. 2007-11-27 04:11:28 +00:00
TextDiagnosticBuffer.cpp Submitted by: Bill Wendling 2007-06-27 03:19:45 +00:00
TextDiagnosticBuffer.h Clients should only get read-only access to diagnostic info. 2007-06-28 05:18:35 +00:00
TextDiagnosticPrinter.cpp Move token length calculation out of the diagnostics machinery into 2007-10-17 21:18:47 +00:00
TextDiagnosticPrinter.h Move token length calculation out of the diagnostics machinery into 2007-10-17 21:18:47 +00:00
TextDiagnostics.cpp Reimplement SourceLocation. Instead of having a 2007-07-20 16:37:10 +00:00
TextDiagnostics.h wean the diagnostics machinery off the preprocessor. 2007-10-17 20:53:57 +00:00
X86Builtins.def Add correct types for the last remaining intrinsics. 2007-11-28 06:09:44 +00:00
clang.cpp Implement support for -fwritable-strings and make the code generator 2007-11-28 05:34:05 +00:00
clang.h Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00