summaryrefslogtreecommitdiffstats
path: root/include-fixer
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-052-0/+2
* [FindAllSymbols] Cache regexes, creating them is expensiveBenjamin Kramer2017-11-223-15/+27
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-1/+2
* 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-302-2/+0
* Recommit "[include-fixer] Don't throw exception when parsing unknown ar… â€...Haojian Wu2017-05-171-1/+6
* Revert "[include-fixer] Don't throw exception when parsing unknown arguments ...Benjamin Kramer2017-05-171-1/+1
* [include-fixer] Don't throw exception when parsing unknown arguments inHaojian Wu2017-05-121-1/+1
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.Sam McCall2017-03-135-42/+257
* [include-fixer] Remove line number from Symbol identitySam McCall2017-03-096-29/+20
* Do not display highlights for clang-include-fixer-at-pointHaojian Wu2017-03-062-12/+26
* [find-all-symbols] Implement operator== for SymbolAndSignals and SymbolInfo::...Haojian Wu2017-02-282-0/+10
* [include-fixer] Add usage count to find-all-symbols.Sam McCall2017-02-2817-158/+279
* 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
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [include-fixer] Don't return a correction if the header insertion failed.Benjamin Kramer2017-01-181-10/+10
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-5/+12
* Fix the build of the include-fixer plugin for some shared cmake builds and MSVC.Benjamin Kramer2017-01-132-0/+12
* [find-all-symbols] Index partial template specializations.Haojian Wu2017-01-111-4/+14
* Improve include fixer's ranking by taking the paths into account.Manuel Klimek2017-01-114-18/+52
* Only launch asynchronously if threading is enabled.Manuel Klimek2017-01-111-1/+6
* [include-fixer] Load symbol index asynchronously.Benjamin Kramer2017-01-094-39/+49
* Reapply "Fix for shared_ptrification in Clang"David Blaikie2017-01-062-3/+4
* Revert "Fix for shared_ptrification in Clang"David Blaikie2017-01-062-4/+3
* Fix for shared_ptrification in ClangDavid Blaikie2017-01-052-3/+4
* [include-fixer] Desugar incomplete types.Benjamin Kramer2016-12-161-2/+2
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [include-fixer] Don't skip repeated lookups in plugin mode.Benjamin Kramer2016-11-301-1/+1
* [include-fixer] Don't eat one token too many when replacing a block of includes.Benjamin Kramer2016-11-291-2/+2
* [include-fixer] Don't interfere with typo correction if we found nothing.Benjamin Kramer2016-11-281-3/+4
* [include-fixer plugin] Make the plugin emit proper fixits in case multiple er...Benjamin Kramer2016-11-212-17/+35
* [include-fixer] Refactor include fixer to be usable as a pluginBenjamin Kramer2016-11-175-245/+451
* 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-074-12/+98
* [include-fixer] Fix some Clang-tidy modernize-use-override and Include What Y...Eugene Zelenko2016-09-062-3/+9