[PATCH] D71159: [Attr] Move ParsedTargetAttr out of the TargetAttr class

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 18:32:41 PST 2019


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: clang/include/clang/AST/Attr.h:359
 }
 }  // end namespace clang
 
----------------
There's an ending namespace comment here and  there's no namespace starting since the end of my change. And I assume Attrs.inc doesn't leave a dangling namespace?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71159/new/

https://reviews.llvm.org/D71159





More information about the cfe-commits mailing list