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-extra
/
include-fixer
/
tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename directory housing clang-include-fixer to be eponymous
Nico Weber
2019-03-25
5
-1233
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
clang-include-fixer.el: support remote files
Philipp Stephani
2018-12-14
1
-5
/
+15
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
Replace hardcoded format styles in a few tools with the default style in libF...
Eric Liu
2018-08-02
1
-2
/
+4
*
Improve completion experience for headers
Philipp Stephani
2018-04-09
1
-5
/
+9
*
[clang-include-fixer] Use add_clang_tool instead add_clang_executable
Petr Hosek
2018-02-16
1
-1
/
+1
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
Add autoload cookies for clang-include-fixer lisp functions.
Manuel Klimek
2017-07-18
1
-0
/
+3
*
Use new command replace-buffer-contents if available
Philipp Stephani
2017-07-11
1
-3
/
+3
*
Improve error message when run from a buffer that doesn't visit a file
Philipp Stephani
2017-07-10
1
-0
/
+2
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-1
/
+0
*
Recommit "[include-fixer] Don't throw exception when parsing unknown ar… â€...
Haojian Wu
2017-05-17
1
-1
/
+6
*
[include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.
Sam McCall
2017-03-13
1
-3
/
+21
*
[include-fixer] Remove line number from Symbol identity
Sam McCall
2017-03-09
1
-1
/
+1
*
Do not display highlights for clang-include-fixer-at-point
Haojian Wu
2017-03-06
2
-12
/
+26
*
[include-fixer] Add usage count to find-all-symbols.
Sam McCall
2017-02-28
1
-5
/
+9
*
Make clang-include-fixer--insert-line work when the difference is on an empty...
Manuel Klimek
2017-02-23
2
-7
/
+18
*
Completion related fixes for clang-include-fixer.el.
Manuel Klimek
2017-02-22
1
-21
/
+24
*
Adds a hook clang-include-fixer-add-include-hook that is invoked with the pat...
Manuel Klimek
2017-02-22
1
-3
/
+20
*
Update tools to use new getStyle API
Antonio Maiorano
2017-01-17
1
-5
/
+12
*
Improve include fixer's ranking by taking the paths into account.
Manuel Klimek
2017-01-11
1
-1
/
+2
*
[include-fixer] Load symbol index asynchronously.
Benjamin Kramer
2017-01-09
1
-19
/
+25
*
Fix grammar
Philipp Stephani
2016-11-09
1
-2
/
+2
*
[include-fixer] Make error message sound less like clang crashed.
Benjamin Kramer
2016-10-28
1
-2
/
+6
*
include-fixer: Don't overwrite buffer changes
Manuel Klimek
2016-10-25
1
-1
/
+7
*
Load clang-include-fixer.el from the unit test suite so that the unit tests c...
Manuel Klimek
2016-10-25
1
-0
/
+2
*
Don't copy replacements in for-range loop. NFC.
Benjamin Kramer
2016-10-19
1
-1
/
+1
*
clang-include-fixer.el: Don't prompt the user about killing clang-include-fix...
Manuel Klimek
2016-10-11
1
-0
/
+2
*
Make Emacs libraries compatible with Emacs 24.
Manuel Klimek
2016-10-11
1
-2
/
+7
*
[include-fixer] query-mode should be false by default.
Haojian Wu
2016-10-10
1
-1
/
+1
*
Use `let' instead of `let*' in one place where `let*' isn't necessary
Manuel Klimek
2016-10-10
1
-3
/
+3
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Overhaul clang-include-fixer.el
Haojian Wu
2016-10-05
2
-190
/
+406
*
[include-fixer] Support finding headers for the symbol under cursor.
Haojian Wu
2016-09-07
3
-12
/
+96
*
[include-fixer] Fix an undefined variable exception in vim script when there is
Haojian Wu
2016-09-01
1
-0
/
+1
*
Revert "Revert "[Include-fixer] Install executables and support scripts""
Zachary Turner
2016-08-17
1
-1
/
+14
*
Revert "[Include-fixer] Install executables and support scripts"
Zachary Turner
2016-08-17
1
-14
/
+1
*
[Include-fixer] Install executables and support scripts
Eugene Zelenko
2016-08-17
1
-1
/
+14
*
[include-fixer] Update -help message.
Haojian Wu
2016-08-17
1
-1
/
+3
*
[include-fixer] Support processing multiple files in one run.
Haojian Wu
2016-08-09
2
-51
/
+65
*
Changes related to new implementation of tooling::Replacements as class.
Eric Liu
2016-08-01
1
-2
/
+2
*
change Vim key binding for include-fixer and clang-rename
Kirill Bobyrev
2016-07-27
1
-3
/
+3
*
[clang-include-fixer] Added Emacs integration for clang-include-fixer.
Benjamin Kramer
2016-07-27
1
-0
/
+207
*
[include-fixer] Add mising qualifiers to all instances of an unidentified sym...
Haojian Wu
2016-07-21
2
-46
/
+40
*
[include-fixer] Make error messages a bit prettier and make sure to
Benjamin Kramer
2016-07-20
1
-2
/
+4
*
[include-fixer] A refactoring of IncludeFixerContext.
Haojian Wu
2016-07-19
2
-14
/
+25
*
Unbreak extra tools build post r275882.
Benjamin Kramer
2016-07-18
1
-0
/
+1
*
[include-fixer] Add an options allow moving the cursor to #include line in vim
Haojian Wu
2016-07-18
1
-12
/
+25
*
[include-fixer] Implement adding missing namespace qualifiers in vim integrat...
Haojian Wu
2016-07-13
2
-31
/
+114
[next]