Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
634c355e35b0d04034a7023dbd674785f6fccb5a
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
4db69bd
clang-format: [JS] Support alternative operator names as identifiers.
by Daniel Jasper
· 11 years ago
8f2e94c
clang-format: [JS] Supprot "catch" as function name.
by Daniel Jasper
· 11 years ago
94e11d0
clang-format: [JS] Support comments in dict literals.
by Daniel Jasper
· 11 years ago
ad9eb0d
clang-format: [JS] support free-standing functions again.
by Daniel Jasper
· 11 years ago
5217a8b
clang-format: [JS] Understand named function literals.
by Daniel Jasper
· 11 years ago
17062ff
clang-format: [JS] Treat dict literals similar to objc method exprs.
by Daniel Jasper
· 11 years ago
58cb2ed
clang-format: Fix incorrect indentation.
by Daniel Jasper
· 11 years ago
114a2bc
clang-format: Refactor indentation behavior for multiple nested blocks.
by Daniel Jasper
· 12 years ago
49802ef
clang-format: [JS] Understand line breaks in concatenated strings.
by Daniel Jasper
· 12 years ago
5f3ea47
clang-format: Correctly calculate line lenghts for nest blocks.
by Daniel Jasper
· 12 years ago
2a95832
clang-format: Fix corner case working around one-per-line dict literals.
by Daniel Jasper
· 12 years ago
b16b969
clang-format: [JS] Support different function literal style.
by Daniel Jasper
· 12 years ago
069e5f4
clang-format: [JS] Understand top-level function literals properly.
by Daniel Jasper
· 12 years ago
0dd5291
clang-format: [JS] Support ES6 destructuring assignments.
by Daniel Jasper
· 12 years ago
7821439
clang-format: [JS] Support for EC6 arrow functions.
by Daniel Jasper
· 12 years ago
fb4333b
clang-format: [JS] Basic support for escape sequences in regex literals.
by Daniel Jasper
· 12 years ago
8951908
clang-format: [JS] Fix spacing in dict literals.
by Daniel Jasper
· 12 years ago
04a71a4
clang-format: Initial support for try-catch.
by Daniel Jasper
· 12 years ago
c03e16a
clang-format: [JS] support closures in container literals.
by Daniel Jasper
· 12 years ago
f7405c1
clang-format: [JS] Support regex literals after 'return'.
by Daniel Jasper
· 12 years ago
f9ae312
clang-format: [JS] Initial support for regex literals.
by Daniel Jasper
· 12 years ago
79dffb4
clang-format: Be slightly more aggressive on single-line functions.
by Daniel Jasper
· 12 years ago
484033b
clang-format: [JS] Keep space after closure style comments.
by Daniel Jasper
· 12 years ago
166c19b
clang-format: [JS] Keep space between 'return' and '['.
by Daniel Jasper
· 12 years ago
4a39c84
clang-format: [JS] Don't indent in goog.scope blocks.
by Daniel Jasper
· 12 years ago
1034666
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
514ecc8
clang-format: Let chromium style inherit google style's javascript tweaks.
by Nico Weber
· 12 years ago
86fee2f
clang-format: (JavaScript) Don't crash on empty string literals.
by Daniel Jasper
· 12 years ago
b2e10a5
clang-format: Fixed formatting of JavaScript container literals
by Daniel Jasper
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
c1637f1
Allow predefined styles to define different options for different languages.
by Alexander Kornienko
· 12 years ago
a48a12c
Create a separate file for JS-specific unit tests.
by Alexander Kornienko
· 12 years ago