Files
clang-p2996/clang/lib/Format/MacroExpander.cpp
天音あめ cac6777ca1 [clang-format] Fix crashes when the macro expansion is empty (#119428)
An empty expansion should be valid, like `echo 'A()' | clang-format
--style='{Macros: [A(x)=x]}'`.

Fixes #119258.
2024-12-21 22:21:27 -08:00

7.5 KiB