Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a809acec40d974e165171a9f60a05060d84d18a4
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
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
11ca263
clang-format: [JS] Only special case top level object literal
by Daniel Jasper
· 10 years ago
3b0f304
clang-format: [JS] Let fat arrows have 'Assignment' precedence.
by Daniel Jasper
· 10 years ago
3c306e8
clang-format: [JS] Let fat arrows have 'Equality' precedence.
by Daniel Jasper
· 10 years ago
9970df1
clang-format: [JS] More aggressively keep array literals on one line.
by Daniel Jasper
· 10 years ago
81dbb56
clang-format: [JS] Fix bug in type colon detection.
by Daniel Jasper
· 10 years ago
e497bed
clang-format: [JS] Always add space after fat arrow.
by Daniel Jasper
· 10 years ago
d492b5e
clang-format: [JS] Array literal detection fix #4.
by Daniel Jasper
· 10 years ago
1feab0f
clang-format: Don't try to detect C++ lambdas in other languages.
by Daniel Jasper
· 10 years ago
199d0c9
clang-format: [JS] Fix incorrect line length calculation.
by Daniel Jasper
· 10 years ago
40432ce
clang-format: [JS] Array literal detection fix #3.
by Daniel Jasper
· 10 years ago
4284e36
clang-format: [JS] Fix another regression when detecting array literals.
by Daniel Jasper
· 10 years ago
5ce80de
clang-format: [JS] Fix regression of detecting array literals.
by Daniel Jasper
· 10 years ago
1699eca
clang-format: [JS] Making arrow function wrapping more consistent.
by Daniel Jasper
· 10 years ago
cd8d4ff
clang-format: [JS] Fix line breaks in computed property names.
by Daniel Jasper
· 10 years ago
8c42d44
clang-format: [JS] Support ES6 computed property names.
by Daniel Jasper
· 10 years ago
f841d3a
clang-format: Lower binding strengths created by the [] created by ObjC
by Daniel Jasper
· 10 years ago
3e0dcc2
clang-format: [JS] Fix incorrect detection of ternary expressions.
by Daniel Jasper
· 10 years ago
0805199
clang-format: [JS] Support ES6 spread operator.
by Daniel Jasper
· 10 years ago
79e0608
clang-format: [JS] Better support for fat arrows.
by Manuel Klimek
· 10 years ago
668c7bb
clang-format: [JS] Parse exported functions as free-standing.
by Daniel Jasper
· 10 years ago
7325aee
clang-format: [JS] Avoid bad line-warp around "function".
by Daniel Jasper
· 10 years ago
69694b0
clang-format: [JS] Fix regex literal detection.
by Daniel Jasper
· 10 years ago
9326f91
clang-format: [JS] support optional methods.
by Daniel Jasper
· 11 years ago
2964749
clang-format: [JS] Do not collapse short interfaces.
by Daniel Jasper
· 11 years ago
f69b922
clang-format: [JS] Fix calculation of template string width.
by Daniel Jasper
· 11 years ago
d221906
clang-format: [JS] Fix templated parameter default values.
by Daniel Jasper
· 11 years ago
0d6ac27
clang-format: [JS] handle comments in template strings.
by Daniel Jasper
· 11 years ago
d930977
clang-format: [JS] Support index signature types.
by Daniel Jasper
· 11 years ago
a74f507
clang-format: [JS] support optionality markers in JS types.
by Daniel Jasper
· 11 years ago
6a5d38d
clang-format: [JS] Allow periods and commata in class declarations.
by Daniel Jasper
· 11 years ago
acf67e3
clang-format: Improve nested block formatting.
by Daniel Jasper
· 11 years ago
739ec53
clang-format: [JS] Understand object literals with only methods.
by Daniel Jasper
· 11 years ago
f46dec8
clang-format: [JS] Support getters, setters and methods in object literals.
by Daniel Jasper
· 11 years ago
02c7bca
clang-format: [JS] Fix comment formatting in goog.scopes.
by Daniel Jasper
· 11 years ago
bc46b93
clang-format: [JS] support cast syntax and type arguments.
by Daniel Jasper
· 11 years ago
60948b1
clang-format: [JS] more precisely detect enums.
by Daniel Jasper
· 11 years ago
a0ef4f3
clang-format: [js] Support template strings.
by Daniel Jasper
· 11 years ago
fca735c
clang-format: [js] Support ES6 module exports.
by Daniel Jasper
· 11 years ago
354aa51
clang-format: [js] Support ES6 module imports.
by Daniel Jasper
· 11 years ago
6fa9ec7
clang-format: [js] Do not fall through for JS structural elements.
by Daniel Jasper
· 11 years ago
3c42dba
clang-format: [JS] support AtScript style annotations for JS.
by Daniel Jasper
· 11 years ago
8370908
clang-format: [JS] Support classes.
by Daniel Jasper
· 11 years ago
b10bdff
clang-format: [JS] Support type annotations.
by Daniel Jasper
· 11 years ago
0580ff0
clang-format: Fix incorrect calculation of token lenghts.
by Daniel Jasper
· 11 years ago
11a0ac6
clang-format: Revamp nested block formatting.
by Daniel Jasper
· 11 years ago
a4e55f4
clang-format: [JS] Don't put top-level dict literals on a single line.
by Daniel Jasper
· 11 years ago
41368e9
clang-format: [JS] Contract fewer functions to a single line.
by Daniel Jasper
· 11 years ago
4087432
clang-format: [JS] Try not to break in container literals.
by Daniel Jasper
· 11 years ago
7912123
clang-format: [JS] new and delete are valid function names.
by Daniel Jasper
· 11 years ago
53c38f4
clang-format: [JS] Make Closure module detection more narrow.
by Daniel Jasper
· 11 years ago
616de864
clang-format: [JS] Support Closure's module statements.
by Daniel Jasper
· 11 years ago
e551bb7
Revert "clang-format: [js] Updates to Google's JavaScript style."
by Daniel Jasper
· 11 years ago
f739b0d
clang-format: [js] Updates to Google's JavaScript style.
by Daniel Jasper
· 11 years ago
49a9a28
clang-format: [JS] Support more regex literals.
by Daniel Jasper
· 11 years ago
67f8ad2
clang-format: [JS] Support AllowShortFunctionsOnASingleLine.
by Daniel Jasper
· 11 years ago
1779d43
clang-format: [JS] Improve formatting of function literals in chains
by Daniel Jasper
· 11 years ago
3549ea1
clang-format: [JS] add space before operator 'in'.
by Daniel Jasper
· 11 years ago
2337625
clang-format: [JS] Support regex literals with trailing escaped slash.
by Daniel Jasper
· 11 years ago
Next »