llvm-project/clang/lib
Douglas Gregor 13a2c03801 Eliminate some false positives due to a thinko in the "'blah' is
always zero in this context" warning logic. Also, make the diagnostic
itself more precise when referring to pointer values ("NULL" vs. "zero").

llvm-svn: 86143
2009-11-05 17:49:26 +00:00
..
AST Allow the element type of arrays to be incomplete in C++. 2009-11-05 15:52:31 +00:00
Analysis Tweak wording and classifications of analyzer diagnostics. 2009-11-05 08:30:12 +00:00
Basic Implement support for parsing dependent template-ids that refer to 2009-11-04 00:56:37 +00:00
CodeGen References can't be zero; omit zero check for return value adjustments 2009-11-05 06:32:02 +00:00
Driver Move -fcolor-diagnostics logic to driver. 2009-11-04 06:24:57 +00:00
Frontend Add Ubuntu 9.10 libstdc++ install location. 2009-11-05 17:44:49 +00:00
Headers A simple reordering of the definitions in stdint.h and 2009-11-04 23:03:18 +00:00
Index Preserve type source information in sizeof/alignof expressions, and pass it 2009-11-04 07:28:41 +00:00
Lex Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is 2009-11-05 01:53:52 +00:00
Parse Parse C++0x constexpr. Test case follows when this does something useful. 2009-11-05 15:47:02 +00:00
Rewrite Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 2009-11-05 01:54:02 +00:00
Sema Eliminate some false positives due to a thinko in the "'blah' is 2009-11-05 17:49:26 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00