summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/include-fixer/tool/clang-include-fixer.py
Commit message (Expand)AuthorAgeFilesLines
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-208/+0
* Recommit "[include-fixer] Don't throw exception when parsing unknown ar… â€...Haojian Wu2017-05-171-1/+6
* [include-fixer] query-mode should be false by default.Haojian Wu2016-10-101-1/+1
* [include-fixer] Support finding headers for the symbol under cursor.Haojian Wu2016-09-071-4/+37
* [include-fixer] Fix an undefined variable exception in vim script when there isHaojian Wu2016-09-011-0/+1
* [include-fixer] Support processing multiple files in one run.Haojian Wu2016-08-091-15/+10
* change Vim key binding for include-fixer and clang-renameKirill Bobyrev2016-07-271-3/+3
* [include-fixer] Add mising qualifiers to all instances of an unidentified sym...Haojian Wu2016-07-211-8/+7
* [include-fixer] A refactoring of IncludeFixerContext.Haojian Wu2016-07-191-5/+4
* [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-131-8/+22
* [clang-include-fixer] fix PEP8 warningsBenjamin Kramer2016-07-041-9/+11
* [include-fixer] give users an option to show N more headers in case there are...Eric Liu2016-06-101-4/+15
* [include-fixer] try to make vim header selection more friendly.Eric Liu2016-06-071-20/+35
* [include-fixer] Use YAML format in -output-headers and -insert-header mode.Haojian Wu2016-06-011-11/+24
* Make the vim integration output a bit prettier and drop the -debug flag.Benjamin Kramer2016-05-311-4/+4
* [include-fixer] Create a mode in vim integration to show multiple potential h...Haojian Wu2016-05-311-16/+60
* [include-fixer] Sort headers after inserting new headers.Eric Liu2016-05-191-6/+5
* [clang-include-fixer] Added Vim integration for clang-include-fixer.Eric Liu2016-05-181-0/+65
OpenPOWER on IntegriCloud