summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/include-fixer/tool
Commit message (Expand)AuthorAgeFilesLines
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-255-1233/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-include-fixer.el: support remote filesPhilipp Stephani2018-12-141-5/+15
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-021-2/+4
* Improve completion experience for headersPhilipp Stephani2018-04-091-5/+9
* [clang-include-fixer] Use add_clang_tool instead add_clang_executablePetr Hosek2018-02-161-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Add autoload cookies for clang-include-fixer lisp functions.Manuel Klimek2017-07-181-0/+3
* Use new command replace-buffer-contents if availablePhilipp Stephani2017-07-111-3/+3
* Improve error message when run from a buffer that doesn't visit a filePhilipp Stephani2017-07-101-0/+2
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* Recommit "[include-fixer] Don't throw exception when parsing unknown ar… â€...Haojian Wu2017-05-171-1/+6
* [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.Sam McCall2017-03-131-3/+21
* [include-fixer] Remove line number from Symbol identitySam McCall2017-03-091-1/+1
* Do not display highlights for clang-include-fixer-at-pointHaojian Wu2017-03-062-12/+26
* [include-fixer] Add usage count to find-all-symbols.Sam McCall2017-02-281-5/+9
* Make clang-include-fixer--insert-line work when the difference is on an empty...Manuel Klimek2017-02-232-7/+18
* Completion related fixes for clang-include-fixer.el.Manuel Klimek2017-02-221-21/+24
* Adds a hook clang-include-fixer-add-include-hook that is invoked with the pat...Manuel Klimek2017-02-221-3/+20
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-5/+12
* Improve include fixer's ranking by taking the paths into account.Manuel Klimek2017-01-111-1/+2
* [include-fixer] Load symbol index asynchronously.Benjamin Kramer2017-01-091-19/+25
* Fix grammarPhilipp Stephani2016-11-091-2/+2
* [include-fixer] Make error message sound less like clang crashed.Benjamin Kramer2016-10-281-2/+6
* include-fixer: Don't overwrite buffer changesManuel Klimek2016-10-251-1/+7
* Load clang-include-fixer.el from the unit test suite so that the unit tests c...Manuel Klimek2016-10-251-0/+2
* Don't copy replacements in for-range loop. NFC.Benjamin Kramer2016-10-191-1/+1
* clang-include-fixer.el: Don't prompt the user about killing clang-include-fix...Manuel Klimek2016-10-111-0/+2
* Make Emacs libraries compatible with Emacs 24.Manuel Klimek2016-10-111-2/+7
* [include-fixer] query-mode should be false by default.Haojian Wu2016-10-101-1/+1
* Use `let' instead of `let*' in one place where `let*' isn't necessaryManuel Klimek2016-10-101-3/+3
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Overhaul clang-include-fixer.elHaojian Wu2016-10-052-190/+406
* [include-fixer] Support finding headers for the symbol under cursor.Haojian Wu2016-09-073-12/+96
* [include-fixer] Fix an undefined variable exception in vim script when there isHaojian Wu2016-09-011-0/+1
* Revert "Revert "[Include-fixer] Install executables and support scripts""Zachary Turner2016-08-171-1/+14
* Revert "[Include-fixer] Install executables and support scripts"Zachary Turner2016-08-171-14/+1
* [Include-fixer] Install executables and support scriptsEugene Zelenko2016-08-171-1/+14
* [include-fixer] Update -help message.Haojian Wu2016-08-171-1/+3
* [include-fixer] Support processing multiple files in one run.Haojian Wu2016-08-092-51/+65
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-2/+2
* change Vim key binding for include-fixer and clang-renameKirill Bobyrev2016-07-271-3/+3
* [clang-include-fixer] Added Emacs integration for clang-include-fixer.Benjamin Kramer2016-07-271-0/+207
* [include-fixer] Add mising qualifiers to all instances of an unidentified sym...Haojian Wu2016-07-212-46/+40
* [include-fixer] Make error messages a bit prettier and make sure toBenjamin Kramer2016-07-201-2/+4
* [include-fixer] A refactoring of IncludeFixerContext.Haojian Wu2016-07-192-14/+25
* Unbreak extra tools build post r275882.Benjamin Kramer2016-07-181-0/+1
* [include-fixer] Add an options allow moving the cursor to #include line in vimHaojian Wu2016-07-181-12/+25
* [include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu2016-07-132-31/+114
OpenPOWER on IntegriCloud