]> granicus.if.org Git - clang/commit
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)
commit6cdcc747d70471152bc06a6ed9393e9cfc3d963b
treefeb1e901b2db00150db045d65ab0d899d8ef7079
parentd818762dc6eeaebd4ce5c7cdfe049ad49205d2da
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213191 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp