Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0f43a6daddd41722a4183a49b344f85b5aefbb33
/
unittests
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
c476ea9
clang-format: Fix corner case in overloaded operator definitions.
by Daniel Jasper
· 11 years ago
081fc17
clang-format: Fix space in decltype-constexprs.
by Daniel Jasper
· 11 years ago
99e0df4
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
by Samuel Benzaquen
· 11 years ago
3b082a3
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
by Samuel Benzaquen
· 11 years ago
a778cde
Adding a vector version of clang::tooling::shiftedCodePosition().
by Edwin Vane
· 11 years ago
d3fef0f
clang-format: Format segments of builder-type calls one per line.
by Daniel Jasper
· 11 years ago
d489f8c
clang-format: Revamp builder-type call formatting.
by Daniel Jasper
· 11 years ago
451f1e0
clang-format: Fix bug in column layout.
by Daniel Jasper
· 11 years ago
332c677
clang-format: Fix bug in column-layout formatting.
by Daniel Jasper
· 11 years ago
2b42935
Comment parsing: fix a bug where a line with whitespace between two paragraphs
by Dmitri Gribenko
· 11 years ago
3618e6f
clang-format: Fix indentation relative to unary expressions.
by Daniel Jasper
· 11 years ago
4df1ff9
clang-format: Fix corner case for string splitting ..
by Daniel Jasper
· 11 years ago
ed51c02
clang-format: Handle trailing commas in column layout of braced list.
by Daniel Jasper
· 11 years ago
e638503
Fix dependencies now that the ARC migrator depends on the static analyzer.
by Jordan Rose
· 11 years ago
d4a03db
clang-format: Add column layout formatting for braced lists
by Daniel Jasper
· 11 years ago
34f3d05
clang-format: Indent relative to unary operators.
by Daniel Jasper
· 11 years ago
5321e94
Adding Replacement serialization support
by Edwin Vane
· 11 years ago
cbeb1c6
clang-format: Format enum struct/class like enum.
by Daniel Jasper
· 11 years ago
7df56bf
clang-format: Additional options for spaces around parentheses.
by Daniel Jasper
· 11 years ago
92495a8
clang-format: Fix return type line break decision.
by Daniel Jasper
· 11 years ago
f758bc7
Have Range::overlapsWith use positive logic
by Edwin Vane
· 11 years ago
b58cfd9
Adding a vector version of tooling::applyAllReplacements
by Edwin Vane
· 11 years ago
95f0766
Fixing a conflict detection bug in tooling::deduplicate
by Edwin Vane
· 11 years ago
9d02807
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
by Samuel Benzaquen
· 11 years ago
6315fec
clang-format: Add option for the offset of constructor initializers.
by Daniel Jasper
· 11 years ago
b644dd6
clang-format: Improve boolean expression formatting in macros.
by Daniel Jasper
· 11 years ago
b5a151d
clang-format: Activate WebKit-style tests for MS compilers.
by Daniel Jasper
· 11 years ago
e60084d
clang-format: Slightly adapt line break penalties.
by Daniel Jasper
· 11 years ago
5d937b3
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
by Kaelyn Uhrain
· 11 years ago
4432bf0
Forgot to add unittests/Sema/ before committing r188196 :(
by Kaelyn Uhrain
· 11 years ago
70571f4
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
by Kaelyn Uhrain
· 11 years ago
b349a78
clang-format: Improve stream-formatting.
by Daniel Jasper
· 11 years ago
5335260
clang-format: Correctly format alias declarations.
by Daniel Jasper
· 11 years ago
2530fd5
This change fixes the formatting of statements such as catch (E& e).
by Manuel Klimek
· 11 years ago
f68af64
Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
by James Dennett
· 11 years ago
d5692db
Introduce Replacement deduplication and conflict detection function
by Edwin Vane
· 11 years ago
2519d56
Revert r187935 "Support for double width characters."
by Arnold Schwaighofer
· 11 years ago
712b747
Support for double width characters.
by Alexander Kornienko
· 11 years ago
d3a247c
Fixes a couple of bugs with the Allman brace breaking.
by Manuel Klimek
· 11 years ago
1dc6f74
clang-format: Fix corner case in OpenMP pragma formatting.
by Daniel Jasper
· 11 years ago
efed687
clang-format: Improve formatting of builder-type calls.
by Daniel Jasper
· 11 years ago
e490705
Implement Allman style.
by Manuel Klimek
· 11 years ago
b56da8c
Fix crash when encountering alias templates in isDerivedFrom matches.
by Manuel Klimek
· 11 years ago
75e58bb
clang-format: Fix string breaking after "<<".
by Daniel Jasper
· 11 years ago
1eaa997
clang-format: Operator precendence in ObjC method exprs.
by Daniel Jasper
· 11 years ago
ab3ce59
clang-format: Don't break empty 2nd operand of ternary expr.
by Daniel Jasper
· 11 years ago
0fda0f7
Use llvm::sys::fs::UniqueID for windows and unix.
by Rafael Espindola
· 11 years ago
b7000ca
Teach clang-format to understand static_asserts better.
by Daniel Jasper
· 11 years ago
aa9e7b1
clang-format: Improve line breaks in @property.
by Daniel Jasper
· 11 years ago
893ea8d
clang-format: Make alignment of trailing comments optional ..
by Daniel Jasper
· 11 years ago
eff18b9
clang-format: Add more options to namespace indentation.
by Daniel Jasper
· 11 years ago
Next »