aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-12-21 18:26:48 +0000
committerJordan Rose <jordan_rose@apple.com>2012-12-21 18:26:48 +0000
commit30f102b2782d08eb3ea61dd20a2ff7326a15fe1e (patch)
treee2ddba3d7bb51debee692281a1721d0f5e635b82 /lib/Sema/SemaChecking.cpp
parentb23ae0c5104a4fec4c2ff603143fe142ec409249 (diff)
[analyzer] Don't perform an expensive assertion in release builds.
Unfortunately, we don't seem to have a standard way to do this. I'm using the __OPTIMIZE__ GNU extension that Clang also defines, but that doesn't help MSVC. I suppose we could remove the check entirely, but it's useful for developing new constraint managers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions