Skip to content

Issues: llvm/llvm-project

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[clang] When code causes stack to be almost full in both Sema and CodeGen, two warnings are triggered clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#112522 opened Oct 16, 2024 by bricknerb
Implement warning-suppression-mappings clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema"
#112518 opened Oct 16, 2024 by kadircet
4 tasks
[HLSL] Template parameter elision creates confusing Diagnostics for mismatched vector (matrix) templates clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer HLSL HLSL Language Support
#112410 opened Oct 15, 2024 by pow2clk
[Clang] Issuing a deprecated warning when the chosen template specialization does not use the deprecated class clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#112366 opened Oct 15, 2024 by DYNIO-INTEL
No dangling assignment involving lifetimebound argument clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer clang:memory-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr)
#112234 opened Oct 14, 2024 by usx95
-Wall gives spurious "is not used" warning when expanding variadic capture and other pack clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#112132 opened Oct 13, 2024 by Aster89
Unable to disable "note" level compiler output. clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#112131 opened Oct 13, 2024 by harryjwright
clang incorrectly warns about returning reference to local clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer coroutines C++20 coroutines incomplete Issue not complete (e.g. missing a reproducer, build arguments, etc.)
#112021 opened Oct 11, 2024 by kelbon
[[gsl::Pointer]] does not diagnose dangling-through-function-call clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#111768 opened Oct 9, 2024 by pkasting
A [[nonblocking]] destructor can trigger a bogus "missing exception specification" warning clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#111726 opened Oct 9, 2024 by dougsonos
[HLSL] vector size and type errors have no source location clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer HLSL HLSL Language Support
#111572 opened Oct 8, 2024 by pow2clk
[clang++] do not emit missing braces warning if all initializers are missing the same number of braces clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#111542 opened Oct 8, 2024 by t3nsor
[clang++] Unnecessary warning "non-void function does not return a value in all control paths" clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer false-positive Warning fires when it should not
#111509 opened Oct 8, 2024 by mkornaukhov03
Warn about static lambda capturing local variable by reference clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#111316 opened Oct 6, 2024 by HighCommander4
-Wunreachable-code triggers undesirable warnings when log-streaming into a sometimes-disabled logging macro clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#111092 opened Oct 4, 2024 by pbos
[clang++-18] Unexpected deprecated-declarations warning, when this warning is explicitly suppressed clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#110321 opened Sep 27, 2024 by ralfkonrad
clang-cl rejects "extern const __declspec(selectany)" variable as having "non-external linkage" when variable definition includes a struct definition clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer diverges-from:msvc Does the clang frontend diverge from msvc on this issue
#110208 opened Sep 27, 2024 by dunhor
Diagnose dangling assignments for std::initializer_list. clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer clang:memory-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr)
#110103 opened Sep 26, 2024 by hokein
clang++ outputs wrong warning for if constexpr and lambda capture combination clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#110080 opened Sep 26, 2024 by faithandbrave
[clang] False positive clang-diagnostic-format with long format specifier on Windows clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer false-positive Warning fires when it should not
#109959 opened Sep 25, 2024 by chrchr-github
Unnecessary warning for the fixed range-based for loop in C++23 c++23 clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer clang:memory-safety Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr) false-positive Warning fires when it should not
#109793 opened Sep 24, 2024 by josuttis
clang++-19 -std=gnu++14 -Wc++20-extensions wrongly warns about GNU variadic macro extension clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#109677 opened Sep 23, 2024 by jinkama-san
[Clang] -Wdangling breaks when -D_GLIBCXX_DEBUG is used with libstdc++ clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer libstdc++ GNU libstdc++ C++ standard library
#109627 opened Sep 23, 2024 by dfrvfmst
False positive "for loop analysis" warning clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer false-positive Warning fires when it should not
#109402 opened Sep 20, 2024 by rHermes
[clang][C++] Confusing error message after triggering a hard error in a function template specialization clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#109359 opened Sep 20, 2024 by frederick-vs-ja
ProTip! Follow long discussions with comments:>50.