]> granicus.if.org Git - clang/commit
Fix:
authorChris Lattner <sabre@nondot.org>
Mon, 14 Jun 2010 18:31:46 +0000 (18:31 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Jun 2010 18:31:46 +0000 (18:31 +0000)
commitf0ed9ef428a051bafc914b9935dcd1d1aa30cf3f
tree9141dce70b640396ed1661b2b1c6277a99ce6350
parenta6cebabcf8a00dc888830dd8a3839693d3ec8429
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;
           ^

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105946 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
lib/Rewrite/RewriteRope.cpp