]> granicus.if.org Git - clang/commit
Do not change the size of LookupResult::Filter based on the NDEBUG
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Dec 2010 16:19:31 +0000 (16:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Dec 2010 16:19:31 +0000 (16:19 +0000)
commitfce5656f752199bb99a80fdff9184f9ddb470fc3
tree043f00a1fc61466a30b3e60fdfef601cfe37b444
parent6939fff69a3dfff2552261a1d7f1f609380fe6b0
Do not change the size of LookupResult::Filter based on the NDEBUG
macri; the extra bool fits into padding anyway.

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