Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-05 | Consider GNU attributes when doing ambiguity resolution. | Argyrios Kyrtzidis | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57108 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2008-10-05 | Resolve ambiguous C++ statements (C++ 6.8p1). | Argyrios Kyrtzidis | |
'ParseTentative.cpp' implements the functionality needed to resolve ambiguous C++ statements, to either a declaration or an expression, by "tentatively parsing" them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57084 91177308-0d34-0410-b5e6-96231b3b80d8 |