Skip to content

Commit

Permalink
[clang][Interp][NFC] Add FunctionPointer.h header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Jun 2, 2023
1 parent 76cc78d commit f1a318b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion clang/lib/AST/Interp/FunctionPointer.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f1a318b

Please sign in to comment.