hanchenye-llvm-project/clang/lib
Douglas Gregor ec170db73d Warn about comparisons between arrays and improve self-comparison
warnings, from Troy Straszheim! Fixes PR6163.

llvm-svn: 105631
2010-06-08 19:50:34 +00:00
..
AST Correctly handle fields with virtual bases containing empty subobjects. 2010-06-08 19:09:24 +00:00
Analysis Assignments to reference variables shouldn't kill the variable. 2010-06-04 01:14:56 +00:00
Basic Correctly align large arrays in x86-64. This fixes PR5599. 2010-06-04 23:15:27 +00:00
Checker Add a checker check if a global variable holds a local variable's address after 2010-06-08 10:00:00 +00:00
CodeGen Correctly mangle static variables of anonymous struct/union type. 2010-06-08 14:49:03 +00:00
Driver Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. 2010-06-08 04:56:20 +00:00
Frontend Frontend: Add CodeGenAction support for handling LLVM IR. 2010-06-07 23:27:59 +00:00
Headers Implement ARM NEON up through vcvt, alphabetically. 2010-06-08 00:17:19 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex simpler fix for rdar://8044135 - escaped newlines have already 2010-05-30 23:27:38 +00:00
Parse Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Warn about comparisons between arrays and improve self-comparison 2010-06-08 19:50:34 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00