[all-commits] [llvm/llvm-project] eefd62: [llvm] NFC: Cleanup llvm-yaml-numeric-parser-fuzzer
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Mon Feb 15 05:53:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eefd620a2572d1a640b9085ea60dbf37e680159a
https://github.com/llvm/llvm-project/commit/eefd620a2572d1a640b9085ea60dbf37e680159a
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp
Log Message:
-----------
[llvm] NFC: Cleanup llvm-yaml-numeric-parser-fuzzer
* Use static variables instead of non-trivially destructible global ones.
* Remove unused header.
Differential Revision: https://reviews.llvm.org/D91600
More information about the All-commits
mailing list