[PATCH] D30777: Added `applyAtomicChanges` function.

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 07:35:02 PDT 2017


chapuni added inline comments.


================
Comment at: cfe/trunk/include/clang/Tooling/Refactoring/AtomicChange.h:19
 #include "clang/Basic/SourceManager.h"
+#include "clang/Format/Format.h"
 #include "clang/Tooling/Core/Replacement.h"
----------------
It requires clangFormat in LINK_LIBS. Fixed in r298921.


Repository:
  rL LLVM

https://reviews.llvm.org/D30777





More information about the cfe-commits mailing list