nasherm wrote:
Need to follow proper contribution process. So closing for now
https://github.com/llvm/llvm-project/pull/79119
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nasherm closed
https://github.com/llvm/llvm-project/pull/79119
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -256,7 +256,8 @@ static Value AllocateObject(TypeDecl *TD, Interpreter
&Interp) {
// cantFail(Interp.ParseAndExecute("new " + Name + "()", &Addr));
// The lifetime of the temporary is extended by the clang::Value.
- cantFail(Interp.ParseAndExecute(Name + "()", &Addr))
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Nashe Mncube (nasherm)
Changes
Recent changes to InterpreterTest.cpp
(https://github.com/llvm/llvm-project/pull/76218) introduced typos within code
passed to a Parse() function. This causes some tests to fail, namely
IncrementalProcessin
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it i
https://github.com/nasherm created
https://github.com/llvm/llvm-project/pull/79119
Recent changes to InterpreterTest.cpp
(https://github.com/llvm/llvm-project/pull/76218) introduced typos within code
passed to a Parse() function. This causes some tests to fail, namely
IncrementalProcessing.In