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: [JS] respect clang-format off when requoting strings.
Martin Probst
2016-05-12
1
-1
/
+1
*
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...
Eric Liu
2016-04-28
1
-63
/
+53
*
Addressed review's comments.
Eric Liu
2016-04-28
1
-1
/
+1
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-258
/
+423
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+2
*
clang-format: Allow include of clangFormat.h in managed context
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+1
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-11
/
+1
*
Added support for different VFSs in format::getStyle. Disable platform-relate...
Eric Liu
2016-03-24
1
-8
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-7
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-1
/
+2
*
removed redundant comment in format::getStyle.
Eric Liu
2016-03-24
1
-2
/
+1
*
Added support for different VFSs in format::getStyle.
Eric Liu
2016-03-24
1
-7
/
+17
*
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
[prev]
[next]