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
*
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
*
Shorten the output of `clang-format --version`, include revision number.
Nico Weber
2014-01-07
1
-0
/
+7
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Preserve carriage return when using clang-format's XML interface.
Manuel Klimek
2013-12-03
1
-2
/
+23
*
Added an option to specify fallback style.
Alexander Kornienko
2013-12-02
1
-3
/
+10
*
Use a StringRef. Saves 0.00000000000001s on execution time.
Bill Wendling
2013-11-09
1
-1
/
+1
*
clang-format: Write files atomically
Alp Toker
2013-11-08
1
-11
/
+1
*
clang-format: Don't exit with failure on empty files.
Daniel Jasper
2013-10-08
1
-1
/
+1
*
Remove unused variable introduced in 191666
David Blaikie
2013-09-30
1
-3
/
+0
*
Moving style option formatting to libFormat
Edwin Vane
2013-09-30
1
-78
/
+6
*
clang-format: Add -assume-filename option for editor integrations.
Daniel Jasper
2013-09-13
1
-1
/
+13
*
Allow _clang-format as alternative to .clang-format config filename
Hans Wennborg
2013-09-10
1
-0
/
+10
*
Added WebKit style to the BasedOnStyle handling and to the relevant help mess...
Alexander Kornienko
2013-09-02
1
-1
/
+1
*
Whitespace changes in help messages + updated help output in .rst file.
Alexander Kornienko
2013-09-02
1
-4
/
+4
*
Switch the default mode for clang-format to '-file'. Make 'LLVM' the
Chandler Carruth
2013-09-02
1
-7
/
+7
*
Added -lines X:Y option to specify line range to process. This is a more huma...
Alexander Kornienko
2013-07-18
1
-16
/
+67
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Prevent error message when formatting an empty file.
Daniel Jasper
2013-07-03
1
-0
/
+2
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-3
/
+4
*
Fix behavior of clang-format's -cursor flag.
Daniel Jasper
2013-05-21
1
-1
/
+1
*
Let clang-format move the cursor appropriately.
Daniel Jasper
2013-05-21
1
-0
/
+8
*
Clang-format: allow -style="{yaml/json}" on command line
Alexander Kornienko
2013-05-19
1
-8
/
+30
*
Reformat clang-format help strings, filter out irrelevant options.
Alexander Kornienko
2013-05-10
1
-27
/
+52
[next]