aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg1-19/+54
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg1-54/+19
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+1
2024-03-29[InstallAPI] Add support for parsing dSYMs (#86852)Cyndy Ishida3-1/+10
2024-03-27[clang-format] Exit clang-format-diff only after all diffs are printed (#86776)Owen Pan1-3/+7
2024-03-27[InstallAPI] Add *umbrella-header options (#86587)Cyndy Ishida3-2/+98
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+1
2024-03-25Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header inpu...Cyndy Ishida3-0/+174
2024-03-25Revert "[InstallAPI] Add --extra* and --exclude* cli options for header input...Cyndy Ishida3-174/+0
2024-03-25[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)Cyndy Ishida3-0/+174
2024-03-21[InstallAPI] Report exports discovered in binary but not in interface (#86025)Cyndy Ishida1-1/+1
2024-03-21[clang-format] Add --fail-on-incomplete-format. (#84346)Roberto Bampi1-4/+9
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-0/+4
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan1-0/+6
2024-03-19[InstallAPI] Verify that declarations in headers map to exports found in dyli...Cyndy Ishida3-5/+6
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-6/+0
2024-03-16[InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida2-10/+11
2024-03-16[InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida5-46/+235
2024-03-16Revert "[clang-format][NFC] Don't use clang-format style in config files"Owen Pan1-6/+1
2024-03-15[clang] Move CCC_OVERRIDE_OPTIONS implementation to Driver (#85425)Dave Lee1-134/+7
2024-03-15Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand1-0/+1
2024-03-14[InstallAPI] capture compatibility versions (#85261)Cyndy Ishida2-0/+7
2024-03-13[NFC] [C++20] [Modules] [P1689] [Scanner] Don't use thread pool in P1689 per ...Chuanqi Xu1-95/+100
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida2-12/+6
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida2-1/+39
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu3-0/+10
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida1-1/+3
2024-03-07[LinkerWrapper] Accept compression arguments for HIP fatbins (#84337)Joseph Huber2-0/+5
2024-03-07[LinkerWrapper] Use the correct empty file on Windows (#84322)Joseph Huber1-0/+4
2024-03-07[Clang][NFC] Remove '--' separator in the linker wrapper usage (#84253)Joseph Huber1-4/+0
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song1-2/+2
2024-03-06Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)"Ulrich Weigand1-1/+0
2024-03-06[libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand1-0/+1
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics2-2/+2
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-01[InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida1-3/+5
2024-02-28clang-installapi: remove setInstalledDirFangrui Song1-1/+0
2024-02-28[Driver] Unify InstalledDir and Dir (#80527)Fangrui Song1-23/+0
2024-02-28[InstallAPI] add missing link to clangASTCyndy Ishida1-0/+1
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida3-6/+107
2024-02-27[llvm-ar][Archive] Use getDefaultTargetTriple instead of host triple for the ...Jacek Caban1-1/+1
2024-02-23reland: [clang][ScanDeps] Canonicalize -D and -U flags (#82568)Michael Spencer1-0/+1
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu2-2/+2
2024-02-22[Clang][NVPTX] Allow passing arguments to the linker while standalone (#73030)Joseph Huber1-1/+3
2024-02-21[InstallAPI] Cleanup HeaderFile Interface & options handling, NFC (#82544)Cyndy Ishida1-10/+4
2024-02-21[InstallAPI] add explicit dependency on llvmOption libraryCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Add additional missing library dependencyCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Add missing clangBasic library dependencyCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida5-0/+359
2024-02-20Revert "[clang][ScanDeps] Canonicalize -D and -U flags (#82298)"Nico Weber1-1/+0