mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Almost all printf conversions ending in '%' are undefined, but they're traditionally treated as if the complete conversion specifier is "%%". This patch modifies the parser to more closely match that behavior. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D144679