]> granicus.if.org Git - clang/commit
Fix assertion failure when parsing linkage specifications (PR5921),
authorDouglas Gregor <dgregor@apple.com>
Sun, 7 Feb 2010 08:38:28 +0000 (08:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 7 Feb 2010 08:38:28 +0000 (08:38 +0000)
commit63a011378d4b9483ce24400c163cb8d65ea096a5
treefea176eea65e59673f91d8dc0ec1ea7cdcc12b78
parenteb7f96141f754150a92433286fa385910a22f494
Fix assertion failure when parsing linkage specifications (PR5921),
from Keir Mierle!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95516 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
lib/Parse/Parser.cpp
test/CodeGenCXX/extern-c.cpp