[PATCH] D137487: [clang][Interp] Start implementing builtin functions
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 5 07:16:23 PDT 2022
tschuett added inline comments.
================
Comment at: clang/lib/AST/Interp/InterpBuiltin.cpp:14
+namespace clang {
+namespace interp {
+
----------------
You are allowed to use nested namespaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137487/new/
https://reviews.llvm.org/D137487
More information about the cfe-commits
mailing list