[clang] f1a318b - [clang][Interp][NFC] Add FunctionPointer.h header comment
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 23:38:41 PDT 2023
Author: Timm Bäder
Date: 2023-06-02T08:38:13+02:00
New Revision: f1a318b3ddd2d224ab37fa397d63c767f516085d
URL: https://github.com/llvm/llvm-project/commit/f1a318b3ddd2d224ab37fa397d63c767f516085d
DIFF: https://github.com/llvm/llvm-project/commit/f1a318b3ddd2d224ab37fa397d63c767f516085d.diff
LOG: [clang][Interp][NFC] Add FunctionPointer.h header comment
Added:
Modified:
clang/lib/AST/Interp/FunctionPointer.h
Removed:
################################################################################
diff --git a/clang/lib/AST/Interp/FunctionPointer.h b/clang/lib/AST/Interp/FunctionPointer.h
index 20d4d7793185c..4a3f993d4882e 100644
--- a/clang/lib/AST/Interp/FunctionPointer.h
+++ b/clang/lib/AST/Interp/FunctionPointer.h
@@ -1,4 +1,10 @@
-
+//===--- FunctionPointer.h - Types for the constexpr VM ----------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_AST_INTERP_FUNCTION_POINTER_H
#define LLVM_CLANG_AST_INTERP_FUNCTION_POINTER_H
More information about the cfe-commits
mailing list