diff options
| author | Eric Liu <ioeric@google.com> | 2016-03-29 18:17:11 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2016-03-29 18:17:11 +0000 |
| commit | ff6d0d8b2e6644c9c98650ce5a5d33b025518aa4 (patch) | |
| tree | b674e1ce28898becf0a727f53b999422cb4c4269 | |
| parent | b2ccba525738bdcf03ce7cb6ec87479cf91a6a18 (diff) | |
| download | bcm5719-llvm-ff6d0d8b2e6644c9c98650ce5a5d33b025518aa4.tar.gz bcm5719-llvm-ff6d0d8b2e6644c9c98650ce5a5d33b025518aa4.zip | |
Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.
llvm-svn: 264760
| -rw-r--r-- | clang/include/clang/Tooling/Refactoring.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Tooling/Refactoring.h b/clang/include/clang/Tooling/Refactoring.h index 3f36bbae599..06ec8b08762 100644 --- a/clang/include/clang/Tooling/Refactoring.h +++ b/clang/include/clang/Tooling/Refactoring.h @@ -27,12 +27,6 @@ namespace clang { class Rewriter; -namespace format { - -class FormatStyle; - -} // namespace format - namespace tooling { /// \brief A tool to run refactorings. |

