summaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/include-fixer
AgeCommit message (Expand)Author
2018-04-23Fix tests after changes to clang-format in r330573.Manuel Klimek
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-03-13[include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.Sam McCall
2017-03-09[include-fixer] Remove line number from Symbol identitySam McCall
2017-02-28[include-fixer] Add usage count to find-all-symbols.Sam McCall
2017-01-11[find-all-symbols] Index partial template specializations.Haojian Wu
2017-01-09[include-fixer] Load symbol index asynchronously.Benjamin Kramer
2016-12-16[include-fixer] Desugar incomplete types.Benjamin Kramer
2016-12-02Fix a buildbot failure in include-fixer.Eric Liu
2016-08-09[include-fixer] Support processing multiple files in one run.Haojian Wu
2016-08-02[include-fixer] Correct nested class search for identifiers with scoped infor...Haojian Wu
2016-07-26[include-fixer] Don't add qualifiers in missing complete type cases.Haojian Wu
2016-07-21[include-fixer] Add mising qualifiers to all instances of an unidentified sym...Haojian Wu
2016-07-15[include-fixer] Always add as few as possible qualifiers to the unidentified ...Haojian Wu
2016-07-14[include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu
2016-07-13[include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu
2016-07-11Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu
2016-07-08[include-fixer] Don't add qualifiers to symbols which have global scope opera...Haojian Wu
2016-07-08[include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu
2016-07-04[include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu
2016-07-04[include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu
2016-06-13[include-fixer] only deduplicate symbols after matching symbols with the unde...Eric Liu
2016-06-09[include-fixer] do not index friend function declaration.Eric Liu
2016-06-08[include-fixer] Keep dot dot in SymbolInfo file paths.Haojian Wu
2016-06-08[include-fixer] do not add enum forward declaration into symbol index table.Eric Liu
2016-06-03[include-fixer] Don't add missing header if the unindentified symbol isn't fr...Haojian Wu
2016-06-01[include-fixer] use includer of .inc header to be the file path of a symbol f...Eric Liu
2016-05-31[include-fixer] disable path cleaning test for windows and mingw.Eric Liu
2016-05-31[find-all-symbols] remove dots in SymbolInfo file paths.Eric Liu
2016-05-31IncludeFixerTests: Update libdeps.NAKAMURA Takumi
2016-05-31[include-fixer] use clang-format cleaner to insert header.Eric Liu
2016-05-31[include-fixer] use tooling::Replacements since the order of replacements don...Eric Liu
2016-05-31[include-fixer] Create a mode in vim integration to show multiple potential h...Haojian Wu
2016-05-24[find-all-symbols] Added hardcode header mapping from header postfix to heade...Eric Liu
2016-05-20[find-all-symbols] Some cleanups in unittest.Haojian Wu
2016-05-20[find-all-symbol] Ignore inline namespace context.Haojian Wu
2016-05-20[find-all-symbol] Try to fix the failure windows unittest.Haojian Wu
2016-05-20[find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and Fin...Eric Liu
2016-05-20[find-all-symbol] Add macro support.Haojian Wu
2016-05-19[include-fixer] Make search handle fully qualified names correctly.Benjamin Kramer
2016-05-19[include-fixer] Remove obsolete windows hack.Benjamin Kramer
2016-05-19[include-fixer] Sort headers after inserting new headers.Eric Liu
2016-05-18[include-fixer] Also look up prefixes of queries.Benjamin Kramer
2016-05-18[include-fixer] Run tests with -fno-ms-compatibility.Benjamin Kramer
2016-05-18[include-fixer] Ignore non-scoped enum declaration during search.Haojian Wu
2016-05-18FindAllSymbolsTests doesn't require clangToolingCore.NAKAMURA Takumi
2016-05-18include-fixer: They require clangLex.NAKAMURA Takumi
2016-05-18IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing fo...NAKAMURA Takumi
2016-05-17[find-all-symbols] Add IWYU private pragma support.Haojian Wu
2016-05-17[find-all-symbols] Ignore anonymous enum declarations.Haojian Wu