]> granicus.if.org Git - clang/commit
fix PR5500: clang fails to parse inline asm with :: in C++ mode
authorChris Lattner <sabre@nondot.org>
Sun, 20 Dec 2009 23:08:04 +0000 (23:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Dec 2009 23:08:04 +0000 (23:08 +0000)
commit6405646cb649e4b4c6768b92d1fc83c175722f62
tree964cd6ad8ae5046fc5a2e06155cb82288068e5a8
parent64cb4757acbf10f0c702f17c4fe90f4b7aba3490
fix PR5500: clang fails to parse inline asm with :: in C++ mode

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91802 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp
test/Parser/cxx-stmt.cpp