Removing a FIXME from the attribute parsing code by now passing along the scope and...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 16 Jul 2014 20:21:50 +0000 (20:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 16 Jul 2014 20:21:50 +0000 (20:21 +0000)
commit80f1529c6d1b0301b2fc2a28d77e43a5551bf857
treed51c2a518639371ff8466c78bfd3f5fa48b380a5
parent6360441f9980b6fb5e1dff4645a46a35a453a292
Removing a FIXME from the attribute parsing code by now passing along the scope and syntax information for attributes with custom parsing. It turns out not to matter too much because the FIXME wasn't quite true -- none of these attributes have a C++11 spelling. However, it's still a good change (for instance, we may add an attribute with a type arg in the future for which this code now behaves properly).

llvm-svn: 213191
clang/include/clang/Parse/Parser.h
clang/lib/Parse/ParseDecl.cpp