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
/
unittests
/
Format
/
SortIncludesTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow additional file suffixes/extensions considered as source in main includ...
mydeveloperday
2019-11-12
1
-0
/
+51
*
[clang-format] [PR43372] - clang-format shows replacements in DOS files when ...
Paul Hoad
2019-10-01
1
-0
/
+8
*
[SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...
Mikael Holmen
2019-09-26
1
-2
/
+2
*
[clang-format] Modified SortIncludes and IncludeCategories to priority for so...
Paul Hoad
2019-09-25
1
-0
/
+71
*
[clang-format] Preserve include blocks in ObjC Google style
Krasimir Georgiev
2019-04-04
1
-0
/
+12
*
[clang-format] Do not emit replacements while regrouping if Cpp includes are OK
Krasimir Georgiev
2019-04-03
1
-9
/
+25
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
1
-3
/
+13
*
[clang-format] clang-format off/on not respected when using C Style comments
Paul Hoad
2019-03-02
1
-0
/
+37
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-format] Move #include related style to libToolingCore
Eric Liu
2018-05-14
1
-22
/
+22
*
[clang-format] Add option to group multiple #include blocks when sorting incl...
Krasimir Georgiev
2017-11-27
1
-0
/
+182
*
[clang-format] Do not format likely xml
Krasimir Georgiev
2017-08-29
1
-0
/
+11
*
[clang-format] Switch to case-insensitive header matching and use it to
Chandler Carruth
2017-06-29
1
-0
/
+23
*
clang-format: Correctly calculate affected ranges when sorting #includes.
Daniel Jasper
2016-08-30
1
-2
/
+14
*
Make clang-format remove duplicate headers when sorting #includes.
Eric Liu
2016-08-10
1
-6
/
+83
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-3
/
+6
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-1
/
+20
*
clang-format: Use stable_sort when sorting #includes.
Daniel Jasper
2016-03-03
1
-4
/
+18
*
clang-format: Only consider the first #include that looks right to be
Daniel Jasper
2015-12-21
1
-0
/
+11
*
clang-format: Only try to find the "main" include in the first block of
Daniel Jasper
2015-12-21
1
-0
/
+13
*
clang-format: Extend detection of the "main" #include to use the filename
Daniel Jasper
2015-12-21
1
-5
/
+25
*
clang-format: Extend header sort category implementation.
Daniel Jasper
2015-12-16
1
-0
/
+8
*
clang-format: Make moving of the Cursor work properly when sorting #includes.
Daniel Jasper
2015-11-23
1
-0
/
+20
*
clang-format: Make sorting includes respect // clang-format off
Daniel Jasper
2015-11-21
1
-0
/
+19
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-0
/
+10
*
clang-format: Teach --sort-includes to interleave #include and #import.
Nico Weber
2015-10-21
1
-0
/
+9
*
clang-format: Extend main header include sorting heuristic to Objective-C files.
Nico Weber
2015-10-19
1
-0
/
+7
*
clang-format: Extend #include sorting functionality
Daniel Jasper
2015-09-29
1
-7
/
+37
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-0
/
+108