hanchenye-llvm-project/clang/test/Format
Krasimir Georgiev bcda54b69d [clang-format] Replace IncompleteFormat by a struct with Line
Summary: This patch replaces the boolean IncompleteFormat that is used to notify the client if an unrecoverable syntax error occurred by a struct that also contains a line number.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D32298

llvm-svn: 300985
2017-04-21 14:35:20 +00:00
..
adjust-indent.cpp
basic.cpp
cursor.cpp
disable-format.cpp
disable-include-sorting.cpp
incomplete.cpp [clang-format] Replace IncompleteFormat by a struct with Line 2017-04-21 14:35:20 +00:00
inplace.cpp clang/test/Format/inplace.cpp: Avoid using wildcard. 2017-02-28 10:05:56 +00:00
language-detection.cpp
line-ranges.cpp
multiple-inputs-error.cpp
multiple-inputs-inplace.cpp
multiple-inputs.cpp
ranges.cpp
remove-duplicate-includes.cpp
style-on-command-line.cpp clang-format: remove tests that assume no config file will be found as this is not always the case 2017-01-23 13:20:23 +00:00
xmloutput.cpp