aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-09[clang-format] Fix a regression in dumping the config (#80628)Owen Pan1-24/+25
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
2024-01-08[CMake] Add support for building on illumos (#74930)Brad Smith2-5/+16
2024-01-05[OpenMP] Change `__tgt_device_image` to point to the image (#77003)Joseph Huber1-3/+21
2024-01-04Revert "[clang-format] Optimize processing .clang-format-ignore files (#76733)"Mitch Phillips1-45/+20
2024-01-03[clang-format] Optimize processing .clang-format-ignore files (#76733)Owen Pan1-20/+45
2023-12-29[clang-format] Add .clang-format-ignore for ignoring files (#76327)Owen Pan1-1/+68
2023-12-22[CMake] Move check for dlfcn.h and dladdr to clang (#76163)Abhina Sree1-2/+2
2023-12-20Use llvm-config.h in CIndexer.cpp instead of private header (#75928)Abhina Sree1-1/+1
2023-12-19[ClangRepl] Reland Semanic Code Completion (#75556)Fred Fu1-15/+9
2023-12-18[LinkerWrapper] Forward more arguments to the CPU offloading linker (#75757)Joseph Huber1-5/+25
2023-12-18[SystemZ][z/OS] Add guard for dl_info and dladdr (#75637)Abhina Sree1-10/+18
2023-12-15Revert "[LinkerWrapper] Add 'Freestanding' config to the LTO pass" (#75528)fel-cab1-1/+0
2023-12-13[clang-format] Fix a bug in git-clang-format.bat (#75268)Owen Pan1-1/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata9-12/+12
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree2-1/+19
2023-12-11[Linkerwrapper] Make -Xoffload-linker pass directly to `clang`Joseph Huber1-1/+1
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda2-6/+6
2023-12-08[clang-format][NFC] Clean up the driver and getStyle() in Format.cpp (#74794)Owen Pan1-23/+17
2023-12-07[LinkerWrapper][Obvious] Fix missing use of texture data typeJoseph Huber1-1/+1
2023-12-07[CUDA][HIP] Improve variable registration with the new driver (#73177)Joseph Huber1-23/+59
2023-12-05[clang-format] Add "three dot" diff option to git-clang-format (#74230)Aiden Grossman1-9/+20
2023-12-05[clang-format][NFC] Use `prog` in clang-format-diff.py (#74399)Owen Pan1-3/+1
2023-12-04[clang-format] Fix a bug in `git-clang-format --binary` (#74293)Owen Pan1-1/+4
2023-12-03[clang-format] Fix a bug in `git-clang-format --binary` (#74176)Owen Pan1-0/+1
2023-12-02[clang-fuzzer] Remove GCC 4.x pre GCC 4.9 workaround to silence warning (#73974)Brad Smith1-16/+0
2023-11-30[clang-format][NFC] Reformat source code with clang-format styleOwen Pan2-7/+2
2023-11-29[clang-offload-bundler] Add support for -check-input-archive (#73709)Jacob Lambert1-0/+19
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka2-3/+3