[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / CMakeLists.txt
2022-05-06 Sam McCallGeneralize "check-all" umbrella targets, use for check...
2022-04-29 Sam McCall[include-cleaner] Include-cleaner library structure...
2022-03-16 Sam McCallReapply [pseudo] Move pseudoparser from clang to clang...
2022-03-16 Sam McCallRevert "[pseudo] Move pseudoparser from clang to clang...
2022-03-15 Sam McCall[pseudo] Move pseudoparser from clang to clang-tools...
2022-01-22 John Ericson[clang-tools-extra][cmake] Use `GNUInstallDirs` to...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2020-09-10 Nico WeberAdd an explicit toggle for the static analyzer in clang...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-08-27 Alex LorenzRemove clang-tidy-vs from clang-tools-extra (PR41791)
2019-05-07 Sam McCall[clangd] add CLANG_ENABLE_CLANGD option to build clangd...
2019-04-29 Sam McCall[clangd] Move clangd tests to clangd directory. check...
2019-03-26 Jan Korous[clangd][xpc][cmake] Respect explicit value of CLANGD_B...
2019-03-25 Nico WeberRename directory housing clang-include-fixer to be...
2019-03-15 Nico WeberRename directory housing clang-change-namespace to...
2019-01-16 Jan Korous[clangd] XPC transport layer
2018-10-01 Stephen Kelly[clang-tidy] Build it even without static analyzer
2018-09-30 Aaron BallmanReverting r343415 as it breaks at least one of the...
2018-09-30 Aaron BallmanAllow clang-tidy to be built without a dependency on...
2018-03-22 Julie Hockett[clang-doc] Reland "[clang-doc] Setup clang-doc fronten...
2018-03-22 Julie HockettRevert "[clang-doc] Reland "[clang-doc] Setup clang...
2018-03-21 Julie Hockett[clang-doc] Reland "[clang-doc] Setup clang-doc fronten...
2018-03-12 Julie HockettRevert "Reland "[clang-doc] Setup clang-doc frontend...
2018-03-12 Julie HockettReland "[clang-doc] Setup clang-doc frontend framework"
2018-03-09 Julie HockettRevert "[clang-doc] Setup clang-doc frontend framework"
2018-03-09 Julie Hockett[clang-doc] Setup clang-doc frontend framework
2017-08-29 Michal Gorny[cmake] Support running extra clang tool tests without...
2017-06-30 Alex Lorenz[refactor] Move clang-rename into the clang repository
2017-02-07 Benjamin KramerAdd a prototype for clangd
2016-09-21 Haojian Wu[clang-move] A prototype tool for moving class definiti...
2016-09-19 Eric LiuA clang tool for changing surrouding namespaces of...
2016-09-07 Zachary TurnerAdd a clang-tidy visual studio extension.
2016-09-02 Alexander ShaposhnikovAdd clang-reorder-fields to clang-tools-extra
2016-09-02 Alexander ShaposhnikovRevert https://reviews.llvm.org/D23279 because the...
2016-09-01 Alexander ShaposhnikovAdd clang-reorder-fields to clang-tools-extra
2016-04-20 Benjamin Kramer[include-fixer] Add a prototype for a new include fixin...
2016-01-27 Alexander KornienkoAdd clang-tools-extra documentation to the CMake build.
2015-12-17 Alexander KornienkoRemove clang-modernize.
2015-10-01 NAKAMURA TakumiFix the *unchecked* commit.
2015-10-01 Chris Bieneman[CMake] Don't include the test directories if CLANG_INC...
2015-03-16 Alexander KornienkoMove remove-cstr-calls from a standalone executable...
2015-02-20 John ThompsonDeleted module-map-checker, as it's been folded into...
2014-08-20 Manuel KlimekRevert rL215947: "[clang-rename] revert r215839"
2014-08-18 Gerolf Hoflehner[clang-rename] revert r215839
2014-08-17 Manuel KlimekFirst version of a clang-rename tool.
2014-07-16 Alp TokerTrack clang r213171
2014-07-14 Alp TokerFix build when various clang feature flags are enabled...
2014-02-01 Peter CollingbourneSwitch clang-query to use the lineeditor library.
2014-01-19 NAKAMURA Takumi[CMake] check_library_exists() requires inclusion in...
2014-01-07 John ThompsonInitial checkin of new module-map-checker tool.
2013-11-08 Peter CollingbourneIntroduce clang-query tool.
2013-10-31 John Thompsonpp-trace - preprocessor tacing and PPCallbacks testing...
2013-09-04 Chandler CarruthRename cpp11-migrate to clang-modernize.
2013-09-03 Edwin VaneRename clang-replace -> clang-apply-replacements
2013-08-22 Edwin VaneIntroducing new tool clang-replace
2013-07-29 Daniel JasperInitial architecture for clang-tidy.
2013-04-03 Edwin VaneUnit test support for Clang extra tools
2013-03-20 Daniel JasperRemove clang-format from clang-tools-extra.
2013-03-12 John ThompsonInitial check in of Doug's modularize tool for checking...
2013-01-10 Edwin VaneRemoving loop-convert tool
2012-12-12 Edwin VaneInitial commit for cpp11-migrate tool
2012-12-05 Daniel JasperFirst version of a command line clang-format tool.
2012-08-24 Sam Panzerloop-convert, a C++11 for loop modernizer
2012-08-24 Sam PanzerReverted to correct commit this time.
2012-08-24 Sam PanzerReverted incorect partial commit of loop migrator....
2012-08-24 Sam PanzerFor Loop Conversion
2012-08-14 Marshall ClowRename directory from 'toolTemplate' to 'tool-template'
2012-08-14 Marshall ClowAdded a tool template to make creating new tools simpler
2012-08-07 Chandler CarruthAdd a root CMakeLists.txt and fix up all the test build...