aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-03-18[clang][ExprConst] Can't be past an invalid LValue designator (#84293)Timm Baeder4-5/+23
2024-03-18[clang][Interp] Disable CFStringMakeConstantString test on AIXTimm Bäder1-1/+1
2024-03-18[clang][dataflow] Fix `getResultObjectLocation()` on `CXXDefaultArgExpr`. (#8...martinboehme3-0/+50
2024-03-18fix unnecessary warning when using bitand with boolean operators (#81976)Bhuminjay Soni4-10/+38
2024-03-18[clang][Interp] Handle CXXDefaultInitExpr of composite typeTimm Bäder2-5/+22
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams3-7/+22
2024-03-18[clang-format] Make header self-containedBenjamin Kramer1-0/+5
2024-03-18Revert "[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)"Orlando Cazalet-Hyams3-22/+7
2024-03-18Revert "Fix formatting in #84756"Orlando Cazalet-Hyams1-1/+1
2024-03-18Fix formatting in #84756Orlando Cazalet-Hyams1-1/+1
2024-03-18[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)Orlando Cazalet-Hyams3-7/+22
2024-03-18[PowerPC] Fix behavior of rldimi/rlwimi/rlwnm builtins (#85040)Qiu Chaofan3-10/+24
2024-03-17[clang-format][NFC] Minor changes to a unit test in 8e5de66af3daOwen Pan1-4/+4
2024-03-17[clang-format] Fix clang-format issue with 'new' and 'delete' keywords in C f...scythris2-1/+6
2024-03-17[clang][Interp] Add __builtin_is_constant_evaluated warningsTimm Bäder4-3/+37
2024-03-17[clang][Interp][NFC] Make local pointer constTimm Bäder1-1/+1
2024-03-17[clang][Interp][NFC] Print qualified name of Descriptor sourcesTimm Bäder1-1/+1
2024-03-17[clang][Interp] Lazily visit const-qualified static data members in C++Timm Bäder2-1/+22
2024-03-17fix: constexpr bit_cast with empty base classes (#82383)sethp3-4/+7
2024-03-17[clang][Interp] Handle __datasizeof.Timm Bäder2-3/+7
2024-03-17Reland Print library module manifest path again (#84881)Chuanqi Xu4-0/+93
2024-03-17[clang-format][NFC] Don't export IsCpp in Format.hOwen Pan4-5/+5
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan19-106/+0
2024-03-16[clang-format] Fix a bug in SpaceInEmptyBlock option (#85508)Owen Pan2-0/+8
2024-03-16[clang-format] Correctly parse C++11 attributes in enum specifiers (#85498)Owen Pan2-6/+30
2024-03-16[clang] Skip implicit designators in DesignatedInitExpr::getBeginLoc (#83369)alirezamoshtaghi1-2/+11
2024-03-16[InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida13-96/+518
2024-03-16[InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida16-51/+343
2024-03-16[Clang] Ignore assumptions with side effects at compile time (#85534)Sirraide2-0/+13
2024-03-16[clang][Interp] Handle ArrayTypeTraitExprsTimm Bäder3-0/+21
2024-03-16Reapply "[clang] Fix crash when declaring invalid lambda member" (#85427)Nikolas Klauser3-12/+19
2024-03-16Revert "[clang-format][NFC] Don't use clang-format style in config files"Owen Pan4-24/+4
2024-03-16[clang][Interp] Try to fix builtin-functions test on AIXTimm Bäder1-0/+2
2024-03-16[Concepts] Add Decls from the outer scope of the current lambda for conversio...Younan Zhang3-1/+36
2024-03-15[clang-format][NFC] Delete redundant and extraneous #include linesOwen Pan15-87/+0
2024-03-15[clang-format] Fix a bug in annotating FunctionDeclarationName (#85361)Owen Pan2-8/+19
2024-03-15[HLSL] implement `clamp` intrinsic (#85424)Farzon Lotfi8-4/+381
2024-03-15[CMAKE] Enable FatLTO as a build option for LLVM (#80480)Paul Kirth1-0/+1
2024-03-15[clang][MSVC] Correct mangling of thread-safe static initialization variables...Tom Honermann3-2/+26
2024-03-15[clang] Move CCC_OVERRIDE_OPTIONS implementation to Driver (#85425)Dave Lee3-135/+144
2024-03-15[NVPTX] Add `-march=general` option to mirror default configuration (#85222)Yichen Yan2-1/+7
2024-03-15[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha24-0/+1291
2024-03-15Revert "[clang][nullability] allow _Nonnull etc on nullable class types (#827...Sam McCall20-225/+29
2024-03-15Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand2-0/+2
2024-03-15[Driver] Don't alias -mstrict-align to -mno-unaligned-accessFangrui Song10-67/+43
2024-03-15[RISCV,test] Change two -munaligned-access to GCC-supported -mno-strict-alignFangrui Song1-2/+2
2024-03-15[clang][Interp] Don't suppress diagnostics for undefined+external funcsTimm Bäder2-1/+9
2024-03-15[clang][Interp] Don't diagnose reading const ints in C++98Timm Bäder2-4/+10
2024-03-15[clang] Fix documentation markup in the Clang release notes and language exte...Tom Honermann2-6/+6
2024-03-15[BPF] Add support for may_goto insn (#85358)yonghong-song1-0/+1