aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Reenable external categories (#87357)Daniel Grumberg1-3/+7
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg1-7/+3
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg1-3/+7
2024-03-08[C++20] [Modules] Introduce reduced BMI (#75894)Chuanqi Xu1-0/+2
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida1-2/+0
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida1-0/+2
2024-02-05[clang] Fix extractAPI typo in comments, NFCCyndy Ishida1-1/+1
2023-09-05[clang] NFCI: Change returned AnalyzerOptions smart pointer to referenceJan Svoboda1-1/+1
2023-08-15[Driver] Refactor to use llvm Option's new Visibility flagsJustin Bogner1-2/+2
2023-07-03[clang][ExtractAPI] Add --emit-symbol-graph optionAnkur1-0/+8
2022-11-18[C++20] [Modules] Remove unmaintained Header ModuleChuanqi Xu1-2/+0
2022-03-25[C++20][Modules][HU 1/5] Introduce header units as a module type.Iain Sandoe1-0/+2
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang1-1/+1
2022-03-16[clang][extract-api] Add global record supportZixu Wang1-0/+1
2022-01-26[clang] Add an extract-api driver optionZixu Wang1-0/+2
2021-10-20[clang] Add plugin ActionType to run command line plugin before main actionArthur Eubanks1-1/+1
2021-10-05Reland "[clang-repl] Allow loading of plugins in clang-repl."Vassil Vassilev1-18/+1
2021-10-05Revert "[clang-repl] Allow loading of plugins in clang-repl."Vassil Vassilev1-1/+18
2021-10-05[clang-repl] Allow loading of plugins in clang-repl.Vassil Vassilev1-18/+1
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2020-06-19[NFC] Refactor Registry loops to range forNathan James1-14/+10
2020-04-01[llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists.Puyan Lotfi1-2/+2
2020-03-26Reland "[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerM...Kristóf Umann1-15/+5
2020-03-23Revert "[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerM...Jonas Devlieghere1-5/+15
2020-03-23[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerManager t...Kristóf Umann1-15/+5
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+4
2019-09-12[analyzer] Don't run the analyzer for -analyzer-list-enabled-checkersKristof Umann1-0/+1
2019-09-04[Driver] Use shared singleton instance of DriverOptTableIlya Biryukov1-5/+5
2019-08-22[clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi1-4/+0
2019-08-22[clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi1-0/+2
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-43/+43
2019-06-20[clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi1-0/+4
2019-06-18Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song1-4/+0
2019-06-17[clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi1-0/+4
2019-06-03Add clang source minimizer that reduces source to directivesAlex Lorenz1-0/+2
2019-05-23[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann1-1/+2
2019-05-23[analyzer] Hide developer-only checker/package options by defaultKristof Umann1-1/+1
2019-05-23[analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann1-1/+2
2019-05-23[analyzer] Add a new frontend flag to display all checker optionsKristof Umann1-0/+10
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann1-7/+9
2019-01-26[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann1-2/+5
2019-01-26[analyzer] Supply all checkers with a shouldRegister functionKristof Umann1-2/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann1-1/+2
2018-12-15[analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann1-1/+2
2018-12-04PTH-- Remove feature entirely-Erich Keane1-1/+0
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie1-2/+3
2018-11-02[analyzer] New flag to print all -analyzer-config optionsKristof Umann1-0/+8
2018-10-10[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song1-1/+1
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song1-1/+0