[PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 14:53:18 PDT 2016
hintonda added inline comments.
================
Comment at: clang-tidy/utils/LexerUtils.cpp:38
@@ -37,1 +37,3 @@
+SmallVector<Token, 16> ParseTokens(const ASTContext &Context,
+ const SourceManager &Sources,
----------------
I regenerated the diff -- the last few arc diff commands left out a few files.
Anyway, as you can see, I lifted the ParseTokens() functions out of UseOverrideCheck.cpp and moved it here.
http://reviews.llvm.org/D18575
More information about the cfe-commits
mailing list