summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-02-24 18:44:31 +0000
committerDouglas Gregor <dgregor@apple.com>2010-02-24 18:44:31 +0000
commite610adae17eadd435a319efcfb27d305a81f6d2f (patch)
tree08b5b9c3a66b10746d9c93c0134a48950feb755d /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
parent03ac201ad95b5e78047670bf3f709e952584201e (diff)
downloadbcm5719-llvm-e610adae17eadd435a319efcfb27d305a81f6d2f.tar.gz
bcm5719-llvm-e610adae17eadd435a319efcfb27d305a81f6d2f.zip
Rework parsing of pseudo-destructor expressions and explicit
destructor calls, e.g., p->T::~T We now detect when the member access that we've parsed, e.g., p-> or x. may be a pseudo-destructor expression, either because the type of p or x is a scalar or because it is dependent (and, therefore, may become a scalar at template instantiation time). We then parse the pseudo-destructor grammar specifically: ::[opt] nested-name-specifier[opt] type-name :: ∼ type-name and hand those results to a new action, ActOnPseudoDestructorExpr, which will cope with both dependent member accesses of destructors and with pseudo-destructor expressions. This commit affects the parsing of pseudo-destructors, only; the semantic actions still go through the semantic actions for member access expressions. That will change soon. llvm-svn: 97045
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud