This fixes the situation where a undefining a not previously defined
macro resulted in a crash. Before trying to remove a definition from
PendingMacros we first check to see if the macro did indeed have a
previous definition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo