]> granicus.if.org Git - clang/commit
PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've
authorEli Friedman <eli.friedman@gmail.com>
Mon, 25 May 2009 19:41:42 +0000 (19:41 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 25 May 2009 19:41:42 +0000 (19:41 +0000)
commitb53f08ac87f1e1f4bc2fbfa4560c2183a82020ee
tree42647f990af263bf1798789b57be75740c96398c
parent12b97ff9ce1412e388444f03049bfa6ad1bb5eb9
PR4122: Tweak the ambiguity handling to handle (S())() correctly.  I've
left out handling for stuff like (S())++ for the moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp
test/Parser/cxx-ambig-paren-expr.cpp