summaryrefslogtreecommitdiffstats
path: root/include-fixer/find-all-symbols
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [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
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* 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
* [include-fixer] Remove line number from Symbol identitySam McCall2017-03-094-26/+18
* [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-289-119/+229
* [find-all-symbols] Index partial template specializations.Haojian Wu2017-01-111-4/+14
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [include-fixer] Support finding headers for the symbol under cursor.Haojian Wu2016-09-071-0/+2
* [include-fixer] Fix some Clang-tidy modernize-use-override and Include What Y...Eugene Zelenko2016-09-062-3/+9
* Revert "Revert "[Include-fixer] Install executables and support scripts""Zachary Turner2016-08-171-2/+11
* Revert "[Include-fixer] Install executables and support scripts"Zachary Turner2016-08-171-11/+2
* [Include-fixer] Install executables and support scriptsEugene Zelenko2016-08-171-2/+11
* [include-fixer] Correct some header mappings.Haojian Wu2016-08-051-8/+8
* [include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu2016-07-082-0/+13
* [include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu2016-07-041-2/+1
* Fix broken build caused by r274494.Eric Liu2016-07-041-0/+1
* [include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu2016-07-046-651/+654
* [include-fixer] Correct two wrong header mappings.Haojian Wu2016-06-151-2/+2
* [include-fixer] do not index friend function declaration.Eric Liu2016-06-091-3/+8
* [include-fixer] Keep dot dot in SymbolInfo file paths.Haojian Wu2016-06-082-3/+2
* [include-fixer] do not add enum forward declaration into symbol index table.Eric Liu2016-06-081-4/+4
* [include-fixer] fixed a wrong header mapping.Eric Liu2016-06-031-1/+1
* [include-fixer] added GNU symbols hardcoded header mapping.Eric Liu2016-06-031-26/+316
* [include-fixer] use includer of .inc header to be the file path of a symbol f...Eric Liu2016-06-015-22/+88
* [find-all-symbols] remove dots in SymbolInfo file paths.Eric Liu2016-05-312-2/+9
* [include-fixer] Inline trivial methods.Benjamin Kramer2016-05-312-20/+8
* [include-fixer] collect the number of times a symbols is found in an indexing...Eric Liu2016-05-313-6/+26
* [include-fixer] Add a missing .h.Benjamin Kramer2016-05-271-1/+1
* [include-fixer] /usr/include/xlocal.h to include/xlocal.h in hardcoded map.Eric Liu2016-05-251-1/+1
* Include local header with quotes instead of angle brackets.Benjamin Kramer2016-05-251-1/+1
* [include-fixer] moved STLPostfixMap into findAllSymbols library and make it a...Eric Liu2016-05-256-364/+364
* [include-fixer][find-all-symbols] added missing dependencies.Eric Liu2016-05-241-0/+2
* [include-fixer][find-all-symbols] removed unused const member from YamlReport...Eric Liu2016-05-241-2/+0
* [find-all-symbols] Added hardcode header mapping from header postfix to heade...Eric Liu2016-05-2411-56/+551
* [find-all-symbol] Ignore inline namespace context.Haojian Wu2016-05-201-3/+3
* [find-all-symbols] fix failing unittest for Windows build bot.Eric Liu2016-05-201-3/+2
* [find-all-symbols] fixed FindAllMacros compilation error.Eric Liu2016-05-201-1/+1
* [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and Fin...Eric Liu2016-05-205-18/+21
* [find-all-symbol] Add macro support.Haojian Wu2016-05-209-18/+141
* findAllSymbols: Prune unused libdeps.NAKAMURA Takumi2016-05-181-3/+0
* include-fixer: They require clangLex.NAKAMURA Takumi2016-05-182-0/+2
* [find-all-symbols] Add IWYU private pragma support.Haojian Wu2016-05-177-11/+171
* [find-all-symbols] Ignore anonymous enum declarations.Haojian Wu2016-05-171-0/+3
* [include-fixer] Fix broken dependency shared buildEtienne Bergeron2016-05-131-1/+1
* [include-fixer] Simplify unittest code.Haojian Wu2016-05-133-4/+4
* [find-all-symbols] Add EnumDecl type in YAML traits.Haojian Wu2016-05-131-0/+1