clang  8.0.0
TaintManager.cpp
Go to the documentation of this file.
1 //== TaintManager.cpp ------------------------------------------ -*- 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 
11 
12 using namespace clang;
13 using namespace ento;
14 
16  static int index = 0;
17  return &index;
18 }
19 
21  static int index;
22  return &index;
23 }
Dataflow Directional Tag Classes.