summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-472/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-021-2/+4
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* [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
* [include-fixer] Add usage count to find-all-symbols.Sam McCall2017-02-281-5/+9
* 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
* [include-fixer] Make error message sound less like clang crashed.Benjamin Kramer2016-10-281-2/+6
* Don't copy replacements in for-range loop. NFC.Benjamin Kramer2016-10-191-1/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [include-fixer] Support finding headers for the symbol under cursor.Haojian Wu2016-09-071-2/+30
* [include-fixer] Update -help message.Haojian Wu2016-08-171-1/+3
* [include-fixer] Support processing multiple files in one run.Haojian Wu2016-08-091-36/+55
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-2/+2
* [include-fixer] Add mising qualifiers to all instances of an unidentified sym...Haojian Wu2016-07-211-38/+33
* [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-191-9/+21
* Unbreak extra tools build post r275882.Benjamin Kramer2016-07-181-0/+1
* [include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu2016-07-131-23/+92
* Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu2016-07-111-16/+32
* [include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu2016-07-081-10/+15
* [include-fixer] remove redundant code.Eric Liu2016-06-141-2/+1
* [include-fixer] Use YAML format in -output-headers and -insert-header mode.Haojian Wu2016-06-011-12/+49
* [include-fixer] use clang-format cleaner to insert header.Eric Liu2016-05-311-4/+2
* [include-fixer] Rank symbols based on the number of occurrences we found whil...Benjamin Kramer2016-05-311-3/+3
* [include-fixer] use tooling::Replacements since the order of replacements don...Eric Liu2016-05-311-4/+3
* [include-fixer] Code cleanup.Haojian Wu2016-05-311-49/+57
* [include-fixer] Create a mode in vim integration to show multiple potential h...Haojian Wu2016-05-311-6/+67
* [include-fixer] Sort headers after inserting new headers.Eric Liu2016-05-191-8/+14
* [clang-include-fixer] Added Vim integration for clang-include-fixer.Eric Liu2016-05-181-0/+38
* [include-fixer] Don't insert #includes if a fatal error occurred.Benjamin Kramer2016-05-181-1/+5
* [include-fixer] Simplify unittest code.Haojian Wu2016-05-131-4/+6
* [include-fixer] Rename XrefsDB to SymbolIndex.Benjamin Kramer2016-05-131-14/+15
* [include-fixer] Default to YAML db, it's much more useful than the fixed dumm...Benjamin Kramer2016-05-101-1/+1
* [include-fixer] Emit some terminal output so users can see that the tool is w...Benjamin Kramer2016-05-101-0/+7
* [include-fixer] Autodetect yaml databases in parent directories.Benjamin Kramer2016-05-091-2/+20
* Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo.Eric Liu2016-05-041-6/+8
* [include-fixer] Abstract includeFixerMain function.Haojian Wu2016-05-031-2/+7
* [include-fixer] Add Yaml database integration.Haojian Wu2016-04-291-1/+10
* [include-fixer] Add an option to minimize include paths.Benjamin Kramer2016-04-281-1/+7
* Wdocumentation fixSimon Pilgrim2016-04-271-1/+1
* Clean up the include fixer 'driver' a bit and make the database configurable.Benjamin Kramer2016-04-271-16/+51
* Fix cast compiler warning message in include-fixer.Haojian Wu2016-04-211-3/+2
* [include-fixer] Add a prototype for a new include fixing tool.Benjamin Kramer2016-04-201-0/+50
OpenPOWER on IntegriCloud