aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[Driver] Support -Wa,--defsym similar to -Wa,-defsymFangrui Song4-4/+17
2024-06-14[Driver] Support -Wa,--defsym similar to -Wa,-defsymFangrui Song2-7/+4
2024-06-13[clang][Fuchsia] Use unsigned int for wint_t on *-fuchsia targets (#95499)Roland McGrath3-0/+4
2024-06-13[Safe Buffers] Serialize unsafe_buffer_usage pragmas (#92031)Ziqing Luo12-24/+477
2024-06-14StreamChecker.cpp: Use isa<> (for #93408) [-Wunused-but-set-variable]NAKAMURA Takumi1-2/+2
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad4-4/+4
2024-06-13Revert "Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#...Fangrui Song10-115/+162
2024-06-13[Fuchsia] Add armv7m and armv8m runtimes to Fuchsia Clang toolchain (#95337)Haowei1-3/+3
2024-06-13Fix typos in commentAdrian Prantl1-1/+1
2024-06-13Bump the DWARF version number to 5 on Darwin. (#95164)Adrian Prantl2-2/+36
2024-06-13Reapply [ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov6-24/+26
2024-06-13[clang] Fix include for 7ead2d8c7eDmitry Chernenkov1-0/+1
2024-06-13[analyzer] Refine invalidation caused by `fread` (#93408)Balazs Benics5-15/+577
2024-06-13[clang][Interp] Fix references to objectsTimm Bäder2-17/+18
2024-06-13[clang][Interp] Handle BooleanToSignedIntegral castsTimm Bäder2-1/+16
2024-06-13Fix off-by-one issue found by post-commit reviewAaron Ballman2-1/+5
2024-06-13[clang][NFC] Update CWG issues listVlad Serebrennikov1-0/+6
2024-06-13[Sema] IsVectorConversion - merge isExtVectorType() and getAs<VectorType> cal...Simon Pilgrim1-6/+6
2024-06-13Revert "[clang][NFC] Add a test for CWG2685" (#95389)Younan Zhang2-10/+1
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi20-216/+424
2024-06-13[clang][Interp] Prepare return value for composite InitListExprsTimm Bäder2-0/+22
2024-06-13[clang][ExprConst][NFC] Replace typecheck+castAs with getAsTimm Bäder1-2/+2
2024-06-13[Clang] Fix handling of brace ellison when building deduction guides (#94889)Younan Zhang3-4/+158
2024-06-13[clang][NFC] Add a test for CWG2685 (#95206)Younan Zhang2-1/+10
2024-06-13ASTTests: Suppress a warning in -Asserts for #95202 [-Wunused-variable]NAKAMURA Takumi1-0/+2
2024-06-13[clang] [test] Skip a test that sets PATH on Windows (#95096)Martin Storsjö1-2/+7
2024-06-13[Clang] Add fix-it hint to insert `*` when a modifiable lvalue is required (#...Rajveer Singh Bharadwaj7-2/+91
2024-06-13[clang] Don't print extra space when dumping template names (#95213)Haojian Wu5-12/+12
2024-06-13[clang][Interp] Also revisit references to const typesTimm Bäder2-1/+25
2024-06-12[clang] fix broken canonicalization of DeducedTemplateSpecializationType (#95...Matheus Izvekov7-23/+107
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song1-2/+1
2024-06-13[AArch64] Add support for Cortex-A725 and Cortex-X925 (#95214)Jonathan Thackray3-4/+10
2024-06-12Revert "Bump the DWARF version number to 5 on Darwin." (#95325)Florian Mayer2-37/+2
2024-06-12Revert "Support `guarded_by` attribute and related attributes inside C struct...Dan Liew10-213/+26
2024-06-12Bump the DWARF version number to 5 on Darwin. (#95164)Adrian Prantl2-2/+37
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka95-3308/+107
2024-06-12Reapply "[llvm][IR] Extend BranchWeightMetadata to track provenance o… (#95...Paul Kirth1-2/+2
2024-06-12Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont10-26/+213
2024-06-12[CodeGen] Remove IsVolatile from DominatingValue<RValue>::save_type (#95165)Akira Hatanaka2-8/+6
2024-06-12Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#95231)Alexandros Lamprineas10-162/+115
2024-06-12[analyzer] Finish moving alpha.core.SizeofPtr to clang-tidy (#95118)Donát Nagy6-140/+0
2024-06-12[APINotes] Update the documentation with new featuresEgor Zhdan1-3/+34
2024-06-12[StructuralEquivalence] improve NTTP and CXXDependentScopeMemberExpr comparis...Qizhi Hu2-3/+68
2024-06-12Revert "[ConstantFold] Drop gep of gep fold entirely (#95126)"Nikita Popov6-26/+24
2024-06-12[clang] Implement -Wmissing-include-dirs (#94827)Braden Helmer4-1/+16
2024-06-12[clang-format] Fix a bug in annotating lambda l_square (#95084)Owen Pan2-0/+8
2024-06-12[clang][Interp] Fix re-visiting OpenCL variables of in constant ASTimm Bäder2-3/+10
2024-06-12[ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov6-24/+26
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm95-107/+3308
2024-06-12[RISCV] Add Smcsrind and Sscsrind extension (#93952)Monad1-0/+18