Revert "Make emacs show when clang-format encountered a syntax error."
This reverts commit 236854, which caused clang-format to always print '{ "IncompleteFormat": false }' at the top of an incompletely formatted file. This output causes problems e.g. in Polly's automatic formatting checks. Daniel tried to fix this in 236867, but this fix had to be reverted due to buildbot failures. I revert this change as well for now as it is Friday night and unlikely to be fixed immediately. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236908 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- test/Format/cursor.cpp 1 addition, 1 deletiontest/Format/cursor.cpp
- test/Format/incomplete.cpp 0 additions, 8 deletionstest/Format/incomplete.cpp
- tools/clang-format/ClangFormat.cpp 5 additions, 11 deletionstools/clang-format/ClangFormat.cpp
- tools/clang-format/clang-format.el 6 additions, 11 deletionstools/clang-format/clang-format.el
test/Format/incomplete.cpp
deleted
100644 → 0
Please register or sign in to comment