aboutsummaryrefslogtreecommitdiff
path: root/include-fixer
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14clang-include-fixer.el: support remote filesPhilipp Stephani
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-08-02Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu
2018-05-15[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-09Improve completion experience for headersPhilipp Stephani
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2018-02-16[clang-include-fixer] Use add_clang_tool instead add_clang_executablePetr Hosek
2018-02-15[include-fixer] Add more debug headers to the STL header listBenjamin Kramer
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-22[FindAllSymbols] Cache regexes, creating them is expensiveBenjamin Kramer
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek
2017-07-18Add autoload cookies for clang-include-fixer lisp functions.Manuel Klimek
2017-07-11Use new command replace-buffer-contents if availablePhilipp Stephani
2017-07-10Improve error message when run from a buffer that doesn't visit a filePhilipp Stephani
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith
2017-05-17Recommit "[include-fixer] Don't throw exception when parsing unknown ar… â€...Haojian Wu
2017-05-17Revert "[include-fixer] Don't throw exception when parsing unknown arguments ...Benjamin Kramer
2017-05-12[include-fixer] Don't throw exception when parsing unknown arguments inHaojian Wu
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
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-03-06Do not display highlights for clang-include-fixer-at-pointHaojian Wu
2017-02-28[find-all-symbols] Implement operator== for SymbolAndSignals and SymbolInfo::...Haojian Wu
2017-02-28[include-fixer] Add usage count to find-all-symbols.Sam McCall
2017-02-23Make clang-include-fixer--insert-line work when the difference is on an empty...Manuel Klimek
2017-02-22Completion related fixes for clang-include-fixer.el.Manuel Klimek
2017-02-22Adds a hook clang-include-fixer-add-include-hook that is invoked with the pat...Manuel Klimek
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-01-18[include-fixer] Don't return a correction if the header insertion failed.Benjamin Kramer
2017-01-17Update tools to use new getStyle APIAntonio Maiorano
2017-01-13Fix the build of the include-fixer plugin for some shared cmake builds and MSVC.Benjamin Kramer
2017-01-11[find-all-symbols] Index partial template specializations.Haojian Wu
2017-01-11Improve include fixer's ranking by taking the paths into account.Manuel Klimek
2017-01-11Only launch asynchronously if threading is enabled.Manuel Klimek
2017-01-09[include-fixer] Load symbol index asynchronously.Benjamin Kramer
2017-01-06Reapply "Fix for shared_ptrification in Clang"David Blaikie
2017-01-06Revert "Fix for shared_ptrification in Clang"David Blaikie
2017-01-05Fix for shared_ptrification in ClangDavid Blaikie
2016-12-16[include-fixer] Desugar incomplete types.Benjamin Kramer
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-30[include-fixer] Don't skip repeated lookups in plugin mode.Benjamin Kramer
2016-11-29[include-fixer] Don't eat one token too many when replacing a block of includes.Benjamin Kramer
2016-11-28[include-fixer] Don't interfere with typo correction if we found nothing.Benjamin Kramer
2016-11-21[include-fixer plugin] Make the plugin emit proper fixits in case multiple er...Benjamin Kramer
2016-11-17[include-fixer] Refactor include fixer to be usable as a pluginBenjamin Kramer
2016-11-09Fix grammarPhilipp Stephani
2016-10-28[include-fixer] Make error message sound less like clang crashed.Benjamin Kramer
2016-10-25include-fixer: Don't overwrite buffer changesManuel Klimek