]> granicus.if.org Git - clang/commit
Eliminate the last trivial NDEBUG uses in clang headers
authorAlp Toker <alp@nuanti.com>
Sat, 7 Dec 2013 13:51:35 +0000 (13:51 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 7 Dec 2013 13:51:35 +0000 (13:51 +0000)
commitd45fce1c6346b29c4928a859fdac3d30e96f097a
treef5bc6ff6424939df3571dcc66196b072153b54a0
parent65e21292daa1a68469fc0e4bef912b6a616c3c70
Eliminate the last trivial NDEBUG uses in clang headers

assert(sanity()) reads so much better than preprocessor conditional blocks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196657 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/AST/Expr.h
include/clang/Sema/Lookup.h
lib/AST/DeclBase.cpp
lib/AST/Expr.cpp
lib/Sema/SemaLookup.cpp