[PATCH] D38982: [refactor] Initial outline of implementation of "extract function" refactoring
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 24 10:20:01 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/Basic/DiagnosticRefactoringKinds.td:24
+ "not overlap with the AST nodes of interest">;
+
+def err_refactor_code_outside_of_function : Error<"the selected code is not a "
----------------
ioeric wrote:
> nit: was this newline intended?
Yeah, it separates the extraction errors from the others.
Repository:
rL LLVM
https://reviews.llvm.org/D38982
More information about the cfe-commits
mailing list