Skip to content
Snippets Groups Projects
Commit f9463106 authored by Sebastian Redl's avatar Sebastian Redl
Browse files

Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the...

Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the classification of an expression under the C++0x taxology (value category). Reimplement isLvalue and isModifiableLvalue using these functions. No regressions in the test suite from this, and my rough performance check doesn't show any regressions either.

llvm-svn: 107007
parent 2dd4307e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment