You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than representing a reflection non-type template argument as a
CXXReflectExpr, represent it using a ConstantExpr. Some reflections
aren't representable as a CXXReflectExpr (e.g., results of
reflect_value), leading to errant diagnostics for otherwise legal
substitutions.
Closes issue llvm#67.
0 commit comments