Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastEx...
commit8f8a52a5430c5c78bc02e0b05d5e667a7d7cb335
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 19:34:46 +0000 (16 19:34 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 19:34:46 +0000 (16 19:34 +0000)
tree57c389b0e3a229f560c447e2a7124bbc383b8f1b
parent5e94eeac4d202d3baabdad331d33d7128c68e289
Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastExpression.
No functionality change, this follows the convention of how postfix-expressions are handled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54849 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp