aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-extdef-mapping
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-1/+1
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov1-3/+5
2023-07-18[clang-extdef-mapping] register necessary targest for ms-style asm blockdingfei2-0/+8
2023-05-23[C++20] [Modules] Don't ignore -fmodule-file when we compile pcm filesChuanqi Xu1-1/+2
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-07-05[clang-extdef-mapping] Directly process .ast filesTobias Hieta1-9/+92
2022-04-01[analyzer][ctu] Only import const and trivial VarDeclsGabor Marton1-1/+1
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille1-2/+7
2020-07-20[NFC] Add missing 'override'sLogan Smith1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+2
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-2/+2
2019-10-04[clang] [cmake] Use add_clang_tool() to install all toolsMichal Gorny1-4/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-06[CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri1-2/+7
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-1/+1
2019-04-23Fix "-Wimplicit-fallthrough" warning. NFCI.Simon Pilgrim1-0/+1
2019-04-23[analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl1-27/+33
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2-0/+139