[all-commits] [llvm/llvm-project] a89770: [clang][Interp] Don't diagnose undefined functions...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Dec 13 03:15:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8977005b64986139e92b5a43e44cfac2bf81677
https://github.com/llvm/llvm-project/commit/a8977005b64986139e92b5a43e44cfac2bf81677
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.cpp
M clang/test/AST/Interp/functions.cpp
Log Message:
-----------
[clang][Interp] Don't diagnose undefined functions when checking... (#75051)
... for a potential constant expression. They are not defined now, but
might be defined later when the function is actually called.
More information about the All-commits
mailing list