aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
6 days[Driver] Add -Wa, options --crel and --allow-experimental-crelFangrui Song1-0/+6
12 daysRe-land: "[AArch64] Add ability to list extensions enabled for a target" (#95...Lucas Duarte Prates1-1/+45
14 daysRevert "[AArch64] Add ability to list extensions enabled for a target" (#96768)Lucas Duarte Prates1-45/+1
14 days[AArch64] Add ability to list extensions enabled for a target (#95805)Lucas Duarte Prates1-1/+45
2024-06-25[LinkerWrapper][NFC] Simplify StringErrors (#96650)Joseph Huber1-32/+21
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov1-0/+1
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+1
2024-06-19[clang-linker-wrapper] Use MapVector to stabilize iteration orderFangrui Song1-2/+2
2024-06-19[clang-linker-wrapper] Use MapVector to stabilize iteration orderFangrui Song1-1/+2
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+2
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth1-0/+1
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida2-13/+41
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song1-2/+1
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-1/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+1
2024-06-10[clang-repl] Always do export_executable_symbols_for_plugins(clang-repl)Hans Wennborg1-4/+1
2024-06-06[clang-format][NFC] Remove an else after a return statement (#94548)Nour1-2/+1
2024-06-05[OpenACC] Implement auto/seq/independent clause Sema for 'loop'erichkeane1-0/+4
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane2-0/+12
2024-06-04[clang][deps] Collect discovered module dependencies' Link Libraries (#93588)Artem Chikin1-8/+21
2024-06-01[analyzer][NFC] Fix comparison to True/False (#94038)Eisuke Kawashima1-1/+1
2024-05-29[clang][ExtractAPI] Flatten all enum cases from anonymous enums at top level ...Daniel Grumberg1-0/+3
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse1-1/+1
2024-05-24[clang-scan-deps] Expand response files before the argument adjuster (#89950)Alexandre Ganea1-2/+7
2024-05-23Remove some `try_compile` CMake checks for compiler flags (#92953)Vlad Serebrennikov1-5/+1
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-2/+3
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang1-0/+43
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-4/+3
2024-05-21[OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane1-0/+4
2024-05-20[InstallAPI] add JSON option to pass X<label> arguments (#91770)Cyndy Ishida3-2/+77
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan1-12/+10
2024-05-20[NFC][amdgpuarch] Correct file names in file header comments (#92294)Jacob Lambert2-2/+2
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song1-3/+0
2024-05-16[clang-fuzzer-dictionary] Skip EmptySpellingName after #89358Fangrui Song1-0/+2
2024-05-15[clang-format][NFC] Reformat with 18.1.5Owen Pan1-1/+2
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov1-0/+3
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song1-3/+0
2024-05-14[Clang][Fixup] Fix deleted constructor on older compilersJoseph Huber1-1/+1
2024-05-14[LinkerWrapper] Add an overriding option for debugging (#91984)Joseph Huber2-0/+47
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-15/+14
2024-05-13Reapply "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-0/+2
2024-05-13Revert "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-2/+0
2024-05-13[OpenACC] device_type clause Sema for Compute constructserichkeane1-0/+2
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata2-3/+3
2024-05-10[InstallAPI] Pass explicit module cache to avoid permissions issues.Cyndy Ishida1-2/+5
2024-05-10[InstallAPI] Support mutually exclusive parse options (#90686)Cyndy Ishida4-31/+221
2024-05-09[ClangOffloadBundler] make hipv4 and hip compatible (#91637)Yaxun (Sam) Liu1-1/+1
2024-05-09[OpenACC] 'wait' clause for compute construct semaerichkeane1-0/+6
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-14/+15
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-15/+14