Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
27b6603
clang-format: [JS] do not wrap after async/await.
by Martin Probst
· 8 years ago
c160cfa
clang-format: [JS] do not collapse short classes.
by Martin Probst
· 8 years ago
e8e27ca
clang-format: [JS] handle semis in generic types.
by Martin Probst
· 8 years ago
6c38ef9
clang-format: [JS] handle `for` as object label.
by Martin Probst
· 8 years ago
7e0f25b
clang-format: [JS] disable ASI on decorators.
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
a004b3f
clang-format: remove trailing lines in lamdas and arrow functions.
by Martin Probst
· 8 years ago
35599fd
[clang-format] Break non-trailing comments, try 2
by Krasimir Georgiev
· 8 years ago
103a7b5
clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
by Martin Probst
· 8 years ago
c10d97f
clang-format: [JS] simplify template string wrapping.
by Martin Probst
· 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
0a19d43
clang-format: [JS] detect ASI after closing parens.
by Martin Probst
· 8 years ago
3b86534
[clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pragmas
by Krasimir Georgiev
· 8 years ago
0fb46bb
clang-format: [JS] fix union type spacing in object & array types.
by Martin Probst
· 8 years ago
64d31ed
clang-format: [JS] handle single lines comments ending in `\\`.
by Martin Probst
· 8 years ago
f785fd9
clang-format: [JS] support fields with case/switch/default labels.
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
22d7e6b
[clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
by Krasimir Georgiev
· 8 years ago
93008f0
clang-format: [JS] Correctly format JavaScript imports with long module paths
by Martin Probst
· 8 years ago
a81dd0b
clang-format: [JS] do not wrap after "readonly".
by Martin Probst
· 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
bd1eb12
clang-format: [JS] space between pseudo keywords and template literals.
by Martin Probst
· 8 years ago
d96a052
clang-format: [JS] recognize exported type definitions.
by Martin Probst
· 8 years ago
3842327
clang-format: [JS] Correctly Indent Nested JavaScript Literals.
by Martin Probst
· 8 years ago
95ed8e7
clang-format: [JS] improve calculateBraceType heuristic
by Martin Probst
· 8 years ago
b2f06ea
clang-format: [JS] fix indenting bound functions.
by Martin Probst
· 8 years ago
ab60acb
clang-format: [JS] avoid line breaks before unindented r_parens.
by Martin Probst
· 8 years ago
a050f41
clang-format: [JS] for await, and fix a crash with for loops.
by Martin Probst
· 8 years ago
bd49e32
clang-format: [JS] for async loops.
by Martin Probst
· 8 years ago
2c1cdae
JavaScript allows parameter lists to include trailing commas:
by Martin Probst
· 8 years ago
82b3d90
clang-format: [JS] fix non-null assertion operator recognition.
by Martin Probst
· 8 years ago
79f9c5f
clang-format: [JS] support non-null assertions after all identifiers.
by Martin Probst
· 8 years ago
b7fb267
clang-format: refine calculating brace types.
by Martin Probst
· 8 years ago
101ec89
clang-format: [JS] Don't indent JavaScript IIFEs.
by Martin Probst
· 8 years ago
2083f31
clang-format: [JS] keep triple slash directives intact.
by Martin Probst
· 8 years ago
4ef0370
clang-format: [JS] exponentiation operator
by Martin Probst
· 8 years ago
973ff79
clang-format: [JS] parse async function declarations.
by Martin Probst
· 8 years ago
ad06391
clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.
by Martin Probst
· 8 years ago
19c7de0
clang-format: [JS] prevent wraps before class members.
by Martin Probst
· 8 years ago
bcda54b
[clang-format] Replace IncompleteFormat by a struct with Line
by Krasimir Georgiev
· 8 years ago
c4a3d08
clang-format: [JS] fix whitespace around "of" operator.
by Martin Probst
· 9 years ago
72b3357
clang-format: [JavaScript] Ignore QT keywords.
by Daniel Jasper
· 9 years ago
b4cdb65
clang-format: [JS] do not wrap @see tags.
by Martin Probst
· 9 years ago
22b8d269
clang-format: [JS] allow breaking after non-null assertions.
by Martin Probst
· 9 years ago
b98ab89
clang-format: [JS] do not wrap after interface and type.
by Martin Probst
· 9 years ago
17725d8
[clang-format] Enable comment reflowing in multiline comments containing pragmas
by Krasimir Georgiev
· 9 years ago
893b8ad
clang-format: [JS] Properly format object literals with shorthands.
by Daniel Jasper
· 9 years ago
01b8783
clang-format: [JS/TS] Properly understand cast expressions.
by Daniel Jasper
· 9 years ago
bb46a7d
Blacklist arbitrary @\\w+ JSDoc tags from wrapping.
by Martin Probst
· 9 years ago
20371c3
clang-format: [JS] whitespace after async in arrow functions.
by Martin Probst
· 9 years ago
98e0b12
clang-format: [JS] Improve line-wrapping behavior of template strings.
by Daniel Jasper
· 9 years ago
3d934d3
clang-format: [JS/TS] Improve detection for array subscripts in types.
by Daniel Jasper
· 9 years ago
8e3eba0
clang-format: [JS] correcly format object literal methods.
by Martin Probst
· 9 years ago
1628299
clang-format: [JS] exclaim preceding regex literals.
by Martin Probst
· 9 years ago
1027fb8
clang-format: [JS] handle parenthesized class expressions.
by Martin Probst
· 9 years ago
c06f6da
clang-format: [JS] Fix bugs in parsing and aligning template strings.
by Daniel Jasper
· 9 years ago
3f11941
clang-format: [JS] Indent expressions in ${} relative to their surrounding
by Daniel Jasper
· 9 years ago
24de6fb
clang-format: [JS] Properly set scopes inside template strings.
by Daniel Jasper
· 9 years ago
f201929
clang-format: [JS] Fix incorrect line break in template strings.
by Daniel Jasper
· 9 years ago
51c868e
clang-format: [JavaScript] Undo r291974 for JavaScript.
by Daniel Jasper
· 9 years ago
fa37b18
clang-format: [JS] do not format MPEG transport streams.
by Martin Probst
· 9 years ago
e6b5b34
clang-format: [JS] revert over-eager ASI check.
by Martin Probst
· 9 years ago
fd18ec5
clang-format: [JS] fix broken test.
by Martin Probst
· 9 years ago
d40bca4
clang-format: [JS] ASI after imports
by Martin Probst
· 9 years ago
e9987a1
Typo
by Joerg Sonnenberger
· 9 years ago
af16c50
clang-format: [JS] avoid indent after ambient function declarations.
by Martin Probst
· 9 years ago
e98e581
clang-format: [JS] Properly format dict literals that skip labels.
by Daniel Jasper
· 9 years ago
72fd75a
clang-format: [JS] do not break after declare namespace.
by Martin Probst
· 9 years ago
8315ea1
clang-format: [TypeScript] Fix bug in handling of non-null operator.
by Daniel Jasper
· 9 years ago
b559b43
clang-format: [JS] Fix incorrect space when "as" is used as identifier.
by Daniel Jasper
· 9 years ago
71e50af
clang-format: [JS] Fix formatting of generator functions.
by Daniel Jasper
· 9 years ago
4d67dd7
clang-format: [JS] Fix space when for is used as regular identifier.
by Daniel Jasper
· 9 years ago
eb88663
clang-format: [JS] Fix missing space after 'yield'.
by Daniel Jasper
· 9 years ago
717f6dc
clang-format: [JS] Fix template string ASI.
by Martin Probst
· 9 years ago
4210d2f
clang-format: [JS] reserved words in method names.
by Martin Probst
· 9 years ago
fbbe75b
clang-format: [JS] Do not wrap taze annotation comments.
by Martin Probst
· 9 years ago
b9316ff
clang-format: [JS] ASI insertion after boolean literals.
by Martin Probst
· 9 years ago
58209dd
clang-format: [JS] Fix a crash in handledTemplateStrings.
by Daniel Jasper
· 9 years ago
28d8a5a
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
by Daniel Jasper
· 9 years ago
496c199
clang-format: [JavaScript] Do requoting in a separate pass
by Daniel Jasper
· 9 years ago
34ecf42
clang-format: [JS] whitespace required between ! and as.
by Martin Probst
· 9 years ago
56ff7aa
clang-format: [JS] ignore comments when wrapping returns.
by Martin Probst
· 9 years ago
a9855af
clang-format: [JS] merge requoting replacements.
by Martin Probst
· 9 years ago
6181da4
clang-format: [JS] nested and tagged template strings.
by Martin Probst
· 9 years ago
ed87d78
clang-format: [JS] supports casts to types starting with punctuation ("{[(").
by Martin Probst
· 9 years ago
e1e12a7
clang-format: [JS] handle object literals with casts.
by Martin Probst
· 9 years ago
d9d8da2
clang-format: [JS] Allow top-level conditionals again.
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
ec3dc98
clang-format: [JS] Fix build breakage.
by Martin Probst
· 9 years ago
31d6da7
clang-format: [JS] handle conditionals in fields, default params.
by Martin Probst
· 9 years ago
Next »