[analyzer][NFC] Add missing LLVM header blurb (and license)
authorGabor Marton <gabor.marton@ericsson.com>
Wed, 25 Mar 2020 16:56:40 +0000 (17:56 +0100)
committerGabor Marton <gabor.marton@ericsson.com>
Wed, 25 Mar 2020 16:57:29 +0000 (17:57 +0100)
clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp

index be1a65c..b7d615b 100644 (file)
@@ -1,3 +1,15 @@
+//==- CheckPlacementNew.cpp - Check for placement new operation --*- 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
+//
+//===----------------------------------------------------------------------===//
+//
+//  This file defines a check for misuse of the default placement new operator.
+//
+//===----------------------------------------------------------------------===//
+
 #include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"