]> granicus.if.org Git - clang/commit
When diagnostics are suppressed (e.g., because of code completion), don't trigger...
authorDouglas Gregor <dgregor@apple.com>
Fri, 4 Mar 2011 23:08:02 +0000 (23:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 4 Mar 2011 23:08:02 +0000 (23:08 +0000)
commit26cd44da98f3c5293243020b4cdfa7f49f68d1be
treecc1e1c8b0b004b56f89a529b6dd24d71637e3656
parentcb710a4df50b79659399f0722ea29e90251ea834
When diagnostics are suppressed (e.g., because of code completion), don't trigger the ExprTemplates.empty() check at the end of a function body

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp