aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-01-04[clang][dataflow] Remove a redundant trailing semicolon. NFC.Martin Storsjö1-1/+1
2024-01-04[Sema] When checking for constraint equivalence, do not calculate satisfactio...Ilya Biryukov5-12/+66
2024-01-04Revert "[clang-format] Optimize processing .clang-format-ignore files (#76733)"Mitch Phillips3-69/+27
2024-01-04[IR] Fix GEP offset computations for vector GEPs (#75448)Jannik Silvanus1-2/+2
2024-01-04[clang][analyzer] Support 'fdopen' in the StreamChecker (#76776)Ben Shi8-5/+47
2024-01-04[clang][AVR] Restrict range of assembly constraint 'G' (#76561)Ben Shi3-3/+6
2024-01-03[clang-format] Optimize processing .clang-format-ignore files (#76733)Owen Pan3-27/+69
2024-01-03Clang/MIPS: Use -mnan value for -mabs if not specified (#71157)YunQiang Su2-3/+13
2024-01-03Revert "[Clang][Sema] Diagnose unexpanded packs in the template argument list...Erich Keane3-56/+46
2024-01-03[Clang] Fix failing CI with different test case attribute & host triple (#76863)Yuxuan Chen1-2/+2
2024-01-03[Clang][Sema] Diagnose unexpanded packs in the template argument lists of fun...Krystian Stasiowski3-46/+56
2024-01-03ObjcRuntime.h: Add mips64, aarch64, and riscv64 to non-legacy dispatch (#76694)Hugo Melder3-11/+58
2024-01-03[Clang] Fix ICE where C++ Template Instantiation failed to handle attributed ...Yuxuan Chen3-17/+72
2024-01-03Revert "Reapply "[Sema] Fix crash on invalid code with parenthesized aggregat...Mark de Wever3-37/+1
2024-01-03[NFC] Fix compilation in C++20 mode with GCC 12Ilya Biryukov1-1/+3
2024-01-03NFC: Reflow comment for readability.James Y Knight1-12/+11
2024-01-03[Tooling] Print the progress when there are multiple files to process (#75904)Haojian Wu1-1/+7
2024-01-03[clang][analyzer][NFC] Improve release note (#76805)Ben Shi1-1/+2
2024-01-03[coroutines] Do not check coroutine wrappers for skipped function bodies (#76...Utkarsh Saxena1-3/+2
2024-01-03[clang][analyzer] Improve 'errno' modeling of 'mkdtemp' (#76671)Ben Shi2-7/+30
2024-01-02[-Wunsafe-buffer-usage] Warning for unsafe invocation of span::data (#75650)Malavika Samak6-8/+182
2024-01-02Revert "[clang][Darwin] Remove legacy framework search path logic in the fron...Arthur Eubanks4-25/+42
2024-01-02[OpenMP] atomic compare fail : Codegen support (#75709)SunilKuravinakop3-22/+185
2024-01-02Reapply "[Sema] Fix crash on invalid code with parenthesized aggregate initia...Ilya Biryukov3-1/+37
2024-01-02[clang][Interp][NFC] Remove unused using aliasTimm Bäder1-1/+0
2024-01-02[Clang][AArch64] Add missing SME functions to header file. (#75791)Sander de Smalen5-9/+127
2024-01-02[Clang][LoongArch] Do not pass vector arguments via vector registers (#74990)yjijd5-5764/+13485
2024-01-01[analyzer][NFC] Take SVal and NonLoc by valueBalazs Benics14-89/+71
2024-01-01[analyzer][NFC] Take StringRef by valueBalazs Benics2-14/+10
2024-01-01[analyzer][NFC] Cleanup BugType lazy-init patterns (#76655)Balazs Benics55-519/+276
2024-01-01[Driver][Solaris] Remove reachable llvm_unreachable (#76645)Brad Smith1-2/+1
2023-12-31[FuncAttrs] Deduce `noundef` attributes for return values (#76553)Yingwei Zheng8-54/+54
2023-12-31[clang][Darwin] Remove legacy framework search path logic in the frontend (#7...Louis Dionne4-42/+25
2023-12-30[clang] Add build type to LibASTMatchersTutorial.rst cmake (#76301)Craig Hesling1-1/+1
2023-12-30[Clang][RISCV] bfloat uses 'y' instead of 'b' (#76575)Michael Maitland4-4/+4
2023-12-30[clang-format][doc] Add the link to POSIX 2.13Owen Pan1-2/+3
2023-12-30[RISCV] Add MC layer support for Zicfiss. (#66043)Yeting Kuo1-0/+9
2023-12-29[clang-format][doc] Add .clang-format-ignore to the release notesOwen Pan1-0/+1
2023-12-29[clang-format][doc] Fix format errors.Owen Pan1-10/+11
2023-12-30[clang][analyzer] Support 'fflush' in the StdLibraryFunctionsChecker (#76557)Ben Shi3-1/+37
2023-12-29[clang-format][NFC] Fix a typo.Owen Pan1-2/+2
2023-12-29[clang-format] Add .clang-format-ignore for ignoring files (#76327)Owen Pan3-1/+120
2023-12-29[clang-format] Fix bad indentation with attribute and templated type (#76336)XDeme2-1/+6
2023-12-28[Driver][test] -fbasic-block-sections: replace legacy -target with --target=Fangrui Song1-11/+11
2023-12-28[RISCV] Correct the CHECK prefixes in attr-riscv-rvv-vector-bits-globals.c to...Craig Topper1-22/+22
2023-12-28[RISCV] Remove XSfcie extension.Craig Topper2-10/+0
2023-12-28[analyzer] Add documentation for std::variant checker (#76501)Gábor Spaits2-0/+16
2023-12-28[RISCV] Remove isRVVType from Type.h. NFCCraig Topper1-26/+0
2023-12-28[RISCV] Use getBuiltinVectorTypeInfo instead of isRVVType.Craig Topper1-6/+8
2023-12-28[Frontend] Use StringRef::drop_while (NFC)Kazu Hirata1-6/+3