Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3c6aea7ac63265c769b5fe09e213ab1c4cee111e
/
unittests
3c6aea7
clang-format: Cleanup array initializer and dict initializer formatting.
by Daniel Jasper
· 11 years ago
ee0cd37
Use the same SourceManager for ModuleMaps and compilations.
by Manuel Klimek
· 11 years ago
c968943
clang-format: Fix ObjC literal indentation in Google style.
by Daniel Jasper
· 11 years ago
a07aa66
clang-format: Improve formatting of ObjC array literals.
by Daniel Jasper
· 11 years ago
45206ca
Remove incorrect assert.
by Manuel Klimek
· 11 years ago
c30bf45
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
by Reid Kleckner
· 11 years ago
341b5df
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
by Samuel Benzaquen
· 11 years ago
d186f0b
Fixes PR17617: Crash on joining short if statements.
by Manuel Klimek
· 11 years ago
363193b
clang-format: Better understand Lambda poarameters.
by Daniel Jasper
· 11 years ago
15eef85
clang-format: Fix formatting of nested blocks after comment.
by Daniel Jasper
· 11 years ago
b3c887d
clang-format: Support case ranges.
by Daniel Jasper
· 11 years ago
a53bbae
clang-format: Improve formatting of ObjC dict literals.
by Daniel Jasper
· 11 years ago
19b60a5
Reverted r192992 broke windows and freebsd builds.
by Ariel J. Bernal
· 11 years ago
044d01f
This patch fixes replacements that are not applied when relative paths are
by Ariel J. Bernal
· 11 years ago
0baf33b
clang-format: Be more aggressive on incorrect code.
by Daniel Jasper
· 11 years ago
49c77b2
clang-format: Don't force linebreak between return and multiline string.
by Daniel Jasper
· 11 years ago
53eb05a
Make clang-format slightly more willing to break before trailing annotations.
by Daniel Jasper
· 11 years ago
9b3cb44
clang-format: Improve formatting of templated builder-type calls.
by Daniel Jasper
· 11 years ago
c2827ec
clang-format: Make continuation indent width configurable.
by Daniel Jasper
· 11 years ago
74ecbd5
Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot
by Alexey Samsonov
· 11 years ago
f0fc89c
Keep track of indentation levels in static initializers for correct indentation with tabs.
by Alexander Kornienko
· 11 years ago
aabfb27
Automatically munch semicolons after blocks.
by Manuel Klimek
· 11 years ago
ac4d018
clang-format: Fix assertion on unterminated #ifs.
by Daniel Jasper
· 11 years ago
a0950e8
Callback support for OpenCL extension pragmas.
by Pekka Jaaskelainen
· 11 years ago
78a4e61
clang-format: No space in "<::" in C++11 mode.
by Daniel Jasper
· 11 years ago
b18c258
Don't break string literals inside preprocessor directives.
by Alexander Kornienko
· 11 years ago
ae76f7f
Support formatting of preprocessor branches.
by Manuel Klimek
· 11 years ago
1d82b1a
clang-format: Don't remove 'unknown' tokens.
by Daniel Jasper
· 11 years ago
01fe9f9
Correctly detect colon in bit fields. Fixes PR17333.
by Alexander Kornienko
· 11 years ago
d4099c3
Revert commit r192299 until find a way to account for simlinks in OS X.
by Ariel J. Bernal
· 11 years ago
b71aa7a
This patch fixes replacements that are not applied when relative paths are
by Ariel J. Bernal
· 11 years ago
6e7f193
clang-format: Fix template declaration line breaking with comment.
by Daniel Jasper
· 11 years ago
cea014b
clang-format: Improve indentation when deriving from templated classes.
by Daniel Jasper
· 11 years ago
19ccb12
clang-format: Improve constructor initializer linewrapping.
by Daniel Jasper
· 11 years ago
3d71289
Fix incorrect detection of class definitions with alignas specification.
by Manuel Klimek
· 11 years ago
63cfb89
clang-format: Remove empty lines after visibility modifiers.
by Daniel Jasper
· 11 years ago
f78bf4a
clang-format: Improve alignment after 'return'.
by Daniel Jasper
· 11 years ago
2037698
clang-format: Fix assertion on incomplete string literals.
by Daniel Jasper
· 11 years ago
6967e78
Added a comment and another test for the UT_ForIndentation option
by Alexander Kornienko
· 11 years ago
3d9ffcf
Implemented tab usage only for indentation (http://llvm.org/PR17363)
by Alexander Kornienko
· 11 years ago
acf8e90
Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
by Alexander Kornienko
· 11 years ago
6b3ff8c
clang-format: Improve formatting of functions with multiple trailing tokens.
by Daniel Jasper
· 11 years ago
48c099f
clang-format: Fix formatting bug with comment in weird place.
by Daniel Jasper
· 11 years ago
9b4de85
clang-format: Option to removing the space before assignment operators.
by Daniel Jasper
· 11 years ago
65da8e9
clang-format: Improve address-of-operator detection
by Daniel Jasper
· 11 years ago
ebaa171
clang-format: Don't accidentally move tokens into preprocessor directive.
by Daniel Jasper
· 11 years ago
42ff263
clang-format: Add comment to tests explaining their grouping.
by Daniel Jasper
· 11 years ago
e63a48a
clang-format: Fix line breaking bug after empty ifs.
by Daniel Jasper
· 11 years ago
26356cc
clang-format: Don't split a >>-operator.
by Daniel Jasper
· 11 years ago
2c2f729
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
by Alexander Kornienko
· 11 years ago
d3d9e0f
clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
by Daniel Jasper
· 11 years ago
ac885cd
clang-format: Detect braced lists in subscript expressions.
by Daniel Jasper
· 11 years ago
5798120
clang-format: Fix incorrect enum parsing / layouting.
by Daniel Jasper
· 11 years ago
0bb3ca3
Add a test case to test RAV visits parameters of implicit copy constructor.
by Michael Han
· 11 years ago
7e27400
clang-format: Fix bug in pointer detection
by Daniel Jasper
· 11 years ago
4b6730d
Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182.
by Michael Han
· 11 years ago
73d845c
Support for CR LF newlines.
by Alexander Kornienko
· 11 years ago
f365bb2
Do not quote YAML plain string myself. Let YAMLIO do that.
by Rui Ueyama
· 11 years ago
daa07e9
Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
by Alexander Kornienko
· 11 years ago
6f6154c
Correctly calculate OriginalColumn after multi-line tokens.
by Alexander Kornienko
· 11 years ago
db8afe4
clang-format: Understand function type typedefs with typeof.
by Daniel Jasper
· 11 years ago
83a7dcd
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
by Alexander Kornienko
· 11 years ago
14e25c0
clang-format: Keep empty lines and format 1-line nested blocks.
by Daniel Jasper
· 11 years ago
1245a54
Fix missing source location in CXXTemporaryObjectExpr nodes.
by Enea Zaffanella
· 11 years ago
00e0f43
clang-format: Fix regression introduced by r190038.
by Daniel Jasper
· 11 years ago
e27dc5d
clang-format: Format typed enums with nested names.
by Daniel Jasper
· 11 years ago
520cca8
clang-format: Don't confuse operator[] with lambdas.
by Daniel Jasper
· 11 years ago
51bb5d9
Don't remove trailing escaped newline from line comments.
by Alexander Kornienko
· 11 years ago
2f0a020
clang-format: Fix regression introduced by r189353.
by Daniel Jasper
· 11 years ago
db4813a
clang-format: Fix regression introduced by r189337.
by Daniel Jasper
· 11 years ago
b77d741
clang-format: Fix comment formatting bugs in nested blocks.
by Daniel Jasper
· 11 years ago
e3efec2
Mark lambda closure classes as being implicitly-generated.
by James Dennett
· 11 years ago
e11e45f
Fixes PR 17106 (explicitly typed enums are formatted differently).
by Manuel Klimek
· 11 years ago
0b62cc3
Handle zero-width and double-width characters in string literals and comments.
by Alexander Kornienko
· 11 years ago
2d65705
clang-format: Quickfix for braced init lists detected as lambdas.
by Daniel Jasper
· 11 years ago
ac2c974
clang-format: Fix parsing and indenting lambdas.
by Daniel Jasper
· 11 years ago
567dcf9
clang-format: Enable formatting of nested blocks.
by Daniel Jasper
· 11 years ago
9321e87
Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for
by Alexander Kornienko
· 11 years ago
753a511
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
by Manuel Klimek
· 11 years ago
9e512bc
More lambda formatting tests; update test comments.
by Manuel Klimek
· 11 years ago
31e44f7
Fix layout of lambda captures.
by Manuel Klimek
· 11 years ago
b61a8af
First step towards correctly formatting lambdas.
by Manuel Klimek
· 11 years ago
174f60f
clang-format: Fix segfault in overloaded operator parsing.
by Daniel Jasper
· 11 years ago
67cf1db
clang-format: Fix case-indentation in macros.
by Daniel Jasper
· 11 years ago
4e899d9
Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
by Samuel Benzaquen
· 11 years ago
ec17226
clang-format: Enable formatting of protocol buffer definitions.
by Daniel Jasper
· 11 years ago
4b434cf
clang-format: Improve recovery from enums with errors.
by Daniel Jasper
· 11 years ago
13d2aa5
clang-format: Fix incorrect indentation.
by Daniel Jasper
· 11 years ago
2908245
clang-format: Don't indent builders relative to "return".
by Daniel Jasper
· 11 years ago
eb33183
clang-format: Fix corner case in builder-type calls.
by Daniel Jasper
· 11 years ago
dcc0c5b
Better support for multiline string literals (including C++11 raw string literals).
by Alexander Kornienko
· 11 years ago
b80aad8
Fix tests to be more specific.
by Samuel Benzaquen
· 11 years ago
c41e819
Fixes various problems with accounting for tabs in the original code.
by Manuel Klimek
· 11 years ago
a735090
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
by Samuel Benzaquen
· 11 years ago
f546178
clang-format: Improve token breaking behavior.
by Daniel Jasper
· 11 years ago
7143a21
clang-format: Fix segfault in 'incomplete' macros.
by Daniel Jasper
· 11 years ago
c9346c9
clang-format: Fix infinite loop in macro special case.
by Daniel Jasper
· 11 years ago
a4dd982
clang-format: Don't insert space in __has_include
by Daniel Jasper
· 11 years ago
7186ccc
clang-format: Fix corner case in ObjC interface definitions.
by Daniel Jasper
· 11 years ago
f439dcb
clang-format: Improve braced init list detection:
by Daniel Jasper
· 11 years ago
Next »