aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-11[clang][NFC] Annotate `cc1as_main.cpp` with `preferred_type`Vlad Serebrennikov1-0/+17
2024-02-10[clang] Update Clang version from 18 to 19 in scan-build.1.Frederic Cambus1-2/+2
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-2/+3
2024-02-07[clang-format] Fix a regression in dumping the config (#80628)Owen Pan1-24/+25
2024-02-07[LinkerWrapper] Support relocatable linking for offloading (#80066)Joseph Huber2-9/+73
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2024-01-31[OpenMP] atomic compare weak : Parser & AST support (#79475)SunilKuravinakop1-0/+2
2024-01-31[clang-scan-deps] Fix check for empty `Compilation` (#75545)Yaraslau1-1/+1
2024-01-30[clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)Michael Spencer1-0/+1
2024-01-29[diagtool] Use StringRef::consume_front (NFC)Kazu Hirata1-2/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin2-0/+12
2024-01-24[LinkerWrapper] Do not link device code under a relocatable link (#79314)Joseph Huber2-0/+9
2024-01-24[clang-repl] Refine fix for linker error: PLT offset too largeStefan Gränitz1-8/+9
2024-01-23[Format] Fix detection of languages when reading from stdin (#79051)Ben Hamilton (Ben Gertzfield)1-11/+13
2024-01-23[clang-repl] Fix CMake errors when cross compilingMartin Storsjö1-1/+1
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan1-2/+3
2024-01-22[clang-repl] Limit use of PLT offset flag to linkers that support itStefan Gränitz1-2/+7
2024-01-22[clang-repl] Fix PLT offset too large linker error on ARM (#78959)Stefan Gränitz1-0/+5
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-0/+8
2024-01-21[Clang] Use const pointer to eliminate warning with libxml 2.12.0 (#76719)FantasqueX1-2/+2
2024-01-19[CMake] Detect properly new linker introduced in Xcode 15 (#77806)Eric Miotto1-2/+2
2024-01-19[Clang] [NFC] Remove default argument in ASTUnit.h (#78566)Sirraide1-1/+2
2024-01-19[clang][ExtractAPI] Record availability information only for the target platf...Sofía Rodríguez1-2/+2
2024-01-18[CUDA] Disable registering surfaces and textures with the new driverJoseph Huber1-1/+2
2024-01-18[LinkerWrapper][Obvious] Fix move on temporary objectJoseph Huber1-1/+1
2024-01-18[LinkerWrapper] Handle AMDGPU Target-IDs correctly when linking (#78359)Joseph Huber1-36/+46
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin1-1/+1
2024-01-17[clang][tools] Silence const cast warning when building with Clang ToTAlexandre Ganea1-1/+13
2024-01-15[llvm][frontend][offloading] Move clang-linker-wrapper/OffloadWrapper.* to ll...Fabian Mora4-632/+11
2024-01-14[clang] SyntaxWarning: invalid escape sequence '\s' with Python3.12 (#78036)Jie Fu (傅杰)1-1/+1
2024-01-12[clang] Use SmallString::operator std::string() (NFC)Kazu Hirata1-1/+1
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea2-4/+0
2024-01-10[emacs] Fix Emacs library formatting (#76110)darkfeline2-0/+2
2024-01-10[clang-format][NFC] Don't use clang-format style in config filesOwen Pan1-1/+6
2024-01-09Reland "[clang-format] Optimize processing .clang-format-ignore files"Owen Pan1-20/+45