Skip to content

Commit ab2fe8c

Browse files
committed
id [skip ci]
1 parent 043e247 commit ab2fe8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/testclass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8906,6 +8906,7 @@ class TestClass : public TestFixture {
89068906
}
89078907

89088908

8909+
// TODO: add columns and IDs
89098910
#define checkThisUseAfterFree(...) checkThisUseAfterFree_(__FILE__, __LINE__, __VA_ARGS__)
89108911
template<size_t size>
89118912
void checkThisUseAfterFree_(const char* file, int line, const char (&code)[size]) {

test/testgarbage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ class TestGarbage : public TestFixture {
401401
ASSERT_EQUALS("", errout_str());
402402
}
403403
{
404+
// TODO: add column and IDs
404405
SimpleTokenizer tokenizer(settings, *this);
405406
ASSERT(tokenizer.tokenize(code));
406407
ASSERT_EQUALS("[test.cpp:1]: (information) The code 'class x y {' is not handled. You can use -I or --include to add handling of this code.\n", errout_str());

0 commit comments

Comments
 (0)