]> granicus.if.org Git - clang/commit
Fix OpenMP recovery with trailing tokens following the pragma
authorAlp Toker <alp@nuanti.com>
Wed, 18 Dec 2013 19:10:54 +0000 (19:10 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 18 Dec 2013 19:10:54 +0000 (19:10 +0000)
commit7742deb9e03e5129dbe6148f5c9a55af73bd8535
tree18f4da25252f1dc60e1d1c2e2f9687e90ed8488a
parent7211ea47c1b502966ec02bb023fab59385caa591
Fix OpenMP recovery with trailing tokens following the pragma

The recovery was failing due to a missing case in SkipUntil().

Also add back tests from r197553 that were reverted in the previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/Parser.cpp
test/OpenMP/parallel_messages.cpp
test/OpenMP/threadprivate_messages.cpp