Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Format
/
TokenAnnotator.cpp
55b6d4b
clang-format: [JS] support goog.requireType.
by Martin Probst
· 7 years ago
56904bf
[clang-format] Do not treat asm clobber [ as ObjCExpr, refined
by Krasimir Georgiev
· 7 years ago
c163101
[clang-format] JS: don't treat is: as a type matcher
by Krasimir Georgiev
· 7 years ago
28e2dbb
[clang-format] Do not treat the asm clobber [ as ObjCExpr
by Krasimir Georgiev
· 7 years ago
054dc28
[clang-format] Support breaking consecutive string literals for TableGen
by Jordan Rupprecht
· 7 years ago
e2d56dc
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when message target is a result of a C-style method.
by Yan Zhang
· 7 years ago
5528cac
[clang-format] tweaked another case of lambda formatting
by Krasimir Georgiev
· 7 years ago
208661b
clang-format: Don't insert spaces in front of :: for Java 8 Method References.
by Nico Weber
· 7 years ago
3315aed
clang-format: [JS] conditional types.
by Martin Probst
· 7 years ago
cc525e7
clang-format: [JS] space after parameter naming.
by Martin Probst
· 7 years ago
6b475b7
[clang-format/ObjC] Improve split priorities for ObjC methods
by Jacek Olesiak
· 7 years ago
27a5579
[clang-format/ObjC] Fix counting selector name parts for ObjC
by Jacek Olesiak
· 7 years ago
3007b38
[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method decl
by Ben Hamilton
· 7 years ago
da5cca4
[clang-format] Keep @message together in text protos
by Krasimir Georgiev
· 7 years ago
bfc3406
[clang-format] Add SpaceBeforeCpp11BracedList option.
by Hans Wennborg
· 7 years ago
70a9e47
[clang-format] Discourage breaks in submessage entries, hard rule
by Krasimir Georgiev
· 7 years ago
c8b7a41
clang-format: [JS] strict prop init annotation.
by Martin Probst
· 7 years ago
6bb103f
clang-format: Introduce BreakInheritanceList option
by Francois Ferrand
· 7 years ago
8b98f55
[clang-format] text protos: put entries on separate lines if there is a submessage
by Krasimir Georgiev
· 7 years ago
7ebad4e
clang-format: [JS] do not wrap before any `is`.
by Martin Probst
· 7 years ago
962b911
[clang-format/ObjC] Correctly annotate single-component ObjC method invocations
by Ben Hamilton
· 7 years ago
58e6fe5
clang-format: Allow optimizer to break template declaration.
by Francois Ferrand
· 7 years ago
f92f806
clang-format: tweak formatting of variable initialization blocks
by Francois Ferrand
· 7 years ago
3538b39
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
345f873
[clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifier
by Ben Hamilton
· 7 years ago
d682487
Revert "[clang-format] Improve Incomplete detection for (text) protos"
by Krasimir Georgiev
· 7 years ago
f28347e
[clang-format] Improve Incomplete detection for (text) protos
by Krasimir Georgiev
· 7 years ago
01cbd5a
[clang-format] Do not break after ObjC category open paren
by Ben Hamilton
· 7 years ago
df72e98
[clang-format] Don't insert space between ObjC class and lightweight generic
by Ben Hamilton
· 7 years ago
f90ad9c
[clang-format] Ensure ObjC selectors with 0 args are annotated correctly
by Ben Hamilton
· 7 years ago
44e2e9f
[clang-format] Preserve spaces before a percent in (text) protos
by Krasimir Georgiev
· 7 years ago
9dc7816
[clang-format/ObjC] Do not detect "[]" as ObjC method expression
by Ben Hamilton
· 7 years ago
1915d2a
[clang-format/ObjC] Do not insert space after opening brace of ObjC dict literal
by Ben Hamilton
· 7 years ago
d54e7aa
[clang-format] Do not insert space before closing brace in ObjC dict literal
by Ben Hamilton
· 8 years ago
fd32767
clang-format: Narrow down raw string literal line break exception.
by Daniel Jasper
· 8 years ago
d5e9ff4
clang-format: Fix SpacesInParentheses with fully qualified names.
by Daniel Jasper
· 8 years ago
5f91134
[clang-format] Don't insert space between r_paren and 'new' in ObjC decl
by Ben Hamilton
· 8 years ago
ad99186
[clang-format] Fix ObjC selectors with multiple params passed to macro
by Ben Hamilton
· 8 years ago
abbd54c
[clang-format] Disallow breaks before ']' in text proto extensions
by Krasimir Georgiev
· 8 years ago
788a222
[clang-format] Improve detection of Objective-C block types
by Ben Hamilton
· 8 years ago
b060ad8
[clang-format] Don't detect C++11 attribute specifiers as ObjC
by Ben Hamilton
· 8 years ago
9c95dfe
clang-format: Properly handle implicit string concatenation in text protos
by Daniel Jasper
· 8 years ago
9ad7af6
[clang-format] Break consecutive string literals in text protos
by Krasimir Georgiev
· 8 years ago
1d6c6ee
[clang-format] Improve detection of ObjC for-in statements
by Ben Hamilton
· 8 years ago
446d6ec
[clang-format] fix handling of consecutive unary operators
by Krasimir Georgiev
· 8 years ago
2a9ea78
[clang-format] Add SpaceBeforeColon option
by Francois Ferrand
· 8 years ago
0aa4b4c
[clang-format] Format operator key in protos
by Krasimir Georgiev
· 8 years ago
9b2aa42
[clang-format] Fixup a case of text proto message attributes
by Krasimir Georgiev
· 8 years ago
110ecc7
clang-format: [JS] fix `of` detection.
by Martin Probst
· 8 years ago
b79987a
[clang-format] Support repeated field lists in protos
by Krasimir Georgiev
· 8 years ago
76064a4
[clang-format] Recognize percents as format specifiers in protos
by Krasimir Georgiev
· 8 years ago
4e290648
[clang-format] Support text proto extensions
by Krasimir Georgiev
· 8 years ago
38d8013
clang-format: keep ObjC colon alignment with short object name
by Francois Ferrand
· 8 years ago
374e6de
[clang-format] Do not break before long string literals in protos
by Krasimir Georgiev
· 8 years ago
fb7f5c0
[clang-format] Fix ObjC message arguments formatting.
by Jacek Olesiak
· 8 years ago
a79d62d
[clang-format] Adds space around angle brackets in text protos
by Krasimir Georgiev
· 8 years ago
d2b2ac6
[clang-format] Align preprocessor comments with #
by Mark Zeren
· 8 years ago
f8e1f5c
clang-format: [JS] Prevent ASI before [ and (.
by Martin Probst
· 8 years ago
91700e0
[clang-format] Fixes indentation of inner text proto messages
by Krasimir Georgiev
· 8 years ago
cd5865c
Fix typo in comment.
by Nico Weber
· 8 years ago
c70f1d6
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
by Richard Smith
· 8 years ago
27b6603
clang-format: [JS] do not wrap after async/await.
by Martin Probst
· 8 years ago
6c38ef9
clang-format: [JS] handle `for` as object label.
by Martin Probst
· 8 years ago
ce2bd4d
clang-format: [JS] do not break in ArrayType[].
by Martin Probst
· 8 years ago
a5968aa
clang-format: [JS] do not wrap before yield.
by Martin Probst
· 8 years ago
a255511
clang-format: [JS] space between ! assert and in.
by Martin Probst
· 8 years ago
70cec59
clang-format: [JS] handle destructuring `of`.
by Martin Probst
· 8 years ago
656c862
Update link to protobuf
by Hans Wennborg
· 8 years ago
bbf5f4e
[clang-format] Handle unary operator overload with arguments and specifiers
by Daniel Jasper
· 8 years ago
87b4254
[clang-format] Make parseUnaryOperator non-recursive, NFCI
by Krasimir Georgiev
· 8 years ago
9ad83fe
[clang-format] Format raw string literals
by Krasimir Georgiev
· 8 years ago
b9b1867
clang-format/java: Unbreak genenrics formatting after r299952.
by Nico Weber
· 8 years ago
30cd301
[clang-format] Adjust space around &/&& of structured bindings
by Chih-Hung Hsieh
· 8 years ago
e8eba37
clang-format/java: Always put space after `assert` keyword.
by Nico Weber
· 8 years ago
89628f6
clang-format clang-format.
by Manuel Klimek
· 8 years ago
e411aa8
Fix clang-format's detection of structured bindings.
by Manuel Klimek
· 8 years ago
103a7b5
clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
by Martin Probst
· 8 years ago
ceeb8b9
[clang-format] Add support for C++17 structured bindings.
by Marek Kurdej
· 8 years ago
7b85a19
clang-format: Fix formatting of for loops with multiple increments.
by Daniel Jasper
· 8 years ago
81341d7
[clang-format] Fixed typedef enum brace wrapping
by Krasimir Georgiev
· 8 years ago
325ff7c
clang-format: [JS] wrap optional properties in type aliases.
by Martin Probst
· 8 years ago
83e0220
clang-format: [JS] do not insert whitespace in call positions.
by Martin Probst
· 8 years ago
9b5a89b
clang-format: Fix left pointer alignment after delctype/typeof
by Krasimir Georgiev
· 8 years ago
58933c5
[clang-format] let PointerAlignment dictate spacing of function ref qualifiers
by Jacob Bandes-Storch
· 8 years ago
0fb46bb
clang-format: [JS] fix union type spacing in object & array types.
by Martin Probst
· 8 years ago
9926abb
clang-format: [JS] no whitespace between typeof operator and l_paren.
by Martin Probst
· 8 years ago
cde9815
clang-format: [JS] prefer wrapping chains over empty literals.
by Martin Probst
· 8 years ago
22e00f0
clang-format: [JS] whitespace between keywords and parenthesized expressions.
by Martin Probst
· 8 years ago
ec36326
clang-format: [JS] handle union types in arrow functions.
by Martin Probst
· 8 years ago
db51cc5
clang-format: [JS] consistenly format enums.
by Martin Probst
· 8 years ago
cb870c5
clang-format: [JS] handle object types in extends positions.
by Martin Probst
· 8 years ago
3e05105
[clang-format] Fix comment levels between '} else {' and PPDirective.
by Krasimir Georgiev
· 8 years ago
06b575c
Fix dereference of pointers in throw statements.
by Manuel Klimek
· 8 years ago
e092634
[clang-format] Keep level of comment before an empty line
by Krasimir Georgiev
· 8 years ago
a81dd0b
clang-format: [JS] do not wrap after "readonly".
by Martin Probst
· 8 years ago
47f21ef
[clang-format] Add space between a message field key and the opening bracket in proto messages
by Krasimir Georgiev
· 8 years ago
37a7f91
clang-format: [JS] space between pseudo keywords and template literals.
by Martin Probst
· 8 years ago
29e0a99
Revert "clang-format: [JS] space between pseudo keywords and template literals."
by Martin Probst
· 8 years ago
26b144c
[clang-format] Support text proto messages
by Krasimir Georgiev
· 8 years ago
Next »