]> granicus.if.org Git - clang/commit
Parse: Get rid of cxx_exceptspec_end, use EOF instead
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 12 Jan 2015 09:16:57 +0000 (09:16 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 12 Jan 2015 09:16:57 +0000 (09:16 +0000)
commit0facee5f614db7d4328856cdab4e397dd703cc83
treeadb92b9c600db7b62a7900ec1be7d41bdeedc360
parentfca6fffe0e38b106020c64394614d66062b8b864
Parse: Get rid of cxx_exceptspec_end, use EOF instead

Similar to r225619, use a special EOF token to mark the end of the
exception specification instead of cxx_exceptspec_end.  Use the current
scope as the marker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp