Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f8b51c5f90c60aceedef9ed185eeac58f501075a
/
clang
/
unittests
/
Format
/
FormatTestSelective.cpp
a1c3093
[clang-format] Handle trailing comment sections in import statement lines
by Krasimir Georgiev
· 8 years ago
7fdbb3f
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign
by Daniel Jasper
· 8 years ago
bcda54b
[clang-format] Replace IncompleteFormat by a struct with Line
by Krasimir Georgiev
· 9 years ago
9183422
[clang-format] Implement comment reflowing.
by Krasimir Georgiev
· 9 years ago
4f8d994
Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
by Eric Liu
· 9 years ago
9743992
clang-format: [JS] Make requoting of JavaScript string literals only
by Daniel Jasper
· 10 years ago
35ca66d
clang-format: Don't format unrelated nested blocks.
by Daniel Jasper
· 10 years ago
417fc81
clang-format: Improve selective comment formatting.
by Daniel Jasper
· 10 years ago
f83834f
clang-format: Simplify and improve stop condition for formatting
by Daniel Jasper
· 10 years ago
f67c324
clang-format: Be slightly more cautious when formatting subsequent lines after a change. With r251474, clang-format could indent the entire rest of the file, if there is a missing closing brace, e.g. while writing code in an editor.
by Daniel Jasper
· 10 years ago
a1036e5
clang-format: When a line is formatted, also format subsequence lines if their indent is off.
by Daniel Jasper
· 10 years ago
d246a5a
clang-format: NFC. Move testing of selective formatting to a separate file.
by Daniel Jasper
· 10 years ago