aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman1-2/+0
2023-07-25[Clang] Fix crash in CIndex, when visiting a static_assert without messageKai Stierand1-1/+1
2023-07-24[OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert1-0/+2
2023-07-20[Clang] Implement P2741R3 - user-generated static_assert messagesCorentin Jabot1-1/+1
2023-07-19[tools] Use "#pragma GCC" instead of "#pragma clang" to ignore -Wcast-qual in...Jie Fu1-10/+10
2023-07-19[tools] Fix buildbot build failureJie Fu1-0/+8
2023-07-19[tools] Ignore -Wcast-qual in c-index-test.c after D153911 (NFC)Jie Fu1-0/+6
2023-07-18[clang] scan-view: Remove unused python importTulio Magno Quites Machado Filho1-1/+0
2023-07-18[clang-extdef-mapping] register necessary targest for ms-style asm blockdingfei2-0/+8
2023-07-08[clang] Make amdgpu-arch tool work on WindowsYaxun (Sam) Liu4-102/+228
2023-06-30[clang] Fix leak in LoadFromCommandLineWorkingDirectory unit testHamish Knight1-2/+2
2023-06-29[OMP5.2] Initial support for doacross clause.Jennifer Yu1-0/+3
2023-06-27[clang][Sema] Add CodeCompletionContext::CCC_ObjCClassForwardDeclDavid Goldman1-0/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich2-0/+2
2023-06-23[ClangPackager] Add an option to extract inputs to an archiveJoseph Huber1-29/+65
2023-06-20[clang-format] Add InsertNewlineAtEOF to .clang-format filesOwen Pan1-0/+1
2023-06-20[LinkerWrapper] Support linking vendor bitcode lateJoseph Huber2-4/+28
2023-06-20[clang][index] Fix cast warningJan Svoboda1-1/+2
2023-06-15[clang][index] NFCI: Make `CXFile` a `FileEntryRef`Jan Svoboda10-81/+103
2023-06-13[clang] Use DenseMapBase::lookup (NFC)Kazu Hirata1-22/+3
2023-06-09[libclang] Add CXBinaryOperatorKind and CXUnaryOperatorKindMineGame1592-0/+42
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen1-0/+9
2023-06-01[clang] Use `FileEntryRef` in modular header search (part 1/2)Jan Svoboda1-1/+2
2023-06-01[LinkerWrapper] Fix static library symbol resolutionJoseph Huber1-19/+37
2023-05-28[clang-repl] Fix REPL_EXTERNAL_VISIBILITY and building libclang-cpp.dll for M...Martin Storsjö1-0/+8
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh1-5/+48
2023-05-23Reland "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-0/+1
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta33-2924/+3443
2023-05-23[C++20] [Modules] Don't ignore -fmodule-file when we compile pcm filesChuanqi Xu3-5/+9
2023-05-20[clang-repl] Enable basic multiline support.Vassil Vassilev1-10/+20
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh1-48/+2
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh1-2/+48
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber1-9/+0
2023-05-19Revert "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang1-1/+0
2023-05-19Reland [clang-repl] Introduce Value to capture expression resultsJun Zhang1-0/+1
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen1-0/+9
2023-05-17[Clang] Remove direct linking of offloading runtimes from the arch toolsJoseph Huber4-38/+2
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-16Revert "[clang-repl] Introduce Value to capture expression results"Jun Zhang1-1/+0
2023-05-16[clang-repl] Introduce Value to capture expression resultsJun Zhang1-0/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-12[Driver] -ftime-trace: derive trace file names from -o and -dumpdirFangrui Song1-14/+3
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-03[clang][deps] Make clang-scan-deps write modules in raw formatBen Langmuir2-2/+2
2023-04-26[clang-rename] Exit gracefully when no input providedShivam Gupta1-0/+4
2023-04-25-fdebug-prefix-map=: make the last win when multiple prefixes matchFangrui Song1-3/+2
2023-04-21[clang][deps] NFC: Refactor and comment ModuleDeps sortingJan Svoboda1-18/+30
2023-04-20[clang][deps] Print timing informationJan Svoboda2-0/+17