hanchenye-llvm-project/clang/Driver
Chris Lattner 3ed83c1c0f The flags on tokens indicate whether they are the start of a *physical* line,
not the start of a logical line.  Be careful about this distinction, which 
affects when newlines are printed and when paste-avoidance happens, etc.  
This fixes PR1848, thanks to Neil for noticing this!

llvm-svn: 44743
2007-12-09 21:11:08 +00:00
..
ASTConsumers.cpp Fix an ast-print/ast-dump bug. 2007-12-03 21:43:25 +00:00
ASTConsumers.h Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. 2007-12-05 21:34:36 +00:00
DiagChecker.cpp start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +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 The flags on tokens indicate whether they are the start of a *physical* line, 2007-12-09 21:11:08 +00:00
RewriteTest.cpp Omit the field name when including the super class structure template. 2007-12-07 22:15:58 +00:00
SerializationTest.cpp Converted SerializationTest (--test-pickling) to use the new TranslationUnit 2007-12-05 22:08:43 +00:00
Targets.cpp Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. 2007-12-08 19:32:57 +00:00
TextDiagnosticBuffer.cpp start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TextDiagnosticBuffer.h start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TextDiagnosticPrinter.cpp start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TextDiagnosticPrinter.h start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TextDiagnostics.cpp start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TextDiagnostics.h start partitioning the diagnostics into two classes: those 2007-11-30 22:53:43 +00:00
TranslationUnit.cpp Added "TranslationUnit" class that will be used to provide an interface 2007-12-05 21:36:08 +00:00
TranslationUnit.h Converted SerializationTest (--test-pickling) to use the new TranslationUnit 2007-12-05 22:08:43 +00:00
X86Builtins.def Add correct types for the last remaining intrinsics. 2007-11-28 06:09:44 +00:00
clang.cpp avoid ///usr/include/foo.h, patch by Sean Middleditch 2007-12-09 00:39:55 +00:00
clang.h Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. 2007-12-05 21:34:36 +00:00