summaryrefslogtreecommitdiffstats
path: root/unittests/include-fixer
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-052-0/+2
* [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.Sam McCall2017-03-132-0/+62
* [include-fixer] Remove line number from Symbol identitySam McCall2017-03-092-166/+158
* [include-fixer] Add usage count to find-all-symbols.Sam McCall2017-02-282-82/+194
* [find-all-symbols] Index partial template specializations.Haojian Wu2017-01-111-0/+22
* [include-fixer] Load symbol index asynchronously.Benjamin Kramer2017-01-091-2/+3
* [include-fixer] Desugar incomplete types.Benjamin Kramer2016-12-161-0/+4
* Fix a buildbot failure in include-fixer.Eric Liu2016-12-021-7/+4
* [include-fixer] Support processing multiple files in one run.Haojian Wu2016-08-091-5/+5
* [include-fixer] Correct nested class search for identifiers with scoped infor...Haojian Wu2016-08-021-1/+17
* [include-fixer] Don't add qualifiers in missing complete type cases.Haojian Wu2016-07-261-0/+5
* [include-fixer] Add mising qualifiers to all instances of an unidentified sym...Haojian Wu2016-07-211-7/+67
* [include-fixer] Always add as few as possible qualifiers to the unidentified ...Haojian Wu2016-07-151-0/+8
* [include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu2016-07-141-2/+9
* [include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu2016-07-131-4/+5
* Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu2016-07-111-5/+8
* [include-fixer] Don't add qualifiers to symbols which have global scope opera...Haojian Wu2016-07-081-7/+7
* [include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu2016-07-081-13/+48
* [include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu2016-07-041-1/+1
* [include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu2016-07-041-5/+6
* [include-fixer] only deduplicate symbols after matching symbols with the unde...Eric Liu2016-06-131-7/+19
* [include-fixer] do not index friend function declaration.Eric Liu2016-06-091-0/+21
* [include-fixer] Keep dot dot in SymbolInfo file paths.Haojian Wu2016-06-081-1/+1
* [include-fixer] do not add enum forward declaration into symbol index table.Eric Liu2016-06-081-0/+5
* [include-fixer] Don't add missing header if the unindentified symbol isn't fr...Haojian Wu2016-06-031-0/+7
* [include-fixer] use includer of .inc header to be the file path of a symbol f...Eric Liu2016-06-011-2/+13
* [include-fixer] disable path cleaning test for windows and mingw.Eric Liu2016-05-311-5/+8
* [find-all-symbols] remove dots in SymbolInfo file paths.Eric Liu2016-05-311-1/+16
* IncludeFixerTests: Update libdeps.NAKAMURA Takumi2016-05-311-0/+1
* [include-fixer] use clang-format cleaner to insert header.Eric Liu2016-05-311-20/+23
* [include-fixer] use tooling::Replacements since the order of replacements don...Eric Liu2016-05-311-6/+6
* [include-fixer] Create a mode in vim integration to show multiple potential h...Haojian Wu2016-05-311-4/+9
* [find-all-symbols] Added hardcode header mapping from header postfix to heade...Eric Liu2016-05-241-43/+18
* [find-all-symbols] Some cleanups in unittest.Haojian Wu2016-05-201-6/+0
* [find-all-symbol] Ignore inline namespace context.Haojian Wu2016-05-201-1/+6
* [find-all-symbol] Try to fix the failure windows unittest.Haojian Wu2016-05-201-1/+7
* [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and Fin...Eric Liu2016-05-201-1/+1
* [find-all-symbol] Add macro support.Haojian Wu2016-05-201-11/+52
* [include-fixer] Make search handle fully qualified names correctly.Benjamin Kramer2016-05-191-0/+6
* [include-fixer] Remove obsolete windows hack.Benjamin Kramer2016-05-191-4/+2
* [include-fixer] Sort headers after inserting new headers.Eric Liu2016-05-191-23/+41
* [include-fixer] Also look up prefixes of queries.Benjamin Kramer2016-05-181-3/+0
* [include-fixer] Run tests with -fno-ms-compatibility.Benjamin Kramer2016-05-181-4/+3
* [include-fixer] Ignore non-scoped enum declaration during search.Haojian Wu2016-05-181-0/+10
* FindAllSymbolsTests doesn't require clangToolingCore.NAKAMURA Takumi2016-05-181-1/+0
* include-fixer: They require clangLex.NAKAMURA Takumi2016-05-181-0/+1
* IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing fo...NAKAMURA Takumi2016-05-181-2/+4
* [find-all-symbols] Add IWYU private pragma support.Haojian Wu2016-05-171-6/+55
* [find-all-symbols] Ignore anonymous enum declarations.Haojian Wu2016-05-171-0/+2
* [include-fixer] Make the "extend to the right" hack support typos without nes...Benjamin Kramer2016-05-171-1/+11