Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
28d8a5ab43f1b0c8d34335142a8da6ead58c5ea2
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
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
b9a5281
clang-format: [JS] Assign proper penalties when breaking a type annotation
by Daniel Jasper
· 10 years ago
5c235c0
clang-format: [JS] Properly reset parse state after parsing interface.
by Daniel Jasper
· 10 years ago
b2328b1
clang-format: [JS] Prevent confusing TypeScript parameters wraps.
by Daniel Jasper
· 10 years ago
5a3de1d
clang-format: [JS] Allow line breaks after TypeScript type colons.
by Daniel Jasper
· 10 years ago
f144620
clang-format: [JS] Treat regex literals like string literals.
by Daniel Jasper
· 10 years ago
f737215
clang-format: [JS] Skip comments when applying the regex-literal heuristic
by Daniel Jasper
· 10 years ago
55c384e
clang-format: [JS] Fix bug in regex literal parsing.
by Daniel Jasper
· 10 years ago
c553ae1
clang-format: [JS] Support regex literals at the start of a file.
by Daniel Jasper
· 10 years ago
553a5b0
clang-format: [JS] Fix character counting in template strings.
by Daniel Jasper
· 10 years ago
6b8d26c
clang-format: [JS] Support regex literals containing quotes (' and ").
by Daniel Jasper
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
ed3f395
clang-format: [JS] Add a special case for indenting function literals.
by Daniel Jasper
· 10 years ago
e6fcf7d
clang-format: clang-format (NFC)
by Daniel Jasper
· 10 years ago
9f4ec15
clang-format: [JS] Don't put top-level typescript enums on a single line.
by Daniel Jasper
· 10 years ago
90cf380
clang-format: [JS] Fix typescript enum formatting.
by Daniel Jasper
· 10 years ago
b2ad4d4
clang-format: [JS] Tweak behavior for multiline array initializer parameters
by Daniel Jasper
· 10 years ago
2ebb0c5
clang-format: [JS] Fix corner case in template string parsing.
by Daniel Jasper
· 10 years ago
216c9cd
clang-format: [JS] Support "export enum" declarations.
by Daniel Jasper
· 10 years ago
4c0bf70
clang-format: [JS] Add tests to ensure clang-format doesn't break code
by Daniel Jasper
· 10 years ago
259188b
clang-format: [JS] Fix regression caused by r239592.
by Daniel Jasper
· 10 years ago
910807d
clang-format: [JS] fix incorrectly collapsed lines after export statement.
by Daniel Jasper
· 10 years ago
20580fd
clang-format: Make SFS_Inline imply SFS_Empty.
by Daniel Jasper
· 10 years ago
56691b8
clang-format: [JS] Ensure that formatting actually takes place in tests.
by Daniel Jasper
· 10 years ago
Next »