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)
commit50daf5fbbb9d6ef03fdf6af44c71e2c7ee4a2edf
treee0501cc791f5c5d97e5782af149553e9836a2dfb
parentba5b8c8ee77e7b2c2d05c04a36d15a9b5182e314
IsSpecialLong was only ever set in release mode as all of the uses are in asserts. Wrap in ifndef NDEBUG.

llvm-svn: 307594
clang/lib/AST/ASTContext.cpp