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)
commit83de336b71c27b660332a1e11e5d390ef4d650cc
tree855866d5c58eb2f57e90f075d198887f944e7ae9
parent600ee4ad661225b401882076a340aa84aeed6a41
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.

llvm-svn: 225622
clang/include/clang/Basic/TokenKinds.def
clang/lib/Parse/ParseCXXInlineMethods.cpp
clang/lib/Parse/ParseDeclCXX.cpp