[PATCH] D155627: [clang][Interp] Handle SourceLocExprs

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 23:15:04 PDT 2023


cor3ntin added inline comments.


================
Comment at: clang/test/AST/Interp/builtin-functions.cpp:153
+  static_assert(__builtin_LINE() == 152, "");
+}
----------------
what is missing to enable the existing source location tests with the new intterpreter?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155627/new/

https://reviews.llvm.org/D155627



More information about the cfe-commits mailing list