mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[clang][Interp][NFC] Add missing comment
Looks like I lost this last time.
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
using namespace clang;
|
||||
using namespace clang::interp;
|
||||
|
||||
/// Unevaluated builtins don't get their arguments put on the stack
|
||||
/// automatically. They instead operate on the AST of their Call
|
||||
/// Expression.
|
||||
/// Similar information is available via ASTContext::BuiltinInfo,
|
||||
/// but that is not correct for our use cases.
|
||||
static bool isUnevaluatedBuiltin(unsigned BuiltinID) {
|
||||
return BuiltinID == Builtin::BI__builtin_classify_type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user