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
/
tools
/
clang-format
/
ClangFormat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-5
/
+5
*
[clang-format] Add a default format style that can be used by users of `getSt...
Eric Liu
2018-06-25
1
-10
/
+11
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Use InitLLVM in clang as well.
Rui Ueyama
2018-04-13
1
-11
/
+3
*
[clang-format] Wildcard expansion on Windows.
Alexander Kornienko
2018-03-26
1
-1
/
+10
*
[clang-format] Fix bug where -dump-config failed on ObjC header
Ben Hamilton
2018-01-29
1
-3
/
+20
*
Fix clang-format CLion integration bug.
Eric Liu
2017-11-02
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2017-09-08
1
-1
/
+3
*
clang-format: add an option -verbose to list the files being processed
Sylvestre Ledru
2017-08-12
1
-16
/
+16
*
Print registered targets in clang's version information
Dimitry Andric
2017-06-06
1
-2
/
+1
*
[clang-format] Replace IncompleteFormat by a struct with Line
Krasimir Georgiev
2017-04-21
1
-5
/
+12
*
clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...
Nico Weber
2017-02-27
1
-4
/
+9
*
Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...
NAKAMURA Takumi
2017-02-25
1
-1
/
+0
*
clang-format: Don't leave behind temp files in -i mode on Windows, PR26125
Nico Weber
2017-02-24
1
-0
/
+1
*
clang-format: [JS] do not format MPEG transport streams.
Martin Probst
2017-01-27
1
-0
/
+1
*
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
Antonio Maiorano
2017-01-17
1
-7
/
+17
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-1
/
+2
*
Make clang-format remove duplicate headers when sorting #includes.
Eric Liu
2016-08-10
1
-3
/
+2
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-4
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-3
/
+6
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
1
-1
/
+1
*
clang-format: Make moving of the Cursor work properly when sorting #includes.
Daniel Jasper
2015-11-23
1
-34
/
+33
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-14
/
+13
*
Update list of languages advertised in OVERVIEW: A tool to format C/C++/Java/...
Nico Weber
2015-10-19
1
-1
/
+1
*
clang-format: Basic escaping when outputting XML.
Daniel Jasper
2015-10-15
1
-1
/
+9
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
1
-9
/
+15
*
clang-format: Use Rewriter again to write the output files.
Daniel Jasper
2015-09-30
1
-18
/
+18
*
clang-format: Extend #include sorting functionality
Daniel Jasper
2015-09-29
1
-5
/
+5
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-31
/
+59
*
Reapply r236854 and fixed r236867.
Daniel Jasper
2015-05-10
1
-4
/
+10
*
Revert "Make emacs show when clang-format encountered a syntax error."
Tobias Grosser
2015-05-08
1
-11
/
+5
*
Revert "clang-format: Only output IncompleteFormat if -cursor is given."
Renato Golin
2015-05-08
1
-6
/
+6
*
clang-format: Only output IncompleteFormat if -cursor is given.
Daniel Jasper
2015-05-08
1
-6
/
+6
*
Make emacs show when clang-format encountered a syntax error.
Manuel Klimek
2015-05-08
1
-5
/
+11
*
clang-format: Don't allow -i when reading from stdin.
Daniel Jasper
2015-05-06
1
-1
/
+3
*
Adopt new cl::HideUnrelatedOptions API added r226729.
Chris Bieneman
2015-01-21
1
-9
/
+1
*
Add the shifted cursor position to XML output, so it can be used by editor in...
Manuel Klimek
2015-01-09
1
-0
/
+4
*
clang-format: Document that --assume-filename affects the language.
Nico Weber
2014-11-10
1
-1
/
+1
*
clang-format: Cut more clangAST dependencies.
Daniel Jasper
2014-10-29
1
-0
/
+1
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-4
/
+1
*
clang-format: [JS] Support alternative operator names as identifiers.
Daniel Jasper
2014-09-04
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+5
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-1
/
+1
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
clang-format: Introduce DisableFormat that prevents formatting.
Daniel Jasper
2014-05-22
1
-1
/
+2
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Add newlines to fallback-style description. Patch by Kamal Essoufi\!
Alexander Kornienko
2014-02-26
1
-3
/
+4
*
Make the OptionCategory variable static.
Alexander Kornienko
2014-02-05
1
-1
/
+1
[next]