Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6ea933c7e8f6988d5647af4a0eafd393a4c3685a
/
unittests
« Previous
8ed4100
Dont break between (( in __attribute__((.
by Daniel Jasper
· 12 years ago
9c3c7b3
No spaces around pointers to members.
by Daniel Jasper
· 12 years ago
ff9a010
First step towards adding a parent map to the ASTContext.
by Manuel Klimek
· 12 years ago
a4d4621
Improve formatting of #defines.
by Daniel Jasper
· 12 years ago
b6f02f3
Fix bug when formatting "A<A<A>>".
by Daniel Jasper
· 12 years ago
3a39ac7
Fix incorrect recognition of bin-packing.
by Daniel Jasper
· 12 years ago
807809c
Fix spacing after binary operator as macro parameter.
by Daniel Jasper
· 12 years ago
0cc798f
Make the negative test of recordType depend on a specific record.
by Manuel Klimek
· 12 years ago
9c65b06
Fix formatting of multiplications in array subscripts.
by Daniel Jasper
· 12 years ago
faab0d3
Enable bin-packing in Google style.
by Daniel Jasper
· 12 years ago
518ee34
Fix bad line break decision.
by Daniel Jasper
· 12 years ago
84a1a63
In range-based for-loops, prefer splitting after ":".
by Daniel Jasper
· 12 years ago
1ef81d5
Only keep empty lines in unwrapped lines if they preceed a line comment.
by Daniel Jasper
· 12 years ago
0fb382b
Only break string literals as a last resort.
by Daniel Jasper
· 12 years ago
742d9e7
Various additions to ASTMatcher library:
by Edwin Vane
· 12 years ago
9c3e71a
Re-add hack that caused regression.
by Daniel Jasper
· 12 years ago
3abf778
Adding hasDeclaration overload for TemplateSpecializationType
by Edwin Vane
· 12 years ago
b45083d
Support in hasDeclaration for types with getDecl()
by Edwin Vane
· 12 years ago
1b354b8
Reverting r176019. Corrupt patch.
by Edwin Vane
· 12 years ago
0b6f23a
Support in hasDeclaration for types with getDecl()
by Edwin Vane
· 12 years ago
f3197e9
Add matcher for AccessSpecDecls.
by Daniel Jasper
· 12 years ago
3c08a81
Allow breaking between a type and name in variable declarations.
by Daniel Jasper
· 12 years ago
c515978
[preprocessor] Use MacroDirective in the preprocessor callbacks to make available the
by Argyrios Kyrtzidis
· 12 years ago
237d4c1
Better formatting of conditional expressions.
by Daniel Jasper
· 12 years ago
37eff83
Don't recognize unnamed pointer parameters as casts.
by Daniel Jasper
· 12 years ago
3a20441
Allow splitting between string literals and identifiers.
by Daniel Jasper
· 12 years ago
5eada84
Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList.
by Benjamin Kramer
· 12 years ago
6ebf091
Comment parsing: add CommentOptions to allow specifying custom comment block commands
by Dmitri Gribenko
· 12 years ago
f11a705
Consistently put {} onto the same line for empty functions.
by Daniel Jasper
· 12 years ago
7d81281
Allow breaking between type and name in for loops.
by Daniel Jasper
· 12 years ago
e9a6226
Fix regression in string literal alignment.
by Manuel Klimek
· 12 years ago
b56b6d1
Fixes bug in string literal alignment.
by Manuel Klimek
· 12 years ago
c4615b7
Don't remove blank lines within unwrapped lines.
by Daniel Jasper
· 12 years ago
8092a94
Implements breaking of string literals if they stick out.
by Manuel Klimek
· 12 years ago
03628b8
Add missing clang-format null pointer check..
by Daniel Jasper
· 12 years ago
34511fb
Correctly format macro with unfinished template declaration.
by Daniel Jasper
· 12 years ago
5238060
Support in hasDeclaration for types with getDecl()
by Edwin Vane
· 12 years ago
5be093c
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
by David Blaikie
· 12 years ago
82282dc
Improve indentation of builder type calls.
by Daniel Jasper
· 12 years ago
515f65d
Improve formatting of builder-type calls.
by Daniel Jasper
· 12 years ago
2933316
Reformat lines if they were "moved around".
by Daniel Jasper
· 12 years ago
d0f349b
Correctly determine */& usage in more cases.
by Daniel Jasper
· 12 years ago
66d19bd
Always break after multi-line string literals.
by Daniel Jasper
· 12 years ago
cf5767d
Prevent line breaks that make stuff hard to read.
by Daniel Jasper
· 12 years ago
4a544e5
Recognize < and > as binary expressions in builder-type calls.
by Daniel Jasper
· 12 years ago
dc2efa1
Done break between 'operator' and '<<'.
by Daniel Jasper
· 12 years ago
b130a54
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
by Daniel Jasper
· 12 years ago
7878a7b
Prevent only breaking before "?" in conditional expressions.
by Daniel Jasper
· 12 years ago
9fc56f2
Fix counting of parameters so that r175162 works as expected.
by Daniel Jasper
· 12 years ago
fc75908
Reduce penalty for breaking before ./-> after complex calls.
by Daniel Jasper
· 12 years ago
c78c6b3
Remove the trailing whitespace of formatted lines.
by Daniel Jasper
· 12 years ago
c5cfa49
Get less confused by trailing comma in Google style.
by Daniel Jasper
· 12 years ago
31672fb
Remove accidentally committed empty test.
by Daniel Jasper
· 12 years ago
6cabab4
Align superclasses for multiple inheritence.
by Daniel Jasper
· 12 years ago
a03ab10
Allow breaking after the return type in function declarations.
by Daniel Jasper
· 12 years ago
42f458d
Fix comment alignment close to the column limit.
by Daniel Jasper
· 12 years ago
e0dc7c7
Formatter: And more cast tests (these don't pass yet).
by Nico Weber
· 12 years ago
6fa7e74
Formatter: Add more cast tests.
by Nico Weber
· 12 years ago
37d6931
Formatter: Refactor the cast detection code to be a bit more readable.
by Nico Weber
· 12 years ago
4c2cc60
Formatter: Detect ObjC method expressions after casts.
by Nico Weber
· 12 years ago
89a0daa
Fix crash for incomplete labels in macros.
by Daniel Jasper
· 12 years ago
9ece2bb
Fix bug in the adjustment to existing lines.
by Daniel Jasper
· 12 years ago
95e8e46
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
by Nico Weber
· 12 years ago
7f43fcf
Adding more overloads for allOf matcher
by Edwin Vane
· 12 years ago
c2e6d2a
Formatter: Detect ObjC message expressions after 'in' in loop
by Nico Weber
· 12 years ago
3f4535e
Get rid of manual debug output, now that the test runner supports it.
by Manuel Klimek
· 12 years ago
729a743
Fix invalid formatting with spaces before trailing comments.
by Daniel Jasper
· 12 years ago
a28fc06
Fixes handling of empty lines in macros.
by Manuel Klimek
· 12 years ago
2b4c924
Fix formatting of overloaded operator definitions.
by Daniel Jasper
· 12 years ago
0ac717b
Formatter: Add a test for multi-line ObjC dict literals.
by Nico Weber
· 12 years ago
e626200
Formatter: Add another ObjC literal test.
by Nico Weber
· 12 years ago
d74fcdb
Formatter: Initial support for ObjC dictionary literals.
by Nico Weber
· 12 years ago
051860e
Formatter: Detect ObjC array literals.
by Nico Weber
· 12 years ago
7728057
Formatter: Add test for default arguments.
by Nico Weber
· 12 years ago
3f6f51e
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
by Jordan Rose
· 12 years ago
9893902
Pull Lexer's CharInfo table out for general use throughout Clang.
by Jordan Rose
· 12 years ago
52635ff
Fix indentation-detection at indent level 0.
by Manuel Klimek
· 12 years ago
547d5db
Takes the context into account when re-indenting regions.
by Manuel Klimek
· 12 years ago
087387a
Fix handling of fake parenthesis during formatting.
by Daniel Jasper
· 12 years ago
29f123b
Implement a tiny expression parser to improve formatting decisions.
by Daniel Jasper
· 12 years ago
ce3d1a6
Avoid unnecessary line breaks in nested ObjC calls.
by Daniel Jasper
· 12 years ago
daf1a15
clang-format: Don't put useless space in f( ::g()).
by Daniel Jasper
· 12 years ago
fa37c5c
Implements equalsNode for Decl and Stmt.
by Manuel Klimek
· 12 years ago
712f5b3
Formatter: Move ObjC literal tests to its own test case.
by Nico Weber
· 12 years ago
474e462
Fix bug in the alignment of comments.
by Daniel Jasper
· 12 years ago
4e8a7b4
Become a little smarter with formatting long chains of pipes.
by Daniel Jasper
· 12 years ago
15417ef
Align trailing block comments like trailing line comments.
by Daniel Jasper
· 12 years ago
4ed7f3e
Formatter: Correctly detect ObjC message expressions preceded by a comment.
by Nico Weber
· 12 years ago
b3507cd
Fix handling of comments in macros.
by Manuel Klimek
· 12 years ago
7fc2db0
Much semicolon after namespaces.
by Manuel Klimek
· 12 years ago
9e9e6e0
Fix formatting of ObjC method calls.
by Daniel Jasper
· 12 years ago
b8b1ce1
Parse record declarations with token pasted identifiers.
by Manuel Klimek
· 12 years ago
36ba0ff
Fix a formatting bug caused by comments in expressions.
by Daniel Jasper
· 12 years ago
8ff690a
Optionally derive formatting information from the input file.
by Daniel Jasper
· 12 years ago
6b5ba8b
Fix an issue with the formatting of stars in default values.
by Daniel Jasper
· 12 years ago
cf87bff
Adds a convenience function selectFirst to simplify matching.
by Manuel Klimek
· 12 years ago
4e77809
Handle nested ObjC calls.
by Daniel Jasper
· 12 years ago
e8a9798
Formatter: No space after & and * in front of ObjC message expressions.
by Nico Weber
· 12 years ago
ee0feec
Formatter: Detect ObjC method expressions after unary operators.
by Nico Weber
· 12 years ago
63d7ced
Initial support for formatting ObjC method declarations/calls.
by Daniel Jasper
· 12 years ago
Next »