aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/Sema.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-03[AArch64] Add option -msve-streaming-vector-bits= . (#144611)Eli Friedman1-0/+18
2025-06-27[clang] Suppress noreturn warning if last statement in a function is a throw ...Samarth Narang1-2/+3
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman1-9/+0
2025-06-06[clang] Strip away lambdas (NFC) (#143226)Kazu Hirata1-2/+1
2025-06-03[clang] Correct FixIt ranges for unused capture warnings (#141148)Oliver Hunt1-0/+22
2025-06-02[AArch64] Add missing Neon Types (#126945)Tomas Matheson1-2/+5
2025-05-31[clang][Sema] Optimize ~SemaDiagnosticBuilder (#142252)Timm Baeder1-4/+7
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green1-1/+1
2025-05-02[C] Update the -Wdefault-const-init-unsafe wording (#138266)Aaron Ballman1-1/+6
2025-05-02[clang][NFC] Convert `Sema::NonTrivialCUnionContext` to scoped enumVlad Serebrennikov1-2/+2
2025-05-01[C] Modify -Wdefault-const-init (#137961)Aaron Ballman1-1/+1
2025-04-25[C] Warn on uninitialized const objects (#137166)Aaron Ballman1-0/+12
2025-04-23Control analysis-based diagnostics with #pragma (#136323)Aaron Ballman1-0/+37
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt1-0/+1
2025-04-07[DirectX] Add target builtins (#134439)Farzon Lotfi1-0/+2
2025-04-03[clang] NFC: introduce UnsignedOrNone as a replacement for std::optional<unsi...Matheus Izvekov1-1/+1
2025-03-11[C++20] [Modules] Instantiate pending instantiations when GMF ends (#126842)Chuanqi Xu1-2/+6
2025-02-28[CUDA][HIP] check dtor in deferred diag (#129117)Yaxun (Sam) Liu1-0/+43
2025-02-25[HLSL] Implement default constant buffer $Globals (2nd attempt) (#128589)Helena Kotas1-2/+1
2025-02-20Revert "[HLSL] Implement default constant buffer `$Globals`" (#128112)Helena Kotas1-1/+2
2025-02-20[HLSL] Implement default constant buffer `$Globals` (#125807)Helena Kotas1-2/+1
2025-02-20[clang] print correct context for diagnostics suppressed by deduction (#125453)Matheus Izvekov1-2/+11
2025-02-14[HLSL] Implement HLSL Aggregate splatting (#118992)Sarah Spall1-0/+1
2025-01-31[NFC] remove string literals from AArch64SVEACLETypes.def (#125063)Tomas Matheson1-2/+2
2025-01-28[clang] Extend diagnose_if to accept more detailed warning information, take ...Nikolas Klauser1-2/+3
2025-01-06[SPIRV] Add Target Builtins using Distance ext as an example (#121598)Farzon Lotfi1-0/+2
2024-12-03[HLSL] get inout/out ABI for array parameters working (#111047)Sarah Spall1-0/+9
2024-11-16[Sema] Remove unused includes (NFC) (#116461)Kazu Hirata1-3/+0
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad1-3/+3
2024-10-18[clang] Deduplicate the logic that only warns once when stack is almost full ...Boaz Brickner1-10/+2
2024-10-11[Clang] [Sema] Don't crash on unexpanded pack in invalid block literal (#110762)Sirraide1-4/+5
2024-10-10[clang][frontend] Support applying the annotate attribute to statements (#111...Eric Astor1-0/+28
2024-10-03[Clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis...Doug Wyatt1-154/+4
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad1-1/+1
2024-09-26Revert "[clang] Extend diagnose_if to accept more detailed warning informatio...Kadir Cetinkaya1-3/+2
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-18Fix OOM in FormatDiagnostic (2nd attempt) (#108866)Vakhurin Sergei1-13/+6
2024-09-17[NFC] Move warning from CodeGen to Sema. (#107397)Zahira Ammarguellat1-0/+1
2024-09-16Revert "Fix OOM in FormatDiagnostic" (#108838)Aaron Ballman1-6/+13
2024-09-16Fix OOM in FormatDiagnostic (#108187)Vakhurin Sergei1-13/+6
2024-09-14Reapply "Reapply "[clang] Extend diagnose_if to accept more detailed warning ...Nikolas Klauser1-2/+3
2024-09-13Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning i...Florian Mayer1-3/+2
2024-09-13Reapply "[clang] Extend diagnose_if to accept more detailed warning informati...Nikolas Klauser1-2/+3
2024-09-12Revert "[clang] Extend diagnose_if to accept more detailed warning informatio...Kazu Hirata1-3/+2
2024-09-12[clang] Extend diagnose_if to accept more detailed warning information (#70976)Nikolas Klauser1-2/+3
2024-09-08Fix GCC Wimplicit-fallthrough warnings. NFC.Simon Pilgrim1-0/+3
2024-08-17[clang][NFC] Clean up `Sema` headersVlad Serebrennikov1-0/+1
2024-08-09[C++20] [Modules] Emit Errors when compiling a non-module source as module (#...Chuanqi Xu1-0/+12
2024-08-02Reland "[Modules] Fix using `va_list` with modules and a precompiled header. ...Volodymyr Sapsai1-0/+7
2024-08-02Revert "[Modules] Fix using `va_list` with modules and a precompiled header."...dyung1-7/+0