forked from OSchip/llvm-project
parent
b9923589aa
commit
0d2c56a5c0
|
@ -154,7 +154,7 @@ public:
|
|||
/// typedef void* __builtin_va_list;
|
||||
VoidPtrBuiltinVaList,
|
||||
|
||||
/// __builtin_va_list as defind by the AArch64 ABI
|
||||
/// __builtin_va_list as defined by the AArch64 ABI
|
||||
/// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf
|
||||
AArch64ABIBuiltinVaList,
|
||||
|
||||
|
|
|
@ -5810,7 +5810,7 @@ ExprResult Sema::CheckTemplateArgument(NonTypeTemplateParmDecl *Param,
|
|||
// -- a temporary object
|
||||
// -- a string literal
|
||||
// -- the result of a typeid expression, or
|
||||
// -- a predefind __func__ variable
|
||||
// -- a predefined __func__ variable
|
||||
if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) {
|
||||
if (isa<CXXUuidofExpr>(E)) {
|
||||
Converted = TemplateArgument(const_cast<Expr*>(E));
|
||||
|
|
Loading…
Reference in New Issue