зеркало из https://github.com/microsoft/clang-1.git
Add license comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
22438a8dfe
Коммит
5abf03bbb9
|
@ -1,3 +1,16 @@
|
|||
//===-- ManagerRegistry.h - Pluggable analyzer module registry --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines the ManagerRegistry and Register* classes.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CLANG_MANAGER_REGISTRY_H
|
||||
#define LLVM_CLANG_MANAGER_REGISTRY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
//===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines the pluggable analyzer module creators.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "clang/Driver/ManagerRegistry.h"
|
||||
|
||||
using namespace clang;
|
||||
|
|
Загрузка…
Ссылка в новой задаче