+ Cleaned up test file a bit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/Analysis/dangling-internal-buffer.cpp | ||
---|---|---|
10 | Note that these methods are const according to the standard. Even if it does not make any difference for this check we should follow the signatures. Also, from c++17 there is a non-const overload of data. |
Note that these methods are const according to the standard. Even if it does not make any difference for this check we should follow the signatures. Also, from c++17 there is a non-const overload of data.