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
...
*
Test commit access to clang repo.
Eric Liu
2016-03-24
1
-0
/
+1
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-2
/
+9
*
clang-format: [JS] Make requoting of JavaScript string literals only
Daniel Jasper
2016-03-17
1
-78
/
+88
*
clang-format: Use stable_sort when sorting #includes.
Daniel Jasper
2016-03-03
1
-4
/
+5
*
clang-format: [JS] Optionally re-quote string literals.
Daniel Jasper
2016-03-02
1
-5
/
+93
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-0
/
+28
*
clang-format: [JS] Add @return to the supported JSDoc pragmas in Google
Daniel Jasper
2016-02-22
1
-1
/
+1
*
clang-format: [JS] Support @see annotations in JSDoc comments in Google
Daniel Jasper
2016-02-07
1
-1
/
+1
*
clang-format: Add option to disable string literal formatting.
Daniel Jasper
2016-02-01
1
-1
/
+5
*
clang-format: Fix the counting of leading whitespace in tok::unknown tokens
Daniel Jasper
2016-01-09
1
-0
/
+2
*
Make clang::format::reformat work with non 0-terminated strings.
Daniel Jasper
2016-01-09
1
-2
/
+3
*
clang-format: [JS] Add some Closure Compiler JSDoc tags to the default
Daniel Jasper
2016-01-08
1
-0
/
+1
*
clang-format: [TableGen] Support ;-less include lines.
Daniel Jasper
2015-12-25
1
-7
/
+8
*
Disable include sorting by default for Chromium style.
Nico Weber
2015-12-22
1
-0
/
+1
*
clang-format: [JS] "operator" is not a keyword in Java/JavaScript.
Daniel Jasper
2015-12-22
1
-2
/
+4
*
clang-format: Only consider the first #include that looks right to be
Daniel Jasper
2015-12-21
1
-3
/
+6
*
clang-format: [JS] Change Google-style default for aligning operands.
Daniel Jasper
2015-12-21
1
-0
/
+1
*
clang-format: Only try to find the "main" include in the first block of
Daniel Jasper
2015-12-21
1
-1
/
+4
*
clang-format: Extend detection of the "main" #include to use the filename
Daniel Jasper
2015-12-21
1
-18
/
+16
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-0
/
+31
*
clang-format: Extend header sort category implementation.
Daniel Jasper
2015-12-16
1
-3
/
+3
*
clang-format: Fix style default for WebKit and Linux styles.
Daniel Jasper
2015-12-14
1
-2
/
+0
*
clang-format: Make it possible to turn off comment reflowing.
Daniel Jasper
2015-12-01
1
-1
/
+3
*
clang-format: Make moving of the Cursor work properly when sorting #includes.
Daniel Jasper
2015-11-23
1
-8
/
+20
*
clang-format: Make sorting includes respect // clang-format off
Daniel Jasper
2015-11-21
1
-1
/
+10
*
clang-format: [JS] struct and union aren't keywords / reserved words.
Daniel Jasper
2015-11-20
1
-0
/
+4
*
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
[prev]
[next]