Szelethus marked 3 inline comments as done. Szelethus added inline comments.
================ Comment at: clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h:1-10 +//===-- CheckerRegistration.h - Checker Registration Function ---*- 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 is all incorrect. ================ Comment at: clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:33 #include "llvm/Support/ErrorHandling.h" +#include <memory> using namespace clang; ---------------- NoQ wrote: > Why? clangd >.< Nice catch, I'll remove it. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75360/new/ https://reviews.llvm.org/D75360 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits