We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e261d9 commit 6d579cdCopy full SHA for 6d579cd
clang/lib/InstallAPI/DylibVerifier.cpp
@@ -1,3 +1,11 @@
1
+//===- DylibVerifier.cpp ----------------------------------------*- C++--*-===//
2
+//
3
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+// See https://llvm.org/LICENSE.txt for license information.
5
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
7
+//===----------------------------------------------------------------------===//
8
+
9
#include "clang/InstallAPI/DylibVerifier.h"
10
#include "clang/InstallAPI/FrontendRecords.h"
11
#include "clang/InstallAPI/InstallAPIDiagnostic.h"
0 commit comments