Files
clang-p2996/clang/include/clang
Michael Han 309af291ef Add fixit hints for misplaced C++11 attributes around class specifiers.
Following r168626, in class declaration or definition, there are a combination of syntactic locations 
where C++11 attributes could appear, and among those the only valid location permitted by standard is
between class-key and class-name. So for those attributes appear at wrong locations, fixit is used to 
move them to expected location and we recover by applying them to the class specifier.
 

llvm-svn: 171757
2013-01-07 16:57:11 +00:00
..
2013-01-07 01:21:02 +00:00
2012-04-16 04:16:43 +00:00
2013-01-02 11:42:31 +00:00
2013-01-04 20:34:32 +00:00