[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / pp-trace /
2022-12-19 Benjamin Kramer[Clang] Prepare for llvm::Optional becoming std::optional.
2022-12-18 Krzysztof ParzyszekRevert "[clang] Convert OptionalFileEntryRefDegradesToF...
2022-12-17 Krzysztof Parzyszek[clang] Convert OptionalFileEntryRefDegradesToFileEntry...
2022-06-03 CHIANG, YU-HSUN... [pp-trace] Print HashLoc in InclusionDirective callback
2022-04-14 Jan Svoboda[clang][lex] NFCI: Use FileEntryRef in PPCallbacks...
2022-02-15 Jan Svoboda[clang][lex] Remove `PPCallbacks::FileNotFound()`
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-09-28 Nico Weber[clang] Let PPCallbacks::PragmaWarning() pass specifier...
2021-07-29 Fangrui SongReplace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn...
2021-04-06 Abhina Sreeskantha... [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-05 Kazuaki Ishizaki[clang-tools-extra] NFC: Fix trivial typo in documents...
2020-03-11 Reid KlecknerAvoid including FileManager.h from SourceManager.h
2020-01-04 Kazuaki IshizakiNFC: Fix trivial typos in comments
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
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-29 Dmitri GribenkoChanged FrontendActionFactory::create to return a std...
2019-08-27 Alex LorenzUse FileEntryRef for PPCallbacks::FileSkipped
2019-08-22 Dmitri GribenkoRemove \brief commands from doxygen comments.
2019-08-14 Jonas Devlieghere[clang-tools-extra] Migrate llvm::make_unique to std...
2019-08-05 Fangrui SongRename F_{None,Text,Append} to OF_{None,Text,Append...
2019-03-25 Haojian Wu[pp-trace] Use ClangTool in pp-trace, NFC
2019-03-25 Fangrui Song[pp-trace] Try fixing MSVC C2248 after rCTE356849
2019-03-25 Haojian WuAdd llvm:: qualifer to make_unique, NFC
2019-03-24 Fangrui Song[pp-trace] Delete redundant clang::
2019-03-24 Fangrui Song[pp-trace] Wrap code in clang::pp_trace
2019-03-24 Fangrui Song[pp-trace] Modernize the code
2019-03-18 Fangrui Song[pp-trace] Delete -ignore and add a new option -callbacks
2019-03-14 Reid KlecknerAdd PragmaHandler for MSVC pragma execution_character_set
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization after...
2018-09-18 Fangrui Song[pp-trace] Remove unused using directives
2018-05-10 Julie HockettReland "[tools] Updating PPCallbacks::InclusionDirectiv...
2018-05-09 Julie HockettRevert "[tools] Updating PPCallbacks::InclusionDirectiv...
2018-05-09 Julie Hockett[tools] Updating PPCallbacks::InclusionDirective calls
2018-02-27 Roman LebedevRevert "[Tooling] [1/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [1/1] Refactor FrontendActionFactory::create...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-11 Vedant Kumar[pp-trace] Update skipped source ranges in tests
2017-06-15 Erich KeaneUpdate Append Argument to more efficiently traverse...
2017-06-14 Erich KeaneUpdate callbacks tracker to match change in 305425
2017-04-26 David BlaikieFix API breaks
2016-12-14 Piotr Padlewskimodernize-use-auto NFC fixes
2016-11-29 Eugene ZelenkoFix some Clang-tidy modernize-use-default and Include...
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-10-18 Craig TopperMake a bunch of static arrays const.
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-06-01 Rafael EspindolaUpdate for clang API change.
2015-05-12 Nikola SmiljanicFix misleading parameter name for PPCallbacks::FileSkipped.
2015-05-04 Richard SmithUpdate to match clang r236404.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 Benjamin KramerMake helpers static. clang-tools edition.
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-09-10 Craig TopperUnique_ptrify PPCallbacks ownership. Goes with clang...
2014-08-25 Rafael EspindolaUpdate for LLVM api change
2014-08-10 David BlaikieRecommit 213308: unique_ptr-ify ownership of ASTConsume...
2014-07-24 Benjamin KramerPlug memory leaks.
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-06-12 Alp TokerTrack clang changes from r210758
2014-06-10 Alp TokerProspective build fix following clang r210518
2014-06-09 Craig Topper[C++11] Use 'nullptr'.
2014-06-04 Alp TokerRemove inclusions of LLVM's private config.h
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr with std::unique_ptr.
2014-03-02 Craig Topper[C++11] Replace LLVM_OVERRIDE with 'override'
2014-02-28 Tobias GrosserAdd new 'remark' diagnostic type
2014-02-24 Rafael EspindolaUpdate for llvm api change.
2014-02-24 Rafael EspindolaUpdate for llvm api change.
2013-12-10 NAKAMURA Takumi[CMake] clang-tools-extra: Update dependencies.
2013-12-09 NAKAMURA Takumi[CMake] clang-tools-extra may not depend on LLVM CodeGen.
2013-12-07 John ThompsonChanged ConditionValue argument to PPCallbacks If and...
2013-11-14 John Thompson[extra] pp-trace - Fix for PragmaWarning output, adding...
2013-11-12 John ThompsonFixed moduleImport and ident callbacks. Fixed modules...
2013-11-05 John Thompson[extra] pp-trace - Fixed problems found while writing...
2013-10-31 Alexey SamsonovDelete unused private field to fix -Werror build
2013-10-31 John ThompsonFix comment. pp-trace can only handle source file at...
2013-10-31 John Thompsonpp-trace - preprocessor tacing and PPCallbacks testing...