]> granicus.if.org Git - clang/commit
PR16727: don't try to evaluate a potentially value-dependent expression when
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Aug 2013 22:06:05 +0000 (22:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 19 Aug 2013 22:06:05 +0000 (22:06 +0000)
commit556ef7f8b833d20caf31b80f8c1b5cad2e32ef10
tree8f31027ebcf4fc523bfc2cce3eb25afa5c8e426b
parent3abb729514e871b46e0f03855fd686009f3b22b9
PR16727: don't try to evaluate a potentially value-dependent expression when
checking for missing parens in &&/|| expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188716 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/parentheses.cpp [new file with mode: 0644]