r284272 - Implement no_sanitize_address for global vars
    Douglas Katzman via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Nov  9 08:18:34 PST 2016
    
    
  
will do.  I'll initiate a review for the original change and a new one for
the suggestions.
The ExpectedFunctionGlobalVarMethodOrProperty diagnostic was essentially a
copy-and-paste from here:
def Alias : Attr {
  let Spellings = [GCC<"alias">];
  let Args = [StringArgument<"Aliasee">];
  let Subjects = SubjectList<[Function, GlobalVar], ErrorDiag,
                             "ExpectedFunctionGlobalVarMethodOrProperty">;
  let Documentation = [Undocumented];
}
I guess that one's wrong?  That'll teach me to look at existing code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161109/666c08db/attachment.html>
    
    
More information about the cfe-commits
mailing list