summaryrefslogtreecommitdiff
path: root/include/fuzzer
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2019-08-06 16:02:39 +0000
committerMax Moroz <mmoroz@chromium.org>2019-08-06 16:02:39 +0000
commitc54aa30626d8b03a25b270eb674197269378888f (patch)
treedcfc14002f815b9669c895e2b291f7cb61a267e2 /include/fuzzer
parentb563d22e24d18234bef53d8efe5b53d8c56ddefb (diff)
downloadcompiler-rt-c54aa30626d8b03a25b270eb674197269378888f.tar.gz
[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.
Summary: .hpp makes more sense for this header as it's C++ only, plus it contains the actual implementation. Reviewers: Dor1s Reviewed By: Dor1s Subscribers: kubamracek, dberris, mgorny, delcypher, #sanitizers, llvm-commits Tags: #llvm, #sanitizers Differential Revision: https://reviews.llvm.org/D65812 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@368054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/fuzzer')
-rw-r--r--include/fuzzer/FuzzedDataProvider.hpp (renamed from include/fuzzer/FuzzedDataProvider.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuzzer/FuzzedDataProvider.h b/include/fuzzer/FuzzedDataProvider.hpp
index e82f441d4..d6e2d1f76 100644
--- a/include/fuzzer/FuzzedDataProvider.h
+++ b/include/fuzzer/FuzzedDataProvider.hpp
@@ -1,4 +1,4 @@
-//===- FuzzedDataProvider.h - Utility header for fuzz targets ---*- C++ -* ===//
+//===- FuzzedDataProvider.hpp - Utility header for fuzz targets -*- C++ -* ===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.