malcolm.parsons added inline comments.

================
Comment at: clang-tidy/google/GlobalNamesCheck.cpp:96
+    // main() should be in the global namespace.
+    if (FDecl->isMain())
+      return;
----------------
Should `isMSVCRTEntryPoint()` be checked too?


https://reviews.llvm.org/D23130



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

Reply via email to