r264760 - Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 11:17:11 PDT 2016
Author: ioeric
Date: Tue Mar 29 13:17:11 2016
New Revision: 264760
URL: http://llvm.org/viewvc/llvm-project?rev=264760&view=rev
Log:
Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.
Modified:
cfe/trunk/include/clang/Tooling/Refactoring.h
Modified: cfe/trunk/include/clang/Tooling/Refactoring.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/Refactoring.h?rev=264760&r1=264759&r2=264760&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/Refactoring.h (original)
+++ cfe/trunk/include/clang/Tooling/Refactoring.h Tue Mar 29 13:17:11 2016
@@ -27,12 +27,6 @@ namespace clang {
class Rewriter;
-namespace format {
-
-class FormatStyle;
-
-} // namespace format
-
namespace tooling {
/// \brief A tool to run refactorings.
More information about the cfe-commits
mailing list