JonasToth added inline comments.

================
Comment at: clang-tidy/modernize/AvoidCArraysCheck.cpp:44
+              unless(anyOf(hasParent(varDecl(isExternC())),
+                           hasAncestor(functionDecl(isExternC())))))
+          .bind("typeloc"),
----------------
JonasToth wrote:
> lebedev.ri wrote:
> > JonasToth wrote:
> > > What about struct-decls that are externC?
> > Hm, what is a `struct-decl`?
> we chatted in irc, but for reference
> ```
> extern "C" {
> struct Foo {
> 
> };
> }
> ```
you can mark all comments as done here, as they are implemented.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53771



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to