index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-0
/
+6
*
clang-format: Turn on wrapping before "else" for WebKit style.
Daniel Jasper
2015-11-04
1
-0
/
+1
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-5
/
+18
*
clang-format: Teach --sort-includes to interleave #include and #import.
Nico Weber
2015-10-21
1
-4
/
+5
*
clang-format: Extend main header include sorting heuristic to Objective-C files.
Nico Weber
2015-10-19
1
-1
/
+3
*
clang-format: [JS] Handle string literals spanning character classes.
Daniel Jasper
2015-10-18
1
-92
/
+80
*
clang-format/java: Break after annotations on fields in Chromium style.
Nico Weber
2015-10-15
1
-1
/
+3
*
clang-format: [JS] handle character classes in regexes.
Daniel Jasper
2015-10-12
1
-1
/
+12
*
Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper
2015-10-07
1
-0
/
+4
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
1
-3
/
+12
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
1
-8
/
+7
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
1
-0
/
+1
*
[clang-format] Add support of consecutive declarations alignment
Daniel Jasper
2015-10-01
1
-0
/
+3
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
1
-5
/
+73
*
clang-format: Extend #include sorting functionality
Daniel Jasper
2015-09-29
1
-10
/
+42
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-2
/
+102
*
clang-format: Remove ChromiumStyle.MacroBlockBegin.
Nico Weber
2015-09-21
1
-2
/
+0
*
Add WebKit brace style configuration option.
Roman Kashitsyn
2015-08-10
1
-1
/
+2
*
clang-format: Take nested lines into account when detection C++03
Daniel Jasper
2015-07-18
1
-32
/
+46
*
clang-format: Add Mozilla brace breaking style
Birunthan Mohanathas
2015-07-12
1
-0
/
+2
*
clang-format: Add MacroBlock{Begin,End} options
Birunthan Mohanathas
2015-07-03
1
-7
/
+26
*
clang-format: [JS] Treat regex literals like string literals.
Daniel Jasper
2015-07-02
1
-0
/
+2
*
clang-format: [JS] Skip comments when applying the regex-literal heuristic
Daniel Jasper
2015-07-02
1
-5
/
+9
*
clang-format: [JS] Fix bug in regex literal parsing.
Daniel Jasper
2015-07-02
1
-0
/
+1
*
clang-format: [JS] Support regex literals at the start of a file.
Daniel Jasper
2015-07-02
1
-5
/
+6
*
clang-format: [JS] Fix character counting in template strings.
Daniel Jasper
2015-07-02
1
-5
/
+6
*
clang-format: Add option to break after definition return type for top-level ...
Birunthan Mohanathas
2015-06-29
1
-2
/
+16
*
clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
2015-06-29
1
-3
/
+5
*
clang-format: Stop old options from overriding new options
Birunthan Mohanathas
2015-06-28
1
-10
/
+10
*
clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
2015-06-28
1
-33
/
+33
*
clang-format: [JS] Support regex literals containing quotes (' and ").
Daniel Jasper
2015-06-24
1
-3
/
+23
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
1
-4
/
+5
*
clang-format: [JS] Fix corner case in template string parsing.
Daniel Jasper
2015-06-14
1
-1
/
+2
*
clang-format: Don't add spaces in foreach macro definition.
Daniel Jasper
2015-06-11
1
-1
/
+4
*
Remove error message when using the fallback style.
Manuel Klimek
2015-06-02
1
-2
/
+0
*
clang-format: [JS] Better support for fat arrows.
Manuel Klimek
2015-05-21
1
-7
/
+7
*
Refactor the formatter of clang-format.
Manuel Klimek
2015-05-11
1
-3
/
+3
*
clang-format: Fix bug in escaped newline calculation.
Daniel Jasper
2015-05-10
1
-1
/
+1
*
clang-format: [JS] Fix regex literal detection.
Daniel Jasper
2015-05-08
1
-1
/
+1
*
Implements a way to retrieve information about whether some lines were not fo...
Manuel Klimek
2015-05-07
1
-8
/
+11
*
Remove deprecated version of reformat.
Manuel Klimek
2015-05-06
1
-9
/
+0
*
Remove all computation of structural errors in clang-format's line parser.
Manuel Klimek
2015-05-06
1
-4
/
+3
*
clang-format: Fix another assertion discovered by the fuzzer.
Daniel Jasper
2015-05-06
1
-10
/
+17
*
clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.
Daniel Jasper
2015-05-04
1
-3
/
+3
*
clang-format: [JS] Fix calculation of template string width.
Daniel Jasper
2015-05-02
1
-4
/
+14
*
clang-format: Add ability to align assignment operators.
Daniel Jasper
2015-04-29
1
-0
/
+2
*
clang-format: [JS] handle comments in template strings.
Daniel Jasper
2015-04-16
1
-2
/
+17
*
clang-format: [Proto] No alternate operator names.
Daniel Jasper
2015-04-03
1
-2
/
+1
[next]