llvm-project/clang/lib
Chris Lattner 48eb14dd79 Fix:
Decl.cpp:716:28: warning: initialization of pointer of type 'clang::VarDecl *' from literal 'false' [-Wbool-conversions]
  VarDecl *LastTentative = false;
                           ^
RewriteRope.cpp:535:12: warning: initialization of pointer of type '<anonymous>::RopePieceBTreeNode *' from literal 'false'
      [-Wbool-conversions]
    return false;
           ^

llvm-svn: 105946
2010-06-14 18:31:46 +00:00
..
AST Fix: 2010-06-14 18:31:46 +00:00
Analysis Small fixes regarding printf fix suggestions. 2010-06-11 04:22:02 +00:00
Basic Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Checker Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] 2010-06-09 08:12:12 +00:00
CodeGen An implementation of __builtin__fpclassify the way Chris Lattner described by Jörg Blank. 2010-06-14 10:30:41 +00:00
Driver Driver: Switch Compilation to return the translated arguments by default. 2010-06-11 22:43:38 +00:00
Frontend fix PR7360: -P mode turns off line markers, but not blank space. 2010-06-12 16:20:56 +00:00
Headers Add some missing shifts 2010-06-14 05:21:25 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. 2010-06-11 20:10:12 +00:00
Parse Allow an asm label specifier on C++ methods, like GCC does. 2010-06-13 05:34:18 +00:00
Rewrite Fix: 2010-06-14 18:31:46 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema Add some missing shifts 2010-06-14 05:21:25 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00