If the function or instruction doesn't have any attributes, AttributeSetNode::get returns a null pointer.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1262 Build 1262: arc lint + arc unit
Event Timeline
tools/llvm-c-test/echo.cpp | ||
---|---|---|
382 ↗ | (On Diff #77352) | It isn't, I added it as a means of a test, as it segfaults without the proposed nullptr checks. |
tools/llvm-c-test/echo.cpp | ||
---|---|---|
382 ↗ | (On Diff #77352) | Yes but on the other hand, it doesn't test this case for all the functions inside the test. I think this is the wrong tradeof. However, that'd be great to add tests for these function somewhere else. |
tools/llvm-c-test/main.c | ||
---|---|---|
91–94 | I would create just one, but if you think that's better that way, I'm good with it. |
tools/llvm-c-test/main.c | ||
---|---|---|
91–94 | No real preference at my side. I modeled it after the metadata tests, which also seemed pretty fine grained. |
I would create just one, but if you think that's better that way, I'm good with it.