[PATCH] D22654: [Clang-rename] Remove custom version, fix extra space in error message

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 01:42:04 PDT 2016


omtcyfz added inline comments.

================
Comment at: clang-rename/tool/ClangRename.cpp:19
@@ +18,3 @@
+#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticIDs.h"
+#include "clang/Basic/DiagnosticOptions.h"
----------------
Do we use anything from `DiagnosticIDs.h` here?


Repository:
  rL LLVM

https://reviews.llvm.org/D22654





More information about the cfe-commits mailing list