]> granicus.if.org Git - clang/commit
Fix -Wunused-value to not warn on expressions that have unresolved lookups due
authorMatt Beaumont-Gay <matthewbg@google.com>
Tue, 23 Oct 2012 06:15:26 +0000 (06:15 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Tue, 23 Oct 2012 06:15:26 +0000 (06:15 +0000)
commit84c3b9745f813a784b5d8ce77f2785750523d9eb
tree8350c405c179682d59925b5a5800c6e353078697
parent28f3a0e49132038be9c4c683338859ed03e94263
Fix -Wunused-value to not warn on expressions that have unresolved lookups due
to dependent arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/SemaCXX/unused.cpp