| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Makes emacs show a different message when clang-format encountered a
syntax error.
llvm-svn: 236943
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
llvm-svn: 236908
|
| |
|
|
|
|
|
| |
This reverts commit r236867, as it was breaking multiple buildbots. Daniel
will look into it later.
llvm-svn: 236882
|
| |
|
|
|
|
| |
This is only for editor integrations.
llvm-svn: 236867
|
|
|
Propagate the 'incomplete-format' state back through clang-format's command
line interace and adapt the emacs integration to show a better result.
llvm-svn: 236854
|