[PATCH] D17893: Sema: Add semantic analysis for the C++ ABI stability attributes and whitelist.
    Peter Collingbourne via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Mar  4 12:16:35 PST 2016
    
    
  
pcc added inline comments.
================
Comment at: include/clang/Basic/Attr.td:1543
@@ +1542,3 @@
+  let Subjects = SubjectList<[Record]>;
+  let Documentation = [Undocumented];
+}
----------------
aaron.ballman wrote:
> No new undocumented attributes, please. Same below.
Yes, sorry, forgot to go back and add documentation for these attributes. Will do. (Reckon it's not worth documenting the feature itself until it actually does something.)
http://reviews.llvm.org/D17893
    
    
More information about the cfe-commits
mailing list