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] [PR41187] moves Java import statements to the wrong location i...
Paul Hoad
2019-03-30
1
-1
/
+1
*
[clang-format]: Add NonEmptyParentheses spacing option
Reuben Thomas
2019-03-30
1
-0
/
+2
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
1
-0
/
+14
*
Clang-format: add finer-grained options for putting all arguments on one line
Paul Hoad
2019-03-23
1
-0
/
+7
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
1
-2
/
+33
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-0
/
+1
*
[clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...
Jordan Rupprecht
2019-03-13
1
-1
/
+1
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-6
/
+20
*
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...
Paul Hoad
2019-03-13
1
-20
/
+6
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-6
/
+20
*
[clang-format] clang-format off/on not respected when using C Style comments
Paul Hoad
2019-03-02
1
-2
/
+3
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-24
/
+15
*
[clang-format][TableGen] Don't add spaces around items in square braces.
Jordan Rupprecht
2019-03-01
1
-0
/
+5
*
[clang-format][NFC] Allow getLLVMStyle() to take a language
Jordan Rupprecht
2019-02-28
1
-6
/
+4
*
[clang-format] Do not emit replacements if Java imports are OK
Krasimir Georgiev
2019-02-20
1
-7
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang] Change to range-based invocation of llvm::sort
Mandeep Singh Grang
2019-01-18
1
-1
/
+1
*
[Format] Add debugging to ObjC language guesser
Ben Hamilton
2018-11-05
1
-4
/
+13
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+1
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-3
/
+4
*
[clang-format] Java import sorting in clang-format
Krasimir Georgiev
2018-10-05
1
-4
/
+173
*
clang-format: better handle statement macros
Francois Ferrand
2018-10-02
1
-0
/
+3
*
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...
Sam McCall
2018-09-05
1
-5
/
+2
*
clang-format: Change Google style wrt. the formatting of empty messages.
Daniel Jasper
2018-08-15
1
-1
/
+1
*
[clang-format] Add some text proto functions to Google style
Krasimir Georgiev
2018-08-01
1
-0
/
+2
*
[clang-format] Indent after breaking Javadoc annotated line
Krasimir Georgiev
2018-07-30
1
-4
/
+3
*
[clang-format] Support additional common functions for text proto formatting
Krasimir Georgiev
2018-06-29
1
-1
/
+4
*
[clang-format] Enable text proto formatting in common functions
Krasimir Georgiev
2018-06-26
1
-1
/
+4
*
[clang-format] Add a default format style that can be used by users of `getSt...
Eric Liu
2018-06-25
1
-0
/
+4
*
[clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...
Ben Hamilton
2018-06-14
1
-0
/
+1
*
[clang-format] Add SpaceBeforeCpp11BracedList option.
Hans Wennborg
2018-06-14
1
-0
/
+4
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-3
/
+24
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-06-04
1
-1
/
+1
*
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
Eric Liu
2018-05-30
1
-1
/
+1
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-30
1
-1
/
+1
*
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-18
1
-1
/
+1
*
Move #include manipulation code to new lib/Tooling/Inclusions.
Eric Liu
2018-05-18
1
-1
/
+1
*
clang-format: Allow optimizer to break template declaration.
Francois Ferrand
2018-05-16
1
-3
/
+19
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-6
/
+7
*
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
Eric Liu
2018-05-14
1
-393
/
+5
*
[clang-format] Move #include related style to libToolingCore
Eric Liu
2018-05-14
1
-34
/
+22
*
Add SourceManagerForFile helper which sets up SourceManager and dependencies ...
Eric Liu
2018-05-09
1
-23
/
+16
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[clang-format] Refactor #include insertion/deletion functionality into a class.
Eric Liu
2018-05-04
1
-102
/
+252
*
[clang-format] Start formatting cpp code in raw strings in google style
Krasimir Georgiev
2018-04-25
1
-12
/
+31
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
1
-6
/
+3
*
[clang-format] Improve ObjC guessing heuristic by supporting all @keywords
Ben Hamilton
2018-04-12
1
-4
/
+7
*
[clang-format] Refine ObjC guesser to handle child lines of child lines
Ben Hamilton
2018-03-27
1
-10
/
+3
*
[clang-format] Fix ObjC style guesser to also iterate over child lines
Ben Hamilton
2018-03-22
1
-2
/
+11
*
[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic
Ben Hamilton
2018-03-22
1
-0
/
+15
[next]