[all-commits] [llvm/llvm-project] 9c8a6a: [include-cleaner] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Nov 25 09:51:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c8a6a1627480b30b54b4ffc691beebb8554e124
https://github.com/llvm/llvm-project/commit/9c8a6a1627480b30b54b4ffc691beebb8554e124
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M clang-tools-extra/include-cleaner/lib/HTMLReport.cpp
Log Message:
-----------
[include-cleaner] Fix a warning
This patch fixes:
clang-tools-extra/include-cleaner/lib/HTMLReport.cpp:240:51: error:
missing field 'Locations' initializer
[-Werror,-Wmissing-field-initializers]
More information about the All-commits
mailing list