The check incorrectly identified empty() method call in the template
class definition as a stand-alone function call.
This led to a crash because the checker did not expect empty() function
calls without arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo