aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-20[clang][ScanDeps] Canonicalize -D and -U flags (#82298)Michael Spencer1-0/+1
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-3/+3
2024-02-15[clang][driver] Add missing integrated tool option in error message, NFC (#81...Cyndy Ishida1-2/+3
2024-02-14[ClangPackager] Fix passing in multiple instances of `file`Joseph Huber1-25/+28
2024-02-14[analyzer] Teach scan-build to filter reports by file.Brianna Fan2-1/+30
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2-0/+5
2024-02-12[clang] Remove old Linux kernel workaround for ensuring stack space (#81533)Arthur Eubanks1-62/+0