Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great, thanks!
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
1299 | This isn't new but oof this note is terrible. I don't think we have any tests where it's actually emitted. I suspect that this shouldn't happen in practice unless core checkers are disabled. Now that I think of it, our actual warning for undef passed into function says "function call argument is an uninitialized value" which is almost as bad as this. Just sayin' :) |
This isn't new but oof this note is terrible.
I don't think we have any tests where it's actually emitted. I suspect that this shouldn't happen in practice unless core checkers are disabled.
Now that I think of it, our actual warning for undef passed into function says "function call argument is an uninitialized value" which is almost as bad as this.
Just sayin' :)