clang-1/Driver
Chris Lattner fb97b03e42 Warn about unsupported codegen with the diags machinery, giving us:
t.c:3322:5: warning: cannot codegen this yet
    __asm__ ("bswap   %0" : "+r" (_data));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

instead of:

Unimplemented stmt!
(AsmStmt 0x80eaa0 <t.c:3331:5, line:3334:28>)



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44501 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-02 01:40:18 +00:00
..
ASTConsumers.cpp Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00
ASTConsumers.h pass diagnostics into the rewrite test client. 2007-11-30 22:25: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 Stage two of getting CFE top correct. 2007-07-11 17:01:13 +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 fix a crash when the rewriter would scan off the beginning of the file. 2007-12-02 01:13:47 +00:00
SerializationTest.cpp Implemented serialization of SelectorTable and Selectors. 2007-11-30 22:46:56 +00:00
Targets.cpp Add more semantic analysis for inline asm statements. 2007-11-27 04:11:28 +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
X86Builtins.def Add correct types for the last remaining intrinsics. 2007-11-28 06:09:44 +00:00
clang.cpp pass diagnostics into the rewrite test client. 2007-11-30 22:25:36 +00:00
clang.h Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00