Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers
Endre Fülöp eda098aade [clang][analyzer] Fix a crash in alpha.unix.BlockInCriticalSection (#90030)
When analyzing C code with function pointers the checker crashes because
of how the implementation extracts `IdentifierInfo`. Without the fix, this
test crashes.
2024-05-15 16:26:17 +02:00
..