]> granicus.if.org Git - clang/commit
IsSpecialLong was only ever set in release mode as all of the uses are in asserts...
authorEric Christopher <echristo@gmail.com>
Mon, 10 Jul 2017 21:28:54 +0000 (21:28 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 10 Jul 2017 21:28:54 +0000 (21:28 +0000)
commitdc3817f04345e25d8b14db950d9d3d46d792f292
tree923bdc2e2f98ab62acbb183136e540f2abc18d7f
parentde68633e049386d03aa6c96f75b978f8dc794b5f
IsSpecialLong was only ever set in release mode as all of the uses are in asserts. Wrap in ifndef NDEBUG.

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