-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Clang crashes when compiling Objective C++ BLOCK capturing and using outer ivar in a class member initializer
clang
Clang issues not falling into any other category
crash
Prefer [crash-on-valid] or [crash-on-invalid]
objective-c++
#94027
opened May 31, 2024 by
kar8uncle
clang ignores -Wat-protocol when building Objc++ code
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
objective-c++
#71830
opened Nov 9, 2023 by
rmaz
Compiling Objective-C++ with ARC fails while matching types explicitly passed to templates
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#62046
opened Apr 10, 2023 by
RaisinTen
-Wbitwise-instead-of-logical
is emitted 4 times for a single &
operator
bugzilla
#51568
opened Oct 19, 2021 by
nico
-Winvalid-constexpr fails with specialisation when interacting with automatic reference counting
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#44365
opened Feb 25, 2020 by
sdefresne
mannequin
Lambda incorrectly passes SFINAE check for bool conversion in Objective-C++
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#43912
opened Jan 16, 2020 by
llvmbot
[Windows] evaluating a variable from an outer scope in a @finally inside a block causes an internal compiler error
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
objective-c++
#43828
opened Jan 7, 2020 by
DHowett
objc_direct attribute is broken with invocations from other compilation units
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#43561
opened Dec 4, 2019 by
llvmbot
ARC/C++/C conflict with structs with unions
bugzilla
Issues migrated from bugzilla
c++11
objective-c++
#42646
opened Sep 12, 2019 by
compnerd
ObjC: UNREACHABLE executed at clang/lib/Sema/SemaExpr.cpp:2850
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#38240
opened Sep 10, 2018 by
anforowicz
mannequin
Invalid behavior / Assert when compiling Objective-C++ source in C++17 mode
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#35031
opened Dec 18, 2017 by
llvmbot
"drops <<ERROR>> qualifiers" message on obj-c++ code with ARC
bugzilla
Issues migrated from bugzilla
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
objective-c++
#32416
opened May 17, 2017 by
WarpRules
mannequin
__kindof type checking breaks sortedArrayUsingFunction: example in Apple docs, in Objective-C++ files.
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#25523
opened Oct 12, 2015 by
nico
Wnonnull for ObjC message expressions should point at correct argument
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#25503
opened Oct 9, 2015 by
nico
enum types defined by CF_ENUM cannot be used as numeric values in C++11
bugzilla
Issues migrated from bugzilla
c++11
objective-c++
#25322
opened Sep 26, 2015 by
llvmbot
Assertion `oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
objective-c++
#24924
opened Aug 24, 2015 by
llvmbot
Assertion failed: ((!Initializer || isa<ImplicitValueInitExpr>(Initializer) || isa<CXXConstructExpr>(Initializer)) && "Initializer expression that cannot have been implicitly created."), function BuildCXXNew
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#24306
opened Jun 24, 2015 by
compnerd
Clang/CodeGen crashes after semantic error with ObjC++.
bugzilla
Issues migrated from bugzilla
clang:codegen
IR generation bugs: mangling, exceptions, etc.
objective-c++
#24169
opened Jun 9, 2015 by
AlexDenisov
Assertion failure during code gen for Block expression in a default argument that captures a parameter
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
objective-c++
#21147
opened Aug 27, 2014 by
tahonermann
ObjC++ attempts to copy lambdas, preventing capture of move-only types
bugzilla
Issues migrated from bugzilla
c++14
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#20908
opened Aug 4, 2014 by
vlovich
rejects-valid if parenthesized temporary is followed by array indexing
bugzilla
Issues migrated from bugzilla
c++11
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
rejects-valid
#20723
opened Jul 18, 2014 by
zygoloid
mannequin
clang errors when using Objective-C objects in C++ containers.
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#20451
opened Jun 18, 2014 by
chmeeedalf
Assertion failed: (Adjustments.empty()), function EmitMaterializeTemporaryExpr, file ../../tools/clang/lib/CodeGen/CGExpr.cpp, line 399
bugzilla
Issues migrated from bugzilla
clang:codegen
IR generation bugs: mangling, exceptions, etc.
objective-c++
#19493
opened Mar 13, 2014 by
compnerd
Assertion failed: (Val && "isa<> used on a null pointer") on ambiguous constructor call in ObjC++ mode
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#19211
opened Feb 14, 2014 by
llvmbot
clang crashed when compile ObjC++ code with ternary operator and modern ObjC syntax
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
objective-c++
#18674
opened Dec 21, 2013 by
llvmbot
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.