]> granicus.if.org Git - clang/commit
Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastEx...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 19:34:46 +0000 (19:34 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 19:34:46 +0000 (19:34 +0000)
commit289d77302aa81dc24bf7aa75b36cb00a70a44bb5
tree57c389b0e3a229f560c447e2a7124bbc383b8f1b
parent5d796aa7899d37d7f243fbc738d6bb8108791fbe
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