[Lldb-commits] [clang] [lldb] fixing issue #64441 (PR #74814)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 06:17:13 PST 2023
================
@@ -34,7 +34,7 @@ namespace A {
int myfunc (int a);
int myfunc2(int a)
{
- return a + 2;
+ return a + 2; //just changing tab not much
----------------
felipepiovezan wrote:
In general, we don't add diffs that are unrelated to the problem being solved by the PR.
On a similar note, this comment seems to be trying to communicate with reviewers, not future readers of this test file. As such, this is the kind of comment that should be part of the commit message / PR description, and not part of the test itself
https://github.com/llvm/llvm-project/pull/74814
More information about the lldb-commits
mailing list