Deleted Added
full compact
CFGStmtMap.h (212904) CFGStmtMap.h (280031)
1//===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file defines the CFGStmtMap class, which defines a mapping from
11// Stmt* to CFGBlock*
12//
13//===----------------------------------------------------------------------===//
14
1//===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file defines the CFGStmtMap class, which defines a mapping from
11// Stmt* to CFGBlock*
12//
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_CLANG_CFGSTMTMAP_H
16#define LLVM_CLANG_CFGSTMTMAP_H
15#ifndef LLVM_CLANG_ANALYSIS_CFGSTMTMAP_H
16#define LLVM_CLANG_ANALYSIS_CFGSTMTMAP_H
17
18#include "clang/Analysis/CFG.h"
19
20namespace clang {
21
22class CFG;
23class CFGBlock;
24class ParentMap;

--- 28 unchanged lines hidden ---
17
18#include "clang/Analysis/CFG.h"
19
20namespace clang {
21
22class CFG;
23class CFGBlock;
24class ParentMap;

--- 28 unchanged lines hidden ---