forked from OSchip/llvm-project
parent
78be8b6d53
commit
524b3c1810
|
@ -1,4 +1,4 @@
|
|||
//===--- TransEmptyStatements.cpp - Transformations to ARC mode -----------===//
|
||||
//===-- TransEmptyStatementsAndDealloc.cpp - Transformations to ARC mode --===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- ARCMT.cpp - Migration to ARC mode --------------------------------===//
|
||||
//===-- TransformActions.cpp - Migration to ARC mode ----------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//=- ReachableCodePathInsensitive.cpp ---------------------------*- C++ --*-==//
|
||||
//===-- ReachableCode.cpp - Code Reachability Analysis --------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- XRayFunctionFilter.cpp - XRay automatic-attribution --------------===//
|
||||
//===-- XRayLists.cpp - XRay automatic-attribution ------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- CodeGenTypes.cpp - TBAA information for LLVM CodeGen -------------===//
|
||||
//===-- CodeGenTBAA.cpp - TBAA information for LLVM CodeGen ---------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- BaremMetal.cpp - Bare Metal ToolChain ------------------*- C++ -*-===//
|
||||
//===-- BareMetal.cpp - Bare Metal ToolChain --------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- LLVM.cpp - Clang+LLVM ToolChain Implementations --------*- C++ -*-===//
|
||||
//===-- Clang.cpp - Clang+LLVM ToolChain Implementations --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- CrossWindowsToolChain.cpp - Cross Windows Tool Chain -------------===//
|
||||
//===-- CrossWindows.cpp - Cross Windows Tool Chain -----------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- ToolChains.cpp - ToolChain Implementations -----------------------===//
|
||||
//===-- MSVC.cpp - MSVC ToolChain Implementations -------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- Mips.cpp - Mips ToolChain Implementations --------------*- C++ -*-===//
|
||||
//===-- MipsLinux.cpp - Mips ToolChain Implementations ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- FronendTiming.cpp - Implements Frontend timing utils --------------===//
|
||||
//===- FrontendTiming.cpp - Implements Frontend timing utils -------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- HeaderIncludes.cpp - Generate Header Includes --------------------===//
|
||||
//===-- HeaderIncludeGen.cpp - Generate Header Includes -------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
|
||||
//===-- RewriteModernObjC.cpp - Playground for the code rewriter ----------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- MacroExpansion.cpp - Top level Macro Expansion -------------------===//
|
||||
//===--- PPMacroExpansion.cpp - Top level Macro Expansion -----------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- Preprocess.cpp - C Language Family Preprocessor Implementation -----===//
|
||||
//===- Preprocessor.cpp - C Language Family Preprocessor Implementation ---===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- SemaCoroutines.cpp - Semantic Analysis for Coroutines ------------===//
|
||||
//===-- SemaCoroutine.cpp - Semantic Analysis for Coroutines --------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//=- CheckObjCInstMethodRetTy.cpp - Check ObjC method signatures -*- C++ -*-==//
|
||||
//===-- CheckObjCInstMethSignature.cpp - Check ObjC method signatures -----===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- Chrootchecker.cpp -------- Basic security checks ---------*- C++ -*-===//
|
||||
//===-- ChrootChecker.cpp - chroot usage checks ---------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//== NullDerefChecker.cpp - Null dereference checker ------------*- C++ -*--==//
|
||||
//===-- DereferenceChecker.cpp - Null dereference checker -----------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//== Nullabilityhecker.cpp - Nullability checker ----------------*- C++ -*--==//
|
||||
//===-- NullabilityChecker.cpp - Nullability checker ----------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- RValues.cpp - Abstract RValues for Path-Sens. Value Tracking -------===//
|
||||
//===-- SVals.cpp - Abstract RValues for Path-Sens. Value Tracking --------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- ClangFnMapGen.cpp -----------------------------------------------===//
|
||||
//===- ClangExtDefMapGen.cpp -----------------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- import-test.cpp - ASTImporter/ExternalASTSource testbed -----------===//
|
||||
//===-- clang-import-test.cpp - ASTImporter/ExternalASTSource testbed -----===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
/*===-- CIndexDiagnostics.cpp - Diagnostics C Interface ---------*- 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 *|
|
||||
|* *|
|
||||
|*===----------------------------------------------------------------------===*|
|
||||
|* *|
|
||||
|* Implements the diagnostic functions of the Clang C interface. *|
|
||||
|* *|
|
||||
\*===----------------------------------------------------------------------===*/
|
||||
//===- CIndexDiagnostic.cpp - Diagnostics C Interface ---------------------===//
|
||||
//
|
||||
// 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Implements the diagnostic functions of the Clang C interface.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "CIndexDiagnostic.h"
|
||||
#include "CIndexer.h"
|
||||
#include "CXTranslationUnit.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- CIndexUSR.cpp - Clang-C Source Indexing Library --------------------===//
|
||||
//===- CIndexUSRs.cpp - Clang-C Source Indexing Library -------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
|
||||
//===- CIndexer.cpp - Clang-C Source Indexing Library ---------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
/*===-- CXStoreDiagnostic.cpp - Diagnostics C Interface ----------*- 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 *|
|
||||
|* *|
|
||||
|*===----------------------------------------------------------------------===*|
|
||||
|* *|
|
||||
|* Implements part of the diagnostic functions of the Clang C interface. *|
|
||||
|* *|
|
||||
\*===----------------------------------------------------------------------===*/
|
||||
//===- CXStoredDiagnostic.cpp - Diagnostics C Interface -------------------===//
|
||||
//
|
||||
// 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Implements part of the diagnostic functions of the Clang C interface.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "CIndexDiagnostic.h"
|
||||
#include "CIndexer.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- CXTypes.cpp - Implements 'CXTypes' aspect of libclang ------------===//
|
||||
//===- CXType.cpp - Implements 'CXTypes' aspect of libclang ---------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- CIndexHigh.cpp - Higher level API functions ------------------------===//
|
||||
//===- Indexing.cpp - Higher level API functions --------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
Loading…
Reference in New Issue