[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / clang-query /
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-03 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-04-28 Nathan James[clang-query] Add check to prevent setting srcloc when...
2021-04-25 Stephen KellyAdd srcloc output to clang-query
2021-03-03 Nathan James[clang-query] Fix help text after D91918
2021-03-02 Nathan James[cte][NFC] Remove all references to stdlib stream headers.
2021-01-25 Tom RitterAdd a --use-color option to clang-query to allow forcin...
2020-12-10 Alexander KornienkoRemove references to the ast_type_traits namespace
2020-11-23 Stephen KellyRemove the IgnoreImplicitCastsAndParentheses traversal...
2020-08-28 Nathan James[clang-query][NFC] Silence a few lint warnings
2020-07-03 Stephen KellyRevert AST Matchers default to AsIs mode
2020-07-03 Bruno Ricci[clang][NFC] Store a pointer to the ASTContext in ASTDu...
2020-07-02 Bruno RicciRevert "[clang][NFC] Store a pointer to the ASTContext...
2020-07-02 Bruno Ricci[clang][NFC] Store a pointer to the ASTContext in ASTDu...
2020-06-23 Valentin Clement[openmp] Add missing dependencies for OMP.h.inc after...
2020-06-17 Michał Górny[clang-tools-extra] Prevent linking to duplicate .a...
2020-05-31 Nathan Jamesclang-tidy and clang-query wont crash with invalid...
2020-05-31 Nathan JamesRevert "clang-tidy and clang-query wont crash with...
2020-05-31 Nathan Jamesclang-tidy and clang-query wont crash with invalid...
2020-05-23 Stephen KellyAdd a way to set traversal mode in clang-query
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-07 Johannes Doerfert[OpenMP] "UnFix" layering problem with FrontendOpenMP
2020-01-28 Benjamin KramerMake llvm::StringRef to std::string conversions explicit.
2019-12-29 Stephen KellyFix newline handling in clang-query parser
2019-12-27 Stephen KellyAllow newlines in AST Matchers in clang-query files
2019-12-27 Evgenii StepanovRevert "Allow newlines in AST Matchers in clang-query...
2019-12-26 Eric ChristopherFix -Wunused-lambda-capture warnings.
2019-12-26 Stephen KellyAllow newlines in AST Matchers in clang-query files
2019-12-26 Stephen KellyRevert "Allow newlines in AST Matchers in clang-query...
2019-12-26 Stephen KellyAllow newlines in AST Matchers in clang-query files
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-06 Stephen KellyUse ASTDumper to dump the AST from clang-query
2019-11-26 Nico WeberRevert "Use InitLLVM to setup a pretty stack printer"
2019-11-26 Rui UeyamaUse InitLLVM to setup a pretty stack printer
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Link against libclang-cpp...
2019-10-04 Michal Gorny[clang-tools-extra] [cmake] Use add_clang_tool() to...
2019-08-22 Dmitri GribenkoRemove \brief commands from doxygen comments.
2019-03-20 Nico Webergn build: Add build files for some clang-tools-extra
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-10 Richard TrieuRemove unnecessary include.
2019-01-08 Stephen Kelly[Query] NFC: Port QueryParser to StringRef
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization after...
2018-12-05 George Karpenkov[clang-query] Continue if compilation command not found...
2018-10-29 Stephen Kelly[clang-query] Add non-exclusive output API
2018-10-24 Stephen Kelly[clang-query] Refactor Output settings to booleans
2018-10-24 Stephen Kelly[clang-query] Add 'detailed-ast' output as an alias...
2018-10-24 Stephen Kelly[clang-query] Re-word command help
2018-10-20 Stephen Kelly[clang-query] Add option to print matcher expression
2018-10-03 Stephen Kelly[clang-query] Add comment token handling
2018-10-03 Stephen Kelly[clang-query] Add single-letter 'q' alias for 'quit'
2018-10-01 Stephen Kelly[clang-query] Add missing 'l' command handling
2018-10-01 Stephen Kelly[clang-query] Sort command options
2018-08-30 Stephen KellyAdd preload option to clang-query
2018-08-30 Stephen KellyExtract runCommandsInFile method
2018-02-26 David ZarzyckiFix for LLVM r326109
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-06-27 Peter Smith[NFC] Update to account for DiagnosticRenderer use...
2016-12-14 Piotr Padlewskimodernize-use-auto NFC fixes
2016-11-08 Mandeep Singh Grang[clang-tools-extra] Format sources with clang-format...
2016-11-01 Malcolm Parsons[clang-query] Fix Clang-tidy readability-redundant...
2016-06-09 Richard SmithUpdate to match LLVM r272232.
2016-03-17 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-01-26 Chris BienemanRemove autoconf support
2015-10-20 David BlaikieRevert "Apply modernize-use-default to clang-tools...
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang-tools-extra.
2015-09-28 Manuel KlimekInstall clang-query by default.
2015-08-06 Aaron BallmanAdd the "quit" command as a way to terminate clang...
2015-06-20 Adrian PrantlAdd missing dependency clangFrontend to clangQuery.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-27 Samuel BenzaquenAdd 'let' to the help message.
2015-02-25 Adrian PrantlRevert "Adapt clang-tools-extra to clang module format...
2015-02-25 Adrian PrantlAdapt clang-tools-extra to clang module format changes.
2015-02-21 Adrian PrantlRevert "Adapt Makefile dependencies for the clang modul...
2015-02-20 Adrian PrantlAdapt Makefile dependencies for the clang module format...
2014-08-29 Craig TopperRemove call to llvm::makeArrayRef. Implicit conversion...
2014-08-27 Craig TopperSimplify creation of a couple ArrayRefs by using None...
2014-08-12 Samuel Benzaquen[clang-query] Use the new API for named values from...
2014-08-02 Alexander KornienkoUse CommonOptionsParser in clang-query. This fixes...
2014-07-16 Alp TokerTrack clang r213171
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-06-10 Craig TopperSimplify code. No functional change.
2014-06-09 Craig Topper[C++11] Use 'nullptr'.
2014-05-21 Manuel KlimekFix clang-query on Windows: flush llvm::outs() after...
2014-04-25 David BlaikieSlightly less blindly fixing clang-tools-extra now...
2014-04-25 David BlaikieBlindly try to fix the clang-tools-extra build since...
2014-04-23 NAKAMURA TakumiQueryParser::doParse(): Fix msc17 build. Don't use...
2014-04-23 Samuel BenzaquenAdd new 'let' command to bind arbitrary values into...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr with std::unique_ptr.
2014-03-04 Chandler Carruth[cleanup] Re-sort headers with llvm/utils/sort_includes.py.
2014-03-02 Dmitri GribenkoDocumentation comments: fix incorrect usage of \param
2014-03-02 Craig Topper[C++11] Replace LLVM_OVERRIDE with 'override'
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-18 Peter CollingbourneAdd a makefile for clang-query. Patch by Alex Horn!
2014-02-01 Peter CollingbourneAdd completion to the query parser, and hook it up...
2014-02-01 Peter CollingbourneSwitch clang-query to use the lineeditor library.
2014-01-07 Chandler CarruthRun llvm/utils/sort_includes.py over the Clang tools...
next