Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1027fb8a0671ed3949ec212808529286b8656dc7
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
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
1b7f980
clang-format: [JS] recognize more type locations.
by Martin Probst
· 9 years ago
dce8e41
clang-format: [JS] Do not break before 'as'.
by Martin Probst
· 9 years ago
887a399
clang-format: [JS] Fix failing format with TypeScript casts.
by Daniel Jasper
· 9 years ago
6465008
clang-format: [JS] Support annotated classes.
by Daniel Jasper
· 9 years ago
ece8c0c
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
by Martin Probst
· 9 years ago
0cd74ee
clang-format: [JS] Introduce JavaScriptWrapImports option.
by Martin Probst
· 9 years ago
0eb40cf
clang-format: [JS] post-fix non-null assertion operator.
by Martin Probst
· 9 years ago
2ec2324
clang-format: [JS] recognized named functions in AnnotatingParser.
by Martin Probst
· 9 years ago
4862209
clang-format: [JS] no ASI on `import {x as\n y}`.
by Martin Probst
· 9 years ago
e77f19c
clang-format: Fix segfault introduced by allowing wraps after comments.
by Daniel Jasper
· 9 years ago
7ea9b6d
clang-format: [JS] Support shebang lines on the very first line.
by Martin Probst
· 9 years ago
409697e
clang-format: [JS] fix async parsing.
by Martin Probst
· 9 years ago
997cf2f
clang-format: [JS] Treat "for" as a reserved word after a ".".
by Daniel Jasper
· 9 years ago
5dbcd3b
clang-format: [JS] Fix spacing in destructuring assignments.
by Daniel Jasper
· 9 years ago
e71b4cb
clang-format: [JS] fix template string width counting.
by Martin Probst
· 9 years ago
a166979
clang-format: [JS] respect clang-format off when requoting strings.
by Martin Probst
· 9 years ago
5f8445b
clang-format: [JS] generator and async functions.
by Martin Probst
· 10 years ago
1e8261e
clang-format: [JS] support `interface` as a free standing identifier.
by Martin Probst
· 10 years ago
805c616
Summary: clang-format: [JS] unit tests for type aliases.
by Martin Probst
· 10 years ago
053f1aa
clang-format: [JS] simplify import/export.
by Martin Probst
· 10 years ago
716a533
clang-format: [JS] Test for parameter annotations.
by Martin Probst
· 10 years ago
bbffeac
clang-format: [JS] do not insert semicolons after wrapped annotations.
by Martin Probst
· 10 years ago
8fc7a1e
clang-format: [JS] do not wrap ES6 imports/exports.
by Daniel Jasper
· 10 years ago
91b1d1a
clang-format: [JS] no space in union and intersection types.
by Daniel Jasper
· 10 years ago
a4607e1
clang-format: [JS] Fix incorrect spacing around contextual keywords.
by Daniel Jasper
· 10 years ago
1dcbbcfc
clang-format: [JS] Handle certain cases of ASI.
by Daniel Jasper
· 10 years ago
acffeb8
clang-format: [JS] Support destructuring assignments in for loops.
by Daniel Jasper
· 10 years ago
abd1f57
clang-format: [JS] Optionally re-quote string literals.
by Daniel Jasper
· 10 years ago
b18425b
clang-format: [JS] Support quoted object literal keys.
by Daniel Jasper
· 10 years ago
02cbeb2
clang-format: [JS] treat forwardDeclare as an import/export statement.
by Daniel Jasper
· 10 years ago
b7fda11
clang-format: [JS] Support for (.. of ..) loops.
by Daniel Jasper
· 10 years ago
9f4c9d4
clang-format: [JS] Don't count shortened object literals as blocks.
by Daniel Jasper
· 10 years ago
8737930
clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
by Daniel Jasper
· 10 years ago
1ce4111
clang-format: [JS] Treat "in" as a proper operator.
by Daniel Jasper
· 10 years ago
11a8765
clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
by Daniel Jasper
· 10 years ago
50780ce
clang-format: [ObjC+JS] Allow bin-packing of array literals.
by Daniel Jasper
· 10 years ago
8620d4c
clang-format: [JS] Support exporting abstract classes.
by Daniel Jasper
· 10 years ago
f55e418
clang-format: [JS] Teach clang-format about "export interface".
by Daniel Jasper
· 10 years ago
2802456
clang-format: [JS] Improve line-flow when calling functions on array literals.
by Daniel Jasper
· 10 years ago
e1f72a6
clang-format: Fix the counting of leading whitespace in tok::unknown tokens
by Daniel Jasper
· 10 years ago
b9a4990
clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.
by Daniel Jasper
· 10 years ago
f412e26
clang-format: [JS] Prefer wrapping before the TypeScript return type
by Daniel Jasper
· 10 years ago
d196abb
clang-format: [JS] Add some Closure Compiler JSDoc tags to the default
by Daniel Jasper
· 10 years ago
d5ec65b
clang-format: [JS] Support more ES6 classes.
by Daniel Jasper
· 10 years ago
7bec87c
clang-format: Fix corner case in one-per-line formatting.
by Daniel Jasper
· 10 years ago
efc1a83
clang-format: [JS] Support more ES6 imports.
by Daniel Jasper
· 10 years ago
5e27146
clang-format: [JS] Support more ES6 default exports.
by Daniel Jasper
· 10 years ago
b14f667
clang-format: [JS] Support ES6 exports of array literals.
by Daniel Jasper
· 10 years ago
ebcb71f
clang-format: [JS] Improve empty array literal detection.
by Daniel Jasper
· 10 years ago
779c66f
clang-format: [JS] Support TypeScript 1.6 user defined type guards.
by Daniel Jasper
· 10 years ago
6f5a193
clang-format: [JS/TypeScript] Support "enum" as property name.
by Daniel Jasper
· 10 years ago
b542f9f
clang-format: [JS] Support arrays of object-type literals.
by Daniel Jasper
· 10 years ago
e2deb59
clang-format: [JS] Conservatively introduce column layout for JS array
by Daniel Jasper
· 10 years ago
72a1b6a
clang-format: [JS] "operator" is not a keyword in Java/JavaScript.
by Daniel Jasper
· 10 years ago
41a2bf7
clang-format: [JS] Change Google-style default for aligning operands.
by Daniel Jasper
· 10 years ago
71e5745
clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"
by Daniel Jasper
· 10 years ago
f95b1f4
clang-format: [JS] Properly add a space after "in" in for loops.
by Daniel Jasper
· 10 years ago
09840ef
clang-format: [JS] struct and union aren't keywords / reserved words.
by Daniel Jasper
· 10 years ago
b488a74
clang-format: [JS] Add goog.setTestOnly to the list of stuff that
by Daniel Jasper
· 10 years ago
6501f7e
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
by Daniel Jasper
· 10 years ago
265309e
clang-format: [JS] Handle string literals spanning character classes.
by Daniel Jasper
· 10 years ago
8d0e223
clang-format: [JS] handle character classes in regexes.
by Daniel Jasper
· 10 years ago
ba52fcb
clang-format: [JS] Support pseudo-keywords
by Daniel Jasper
· 10 years ago
9f642f7
clang-format: [JS] handle let (ES6)
by Daniel Jasper
· 10 years ago
Next »