Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2dfab63bb347b51f21ee4e5f87916b3362333580
/
clang
/
unittests
/
Format
/
FormatTest.cpp
83bbd57
clang-format: Add SpaceAfterTemplate
by Sylvestre Ledru
· 9 years ago
40ef2fb
Implement tooling::Replacements as a class.
by Eric Liu
· 9 years ago
3134383
clang-format: Fix incorrect detection of QT-signals access specifier.
by Daniel Jasper
· 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
1f5d637
clang-format: Restrict r272537 to function ref qualifiers.
by Daniel Jasper
· 9 years ago
2156166
clang-format: Fix incorrect function type detection.
by Daniel Jasper
· 9 years ago
43e4d3a
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
by Daniel Jasper
· 9 years ago
594be2f
clang-format: Fix incorrect cast detection.
by Daniel Jasper
· 9 years ago
87448c5
clang-format: Don't indent lambda body relative to its return type.
by Daniel Jasper
· 9 years ago
acadc8e
clang-format: Fix incorrect calculation of "length" of /**/ comments.
by Daniel Jasper
· 9 years ago
2b4d6ea
clang-format: Fix bug in function ref qualifier identification.
by Daniel Jasper
· 9 years ago
99302ed
clang-format: Allow splitting the line after /**/-comments.
by Daniel Jasper
· 9 years ago
1ef6845
[clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp.
by Eric Liu
· 9 years ago
451544a
clang-format: Fix incorrect indentation in last line of macro definition
by Daniel Jasper
· 9 years ago
e2fab13
clang-format: Fix enumerator case ranges.
by Daniel Jasper
· 9 years ago
baf58c2
[clang-format] Make formatReplacements() also sort #includes.
by Eric Liu
· 9 years ago
2b2c967
clang-format: Fix space after argument comments.
by Daniel Jasper
· 9 years ago
a7900ad
clang-format: Support enum type template arguments.
by Daniel Jasper
· 9 years ago
4cfb88a
Added Fixer implementation and fix() interface in clang-format for removing redundant code.
by Eric Liu
· 9 years ago
c3ff0cd
clang-format: Improve heuristics to detect function declarations/definitions.
by Daniel Jasper
· 10 years ago
03137c6
clang-format: Last line in incomplete block is indented incorrectly
by Marianne Mailhot-Sarrasin
· 10 years ago
51fe279
clang-format: Implemented tab usage for continuation and indentation
by Marianne Mailhot-Sarrasin
· 10 years ago
2cce7b7
clang-format: Fix label-in-if statement in macros where it is actually used.
by Daniel Jasper
· 10 years ago
4060947
clang-format: Support labels in brace-less ifs.
by Daniel Jasper
· 10 years ago
19bc1d0
clang-format: Fix incorrect function annotation detection.
by Daniel Jasper
· 10 years ago
94b1bdf
clang-format: Fix cast detection on "this".
by Daniel Jasper
· 10 years ago
4c1ef97a
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
by Eric Liu
· 10 years ago
c13ca6a
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
by Eric Liu
· 10 years ago
547d879
Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot.
by Eric Liu
· 10 years ago
6b47faa
Revert "Added support for different VFSs in format::getStyle."
by Eric Liu
· 10 years ago
b72f609
Added support for different VFSs in format::getStyle.
by Eric Liu
· 10 years ago
9c8ff35
clang-format: Make include sorting's main include detection configurable.
by Daniel Jasper
· 10 years ago
710f849
clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
by Daniel Jasper
· 10 years ago
abd1f57
clang-format: [JS] Optionally re-quote string literals.
by Daniel Jasper
· 10 years ago
56ef6ac
[clang-format] Detect constructor initializers preceded by `noexcept`.
by Daniel Jasper
· 10 years ago
b12e5a5
Add functions to apply replacements and reformat them.
by Manuel Klimek
· 10 years ago
04b4e10
clang-format: Correctly apply wrap before multi-line RHS rule to
by Daniel Jasper
· 10 years ago
f9168de
clang-format: Increase the penalty for breaking between array subscripts.
by Daniel Jasper
· 10 years ago
cc3949d
Remove use of builtin comma operator.
by Richard Trieu
· 10 years ago
602a727
clang-format: Make indentation after "<<" more consistent.
by Daniel Jasper
· 10 years ago
88db760
clang-format: Make it more expensive to break template parameters.
by Daniel Jasper
· 10 years ago
2a9f720
clang-format: Fix weird alignment when not aligning after brackets.
by Daniel Jasper
· 10 years ago
0c9772e
clang-format: Fix corner case in template detection.
by Daniel Jasper
· 10 years ago
45860fa
clang-format: Fix formatting of ternary expressions with comments.
by Daniel Jasper
· 10 years ago
b618a98
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
by Daniel Jasper
· 10 years ago
d27df3d
clang-format: Fix incorrect pointer detection in lambdas in constructor
by Daniel Jasper
· 10 years ago
e1a7b76
clang-format: Add option to disable string literal formatting.
by Daniel Jasper
· 10 years ago
bb37a2f
clang-format: Fix alignment of trailing multiline columns.
by Daniel Jasper
· 10 years ago
27f27818
Fix formatting of fully qualified names in array subscripts.
by Manuel Klimek
· 10 years ago
a3cd2164
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
by Daniel Jasper
· 10 years ago
50780ce
clang-format: [ObjC+JS] Allow bin-packing of array literals.
by Daniel Jasper
· 10 years ago
dab5046
[clang-format] Fix comment aligning when there are changes within the comment
by Benjamin Kramer
· 10 years ago
df51f2e6
clang-format: Fix overloading "operator," definitions more thoroughly.
by Daniel Jasper
· 10 years ago
06ca0fc
clang-format: Slightly row back on r257257.
by Daniel Jasper
· 10 years ago
00693b08
clang-format: Fix incorrect line break in certain configurations.
by Daniel Jasper
· 10 years ago
804a276
clang-format: Support definitions/declarations of operator,.
by Daniel Jasper
· 10 years ago
7bec87c
clang-format: Fix corner case in one-per-line formatting.
by Daniel Jasper
· 10 years ago
54353da
clang-format: Support weird lambda macros.
by Daniel Jasper
· 10 years ago
411af72
clang-format: Fix corner case in "if it saves columns"-calculation.
by Daniel Jasper
· 10 years ago
0a58941
clang-format: Handle \n the same way as std::endl with stream operator.
by Daniel Jasper
· 10 years ago
801cdb2
clang-format: Avoid creating hanging indents in call sequences.
by Daniel Jasper
· 10 years ago
00492f9
clang-format: Improve line wrapping behavior in call sequences.
by Daniel Jasper
· 10 years ago
42011b2
clang-format: Fix corner case in builder-type call formatting.
by Daniel Jasper
· 10 years ago
5558207
clang-format: Align long braced init lists even if they are nested in
by Daniel Jasper
· 10 years ago
9c8a774
clang-format: Fix corner case for lambda assignments.
by Daniel Jasper
· 10 years ago
06a2695
clang-format: Fix corner-case in ObjC method declaration formatting
by Daniel Jasper
· 10 years ago
e1afb9b
clang-format: Slightly row back on r256343 by increasing penalty for
by Daniel Jasper
· 10 years ago
a85c331
clang-format: Fix incorrect function type detection.
by Daniel Jasper
· 10 years ago
498f558
clang-format: [TableGen] Support ;-less include lines.
by Daniel Jasper
· 10 years ago
362a1bf
clang-format: Lower penalty for breaking between array subscripts.
by Daniel Jasper
· 10 years ago
95516cd
clang-format: Fix incorrect pointer detection.
by Daniel Jasper
· 10 years ago
eb65e91
clang-format: Properly set the BlockKind for more blocks.
by Daniel Jasper
· 10 years ago
6bc7f97
Fix invalid enum comparison.
by Zachary Turner
· 10 years ago
448592e
Support AlwaysBreakAfterReturnType
by Zachary Turner
· 10 years ago
870d1bc
clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++.
by Daniel Jasper
· 10 years ago
96cbb50
clang-format: Extend Linux-brace-wrapping test.
by Daniel Jasper
· 10 years ago
f901a57
clang-format: Make wrapping after "./->" cheaper, even if the element
by Daniel Jasper
· 10 years ago
a0a5039
clang-format: Make it possible to turn off comment reflowing.
by Daniel Jasper
· 10 years ago
a00de63
clang-format: treat Q_SIGNALS as an access modifier
by Daniel Jasper
· 10 years ago
ec90e51
This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
by Daniel Jasper
· 10 years ago
8e8b4fb
clang-format: Re-add code path deleted in r253873 and add missing test.
by Daniel Jasper
· 10 years ago
9bb3001
clang-format: Fix incorrect cast detection.
by Daniel Jasper
· 10 years ago
253dad23
clang-format: If the template list of a variable declaration spans
by Daniel Jasper
· 10 years ago
7fa524b
clang-format: Don't use incorrect space in macro calls with operators.
by Daniel Jasper
· 10 years ago
da44677
clang-format: Enable #include sorting by default.
by Daniel Jasper
· 10 years ago
328085f
Format: support inline namespaces
by Saleem Abdulrasool
· 10 years ago
bd73bcf
clang-format: Undo unwanted format change done in r251405.
by Daniel Jasper
· 10 years ago
6501f7e
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
by Daniel Jasper
· 10 years ago
74331d4
clang-format: Fix false positive in cast detection.
by Daniel Jasper
· 10 years ago
4d72449
clang-format: Fixed typecast getting put on a separate line from the
by Daniel Jasper
· 10 years ago
9cb1ac28
clang-format: Fixed missing space between Obj-C for/in and a typecast.
by Daniel Jasper
· 10 years ago
3982825
[clang-format] Stop alignment sequences on open braces and parens when
by Daniel Jasper
· 10 years ago
55bbe66
Make clang-format actually respect custom brace wrapping flags.
by Daniel Jasper
· 10 years ago
5af04a4
clang-format: Fix false ObjC block detection.
by Daniel Jasper
· 10 years ago
4bc013e
clang-format: Understand array reference types.
by Daniel Jasper
· 10 years ago
0ea4d79
clang-format: Fix false positive in pointer/reference detection.
by Daniel Jasper
· 10 years ago
8ce1b8d
clang-format: Make IncludeCategories configurable in .clang-format file.
by Daniel Jasper
· 10 years ago
e12597c
[clang-format] Add support of consecutive declarations alignment
by Daniel Jasper
· 10 years ago
c1bc38e
clang-format: Add a new brace style "custom" as well as flags to
by Daniel Jasper
· 10 years ago
bbfd20d
clang-format: Fix alignConsecutiveAssignments.
by Daniel Jasper
· 10 years ago
Next »