alexfh added inline comments.

================
Comment at: clang-tidy/modernize/RedundantVoidArgCheck.cpp:246-247
+          Lambda->getLambdaClass()->getLambdaTypeInfo()->getTypeLoc();
+      End = SM->getSpellingLoc(TypeLoc.getLocEnd());
+      Begin = SM->getSpellingLoc(TypeLoc.getLocStart());
+    } else {
----------------
Will this code also work in the non-macro case?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49800



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

Reply via email to