| commit | 12179bc014fe1edc7e9e6cca92ff93b1f321c9d1 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri May 22 10:24:42 2009 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri May 22 10:24:42 2009 +0000 |
| tree | 6502d19897781e20fc9b6366f6fe07deb0d55be6 | |
| parent | 5da1f0858748f39602a9b1f593f831afa3da7454 [diff] |
Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate between a parenthesized type-id and a paren expression without considering the context past the parentheses. Behold: (T())x; - type-id (T())*x; - type-id (T())/x; - expression (T()); - expression llvm-svn: 72260