]> granicus.if.org Git - clang/commit
Eliminate the "old" ways of parsing operator-function-ids and
authorDouglas Gregor <dgregor@apple.com>
Wed, 4 Nov 2009 16:32:12 +0000 (16:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 4 Nov 2009 16:32:12 +0000 (16:32 +0000)
commit1cf7f0adb4a9cbb9cc971a46af5eca9fcb6c566e
treea35bcf25fc79b02b1bf16decf4aed93b98fd0a6c
parent12c118a8ff9f61a4d63146fe1a5c0d60987f99bb
Eliminate the "old" ways of parsing operator-function-ids and
conversion-function-ids; all clients have moved on to
ParseUnqualifiedId.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86028 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseExprCXX.cpp