aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[clang-repl] Implement continuation for preprocessor directives. (#107552)Vassil Vassilev1-1/+3
2024-09-19[clang-scan-deps] Don't inspect Args[0] as an option (#109050)Martin Storsjö1-1/+6
2024-09-19[clang] Fix python comparison to None (#94014)Eisuke Kawashima1-1/+1
2024-09-18Remove clang-rename (#108988)Aaron Ballman5-419/+0
2024-09-14Reapply "Reapply "[clang] Extend diagnose_if to accept more detailed warning ...Nikolas Klauser3-8/+9
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19942-4/+2
2024-09-13Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning i...Florian Mayer3-9/+8
2024-09-13[clang-scan-deps] Infer the tool locations from PATH (#108539)Martin Storsjö1-0/+2
2024-09-13Reapply "[clang] Extend diagnose_if to accept more detailed warning informati...Nikolas Klauser3-8/+9
2024-09-12[clang-scan-deps] Fix builds with BUILD_SHARED_LIBS=ONMartin Storsjö1-0/+1
2024-09-12[clang-scan-deps] Infer the target from the executable name (#108189)Martin Storsjö1-0/+5
2024-09-12Revert "[clang] Extend diagnose_if to accept more detailed warning informatio...Kazu Hirata3-9/+8
2024-09-12[clang] Extend diagnose_if to accept more detailed warning information (#70976)Nikolas Klauser3-8/+9
2024-09-12 [Clang][NFC] Remove trailing whitespace from clang/tools/libclang/CXStoredDI...Nikolas Klauser1-7/+6
2024-09-12Delete the clang-format Visual Studio plugin code (#108342)Hans22-1842/+0
2024-09-11[clang][deps] Print tracing VFS data (#108056)Jan Svoboda1-1/+29
2024-09-07[clang] Implement CWG2398 provisional TTP matching to class templates (#94981)Matheus Izvekov1-0/+3
2024-09-06[NFC] Add explicit #include llvm-config.h where its macros are used, clang pa...Daniil Fukalov1-0/+2
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree2-4/+4
2024-09-03[clang-format] Handle spaces in file paths in git-clang-format.bat (#107041)Owen Pan1-1/+1
2024-09-03[libclc] More cross compilation fixes (#97811)Harald van Dijk1-0/+2
2024-08-31[NFC] Fix typos (#106817)c8ef2-2/+2
2024-08-31[HLSL] Implement output parameter (#101083)Chris B1-0/+1
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen1-1/+1
2024-08-30[clang] Install scan-build-py into plain "lib" directory (#106612)Michał Górny1-3/+3
2024-08-29[HLSL] Add HLSLAttributedResourceType (#106181)Helena Kotas2-0/+6
2024-08-29[clang-repl] Fix clang-repl for LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off.Lang Hames1-2/+2
2024-08-28Fix clang-format-test.el past 625841c (#106398)Danial Klimkin1-5/+5
2024-08-27[clang-format-diff.py][NFC] Document _stderr as unusedMarcoFalke1-1/+1
2024-08-22[Driver] Add -Wa, options -mmapsyms={default,implicit}Fangrui Song1-0/+5
2024-08-21[clang-format] Use double hyphen for multiple-letter flags (#100978)magic-akari5-26/+26
2024-08-18Update Clang version from 19 to 20 in scan-build.1.Frederic Cambus1-2/+2
2024-08-15[Driver] Make CodeGenOptions name match MCTargetOptions namesFangrui Song1-9/+11
2024-08-16[libclang/python] Expose `clang_isBeforeInTranslationUnit` for `SourceRange._...Jannick Kremer2-0/+17
2024-08-14[Clang] Fix 'nvlink-wrapper' not ignoring `-plugin` like lld does (#104056)Joseph Huber1-0/+3
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke1-4/+7
2024-08-13[LinkerWrapper] Always pass `-flto` if the linker supports it (#102972)Joseph Huber1-0/+1
2024-08-10[clang-format] Fix a serious bug in `git clang-format -f` (#102629)Owen Pan2-3/+24
2024-08-10[Clang][Sema][OpenMP] Allow `thread_limit` to accept multiple expressions (#1...Shilei Tian1-1/+1
2024-08-09[Clang] Simplify specifying passes via -Xoffload-linker (#102483)Joel E. Denny3-17/+15
2024-08-08[CMake] Remove EXPORT_SYMBOLS_FOR_PLUGINS from #102138 (#102396)Steven Wu3-5/+9
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu3-9/+5
2024-08-06[Clang][Sema][OpenMP] Allow `num_teams` to accept multiple expressions (#99732)Shilei Tian1-1/+1
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu3-5/+9
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu3-9/+5
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas2-3/+9
2024-08-05More -Wswitch warning fixes for a42e515e3a9f3bb4e44389c097b89104d95b9b29Haojian Wu2-1/+5
2024-08-05[OpenMP] OpenMP 5.1 "assume" directive parsing support (#92731)Julian Brown1-0/+21
2024-08-03[libclang] Fix symbol version of `getBinaryOpcode` functions (#101820)Jannick Kremer1-2/+6
2024-08-02[clang-format] Handle parenthesized list in RemoveParentheses (#100852)Owen Pan1-1/+1