parser: improve diagnostics for MS attributes
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 15 Jun 2015 20:57:04 +0000 (20:57 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 15 Jun 2015 20:57:04 +0000 (20:57 +0000)
commit425efcf6ea8c34b5711f910d20ba3f145b2c720f
tree2ebc83c69cf60424c6a736447c43f656f9c516ec
parent717820faa0903266083e773bcbea87ec6ca0d1f5
parser: improve diagnostics for MS attributes

Switch to using BalancedDelimiterTracker to get better diagnostics for
unbalanced delimiters.  This still does not handle any of the attributes, simply
improves the parsing.

llvm-svn: 239758
clang/lib/Parse/ParseDeclCXX.cpp
clang/test/Parser/MicrosoftExtensions.c