aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-08[clang][modules] Remove `_Private` suffix from framework auto-link hints. (#7...Juergen Ributzka1-1/+3
2024-01-08[Sema] Clean up -Wc++11-narrowing-const-reference code after #76094. NFC (#77...Fangrui Song1-28/+24
2024-01-08[Clang] Fix IsOverload for function templates (#77323)cor3ntin1-37/+37
2024-01-08[clang][ASTImporter] Only reorder fields of RecordDecls (#77079)Michael Buch1-16/+18
2024-01-08[OpenACC] Implement 'if' clauseerichkeane1-3/+23
2024-01-08[RISCV] Fix collectNonISAExtFeature returning negative extension features (#7...Luke Lau1-13/+6
2024-01-08[clang][Sema][NFC] Clean up BuildOverloadedCallExprTimm Bäder1-9/+6
2024-01-08[clang] Fix a crash when referencing the result if the overload fails (#77288)Haojian Wu1-11/+12
2024-01-08[clang-format] Break after string literals with trailing line breaks (#76795)kadir çetinkaya1-0/+8
2024-01-08[clang][Interp] Fix nullptr array dereferencing (#75798)Timm Baeder2-8/+2
2024-01-08[Sema] Warning for _Float16 passed to format specifier '%f' (#74439)Haocong Lu1-1/+0
2024-01-07[clang] [MinGW] Don't look for a GCC in path if the install base has a proper...Martin Storsjö1-2/+23
2024-01-06[Clang] Correctly construct template arguments for template template paramete...Younan Zhang1-8/+17
2024-01-06[clang] Add per-global code model attribute (#72078)hev2-0/+23
2024-01-05[clang][Driver] Don't warn when -nostdinc and -nostdinc++ are both specified ...Jonathon Penix1-3/+2
2024-01-05"Reapply "[Sema] Fix crash on invalid code with parenthesized aggrega… (#76...Mark de Wever1-0/+8
2024-01-05[OpenACC] Implement 'default' clause parsing. (#77002)Erich Keane1-5/+79
2024-01-05[clang]Transform uninstantiated ExceptionSpec in `TemplateInstantiator` (#77073)Congcong Cai3-3/+19
2024-01-05[Clang][OpenMP] Fix stdio.h wrapper when glibc includes again (#77017)Joel E. Denny1-3/+31
2024-01-05[X86] Add ABI handling for __float128 to match with GCC (#75156)Phoebe Wang1-0/+3
2024-01-05[clang][ASTImporter][StructuralEquivalence] improve StructuralEquivalence on ...Qizhi Hu1-3/+10
2024-01-05[clang] Correctly implement CWG 2672 (#75001)Younan Zhang2-10/+8
2024-01-05[clang] Accept recursive non-dependent calls to functions with deduced return...Mariya Podchishchaeva2-0/+20
2024-01-05[Clang][SME] Remove unused HasSVE2p1 variableSam Tebbs1-1/+0
2024-01-05[Clang][SME] Add IsStreamingOrSVE2p1 (#76975)Sam Tebbs2-1/+17
2024-01-05[coroutines] Introduce [[clang::coro_disable_lifetimebound]] (#76818)Utkarsh Saxena1-1/+2
2024-01-04[Clang][Parser] Fix crash of clang when using C++ constructs like :: in C cod...ChipsSpectre2-1/+4
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps10-70/+868
2024-01-05[Clang] Fix the instantiation of return type requirements in lambda bodies (#...刘雨培1-0/+17
2024-01-04Revert "[Clang][SME] Add IsStreamingOrSVE2p1" (#76973)Sam Tebbs2-17/+1
2024-01-04[Clang][SME] Add IsStreamingOrSVE2p1 (#75958)Sam Tebbs2-1/+17
2024-01-04Reapply "[Clang][Sema] Diagnose unexpanded packs in the template argument lis...Krystian Stasiowski1-46/+43
2024-01-04[clang] Optimize castToDeclContext for 2% improvement in build times (#76825)Pol M1-34/+16
2024-01-04[clang][ASTImporter] import InstantiatedFromMember of ClassTemplateSpecializa...Qizhi Hu1-0/+5
2024-01-04[Sema] When checking for constraint equivalence, do not calculate satisfactio...Ilya Biryukov2-10/+29
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 Shi1-0/+1
2024-01-04[clang][AVR] Restrict range of assembly constraint 'G' (#76561)Ben Shi1-1/+3
2024-01-03Clang/MIPS: Use -mnan value for -mabs if not specified (#71157)YunQiang Su1-2/+6
2024-01-03Revert "[Clang][Sema] Diagnose unexpanded packs in the template argument list...Erich Keane1-43/+46
2024-01-03[Clang][Sema] Diagnose unexpanded packs in the template argument lists of fun...Krystian Stasiowski1-46/+43
2024-01-03[Clang] Fix ICE where C++ Template Instantiation failed to handle attributed ...Yuxuan Chen1-17/+54
2024-01-03Revert "Reapply "[Sema] Fix crash on invalid code with parenthesized aggregat...Mark de Wever1-8/+0
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[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 Shi1-2/+5
2024-01-02[-Wunsafe-buffer-usage] Warning for unsafe invocation of span::data (#75650)Malavika Samak2-6/+48
2024-01-02Revert "[clang][Darwin] Remove legacy framework search path logic in the fron...Arthur Eubanks2-25/+28