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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
3
-33
/
+60
*
clang-format: Extend vim integration so that a line range can be passed in.
Daniel Jasper
2015-07-11
1
-2
/
+16
*
clang-format: Add TypeScript detection to git-clang-format.
Daniel Jasper
2015-06-19
1
-0
/
+1
*
Fix terrible python goof in clang-format.py which broke my vim
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Make vim also output a helpful message in some error cases.
Manuel Klimek
2015-06-02
1
-0
/
+2
*
revert r237081 -- bad idea (-lcrypt may not be present)
Kostya Serebryany
2015-05-12
1
-1
/
+0
*
add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)
Kostya Serebryany
2015-05-12
1
-0
/
+1
*
Reapply r236854 and fixed r236867.
Daniel Jasper
2015-05-10
2
-10
/
+21
*
Revert "Make emacs show when clang-format encountered a syntax error."
Tobias Grosser
2015-05-08
2
-22
/
+11
*
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
2
-11
/
+22
*
fix clang-fuzzer and clang-format-fuzzer
Kostya Serebryany
2015-05-07
1
-1
/
+1
*
clang-format: Don't allow -i when reading from stdin.
Daniel Jasper
2015-05-06
1
-1
/
+3
*
clang-format: Add default fallback style.
Daniel Jasper
2015-04-17
1
-0
/
+1
*
clang-format: add an option for fallback style in vimrc
Daniel Jasper
2015-04-16
1
-0
/
+4
*
clang-format: Recognize the .ts (TypeScript) extension as JavaScript.
Daniel Jasper
2015-03-11
1
-1
/
+1
*
Reverting r227453, which adds back the fuzzer library. Now excluding the clan...
Aaron Ballman
2015-01-29
3
-1
/
+45
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
3
-43
/
+1
*
Add clang-format-fuzzer target
Kostya Serebryany
2015-01-28
3
-1
/
+43
*
Adopt new cl::HideUnrelatedOptions API added r226729.
Chris Bieneman
2015-01-21
1
-9
/
+1
*
Make clang-format work in emacs buffers with unicode characters.
Manuel Klimek
2015-01-19
1
-11
/
+16
*
Update clang-format.el to use xml output and patch in the returned chunks.
Manuel Klimek
2015-01-13
1
-46
/
+86
*
Add the shifted cursor position to XML output, so it can be used by editor in...
Manuel Klimek
2015-01-09
1
-0
/
+4
*
Improve clang-format.el.
Manuel Klimek
2015-01-08
1
-48
/
+117
*
clang-format: Make clang-format-diff.py format java files.
Daniel Jasper
2014-12-08
1
-1
/
+1
*
clang-format: Give clang-format-diff.py a -v option.
Daniel Jasper
2014-11-14
1
-0
/
+4
*
clang-format: Document that --assume-filename affects the language.
Nico Weber
2014-11-10
1
-1
/
+1
*
clang-format: Make it possible to (require 'clang-format)
Justin Bogner
2014-11-05
1
-0
/
+2
*
clang-format: Fix vim integration if g:clang_format_binary doesn't exist
Daniel Jasper
2014-11-04
1
-1
/
+1
*
clang-format: permit setting the path to clang in vimrc
Saleem Abdulrasool
2014-11-02
1
-0
/
+3
*
docs: remove double carriage-return
Saleem Abdulrasool
2014-11-02
1
-1
/
+1
*
[CMake] Prune redundant libdeps.
NAKAMURA Takumi
2014-10-30
1
-1
/
+0
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
1
-0
/
+1
*
clang-format: Cut more clangAST dependencies.
Daniel Jasper
2014-10-29
1
-0
/
+1
*
Refactor libTooling to reduce required dependencies.
Daniel Jasper
2014-10-29
2
-4
/
+1
*
clang-format: improve vim integration docs
Saleem Abdulrasool
2014-10-27
1
-2
/
+2
*
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
*
Use /usr/bin/env python instead of /usr/bin/python.
Ed Schouten
2014-09-02
2
-2
/
+2
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
2
-2
/
+2
*
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
*
clang-format: Fix vim-integration for empty files.
Daniel Jasper
2014-05-22
1
-1
/
+6
*
clang-format: Add clang-format-diff usage examples for SVN.
Daniel Jasper
2014-05-14
1
-1
/
+2
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
1
-2
/
+2
*
clang-format.py: Don't omit the first two words from error messages.
Nico Weber
2014-04-17
1
-6
/
+1
*
clang-format: Add proto files and JavaScript to git-clang-format.
Daniel Jasper
2014-04-09
1
-0
/
+3
[next]