llvm-project
8e663444 - [Support] Use macro var args to allow templates within DEBUG_WITH_TYPE (#117614)

Commit
1 year ago
[Support] Use macro var args to allow templates within DEBUG_WITH_TYPE (#117614) Use variadic args with DEBUG_WITH_TYPE("name", ...) macros to resolve a compilation failure that occurs when using a comma within the last macro argument. Commas come up when instantiating templates such as SmallMapVector that require multiple template args.
Author
Parents
Loading