sbarzowski marked 11 inline comments as done.

================
Comment at: clang-tidy/misc/ThrowWithNoexceptCheck.cpp:33
@@ +32,3 @@
+// token including trailing whitespace.
+static SourceRange findToken(const SourceManager &Sources, LangOptions 
LangOpts,
+                             SourceLocation StartLoc, SourceLocation EndLoc,
----------------
I agree 100%. I see the code here as a temporary solution, before we have a 
proper AST functionality for doing that cleanly.


Repository:
  rL LLVM

http://reviews.llvm.org/D19201



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

Reply via email to