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 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
*
Add a main function to the clang-format.py vim integration.
Ahmed Charles
2014-03-10
1
-40
/
+43
*
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
*
clang-format: Enable formatting for .proto and .protodevel files.
Daniel Jasper
2014-01-21
1
-1
/
+2
*
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
*
Fix usage description of clang-format-diff.py.
Daniel Jasper
2013-12-19
1
-2
/
+2
*
clang-format-diff.py: fix -regex/-iregex matching
Alp Toker
2013-12-18
1
-4
/
+4
*
clang-format-diff.py: add the OpenCL file extension
Alp Toker
2013-12-18
1
-1
/
+1
*
Added -iregex for case-insensitive regex to filter file names.
Alexander Kornienko
2013-12-16
1
-5
/
+13
*
clang-format-diff.py: Support -regex filter and more filename extensions
Alp Toker
2013-12-10
1
-4
/
+5
*
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...
NAKAMURA Takumi
2013-12-10
1
-3
/
+3
*
clang-format-diff.py: pass through errors to stderr, not stdout
Alp Toker
2013-12-05
1
-5
/
+2
[next]