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] Add SpaceBeforeColon option
Francois Ferrand
2018-03-01
1
-0
/
+9
*
[clang-format] Tidy up new API guessLanguage()
Ben Hamilton
2018-02-27
1
-6
/
+5
*
[clang-format] Fix regression when getStyle() called with empty filename
Ben Hamilton
2018-02-21
1
-3
/
+4
*
[clang-format] New API guessLanguage()
Ben Hamilton
2018-02-21
1
-11
/
+20
*
[clang-format] Enable google text proto formatting in R"proto('s
Krasimir Georgiev
2018-02-16
1
-0
/
+2
*
[clang-format] Improve ObjC headers detection
Jacek Olesiak
2018-02-15
1
-2
/
+7
*
[clang-format] Do not break before long string literals in protos
Krasimir Georgiev
2018-02-08
1
-5
/
+6
*
[clang-format] Set ObjCBinPackProtocolList to Never for google style
Ben Hamilton
2018-02-08
1
-0
/
+1
*
[clang-format] New format param ObjCBinPackProtocolList
Ben Hamilton
2018-02-02
1
-0
/
+10
*
[clang-format] Adds space around braces in text protos
Krasimir Georgiev
2018-01-31
1
-0
/
+1
*
[clang-format] Disable some text proto delimiters and functions for google style
Krasimir Georgiev
2018-01-29
1
-9
/
+1
*
[clang-format] Disable string literal breaking for text protos
Krasimir Georgiev
2018-01-24
1
-0
/
+6
*
[clang-format] Adds a canonical delimiter to raw string formatting
Krasimir Georgiev
2018-01-19
1
-0
/
+2
*
[ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style
Ben Hamilton
2018-01-18
1
-1
/
+1
*
[clang-format] Replace unordered_set with an array
Krasimir Georgiev
2018-01-17
1
-14
/
+5
*
[Format] Improve ObjC header guessing heuristic
Ben Hamilton
2018-01-17
1
-8
/
+116
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
1
-0
/
+7
*
[clang-format] Reorganize RawStringFormat based on language
Krasimir Georgiev
2018-01-17
1
-2
/
+14
*
[clang-format] Adds a FormatStyleSet
Krasimir Georgiev
2018-01-15
1
-9
/
+49
*
Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...
Ben Hamilton
2017-12-14
1
-1
/
+0
*
[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style
Ben Hamilton
2017-12-14
1
-0
/
+1
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+1
*
[clang-format] Improve ObjC headers detection.
Krasimir Georgiev
2017-12-12
1
-1
/
+3
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
[clang-format] Add option to group multiple #include blocks when sorting incl...
Krasimir Georgiev
2017-11-27
1
-3
/
+25
*
[clang-format] Add text proto filename detection
Krasimir Georgiev
2017-11-17
1
-0
/
+5
*
[clang-format] Apply a clang-tidy suggestion, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]
NAKAMURA Takumi
2017-11-01
1
-2
/
+2
*
Keep MSVC2015 happy after r316903
Krasimir Georgiev
2017-10-30
1
-2
/
+2
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-29
/
+67
*
[clang-format] Add ext/ to google include categories
Krasimir Georgiev
2017-09-26
1
-1
/
+2
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-22
/
+21
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
1
-9
/
+12
*
SplitEmptyFunction should be true in the Mozilla coding style
Sylvestre Ledru
2017-09-13
1
-1
/
+1
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-0
/
+10
*
[clang-format] Refactor likely xml a bit, NFC
Krasimir Georgiev
2017-08-29
1
-6
/
+8
*
[clang-format] Do not format likely xml
Krasimir Georgiev
2017-08-29
1
-3
/
+9
*
[clang-format] Support text proto messages
Krasimir Georgiev
2017-07-03
1
-0
/
+7
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-1
/
+0
*
clang-format: add options to merge empty record body
Francois Ferrand
2017-06-30
1
-5
/
+11
*
[clang-format] Switch to case-insensitive header matching and use it to
Chandler Carruth
2017-06-29
1
-5
/
+7
*
[clang-format] Add a SortUsingDeclaration option and enable it by default
Krasimir Georgiev
2017-06-23
1
-26
/
+44
*
clang-format: introduce InlineOnly short function style
Francois Ferrand
2017-06-21
1
-0
/
+1
*
[clang-format] Support sorting using declarations
Krasimir Georgiev
2017-06-21
1
-0
/
+11
*
clang-format: Add CompactNamespaces option
Francois Ferrand
2017-06-14
1
-3
/
+5
*
clang-format: add option to merge empty function body
Francois Ferrand
2017-06-13
1
-3
/
+5
*
clang-format: [JS] do not clean up duplicated commas.
Martin Probst
2017-05-29
1
-0
/
+3
*
clang-format: Introduce BreakConstructorInitializers option
Francois Ferrand
2017-05-24
1
-4
/
+23
*
clang-format: Allow customizing the penalty for breaking assignment
Francois Ferrand
2017-05-22
1
-0
/
+3
*
clang-format: [JS] keep triple slash directives intact.
Martin Probst
2017-05-09
1
-3
/
+4
[next]