]> granicus.if.org Git - clang/commit
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Jun 2012 21:48:23 +0000 (21:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Jun 2012 21:48:23 +0000 (21:48 +0000)
commitd3cb28bef1e1d397b35126029465f2b7e8e8dc1f
treec7c9668612287625612fcf568d2d83e1f0225245
parent759a4b40cab9dd04683a548f998ebe2e443ca6b4
Guard private fields that are unused in Release builds with #ifndef NDEBUG.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158609 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h