13#ifndef LLVM_CLANG_ANALYSIS_FLOWSENSITIVE_NOOP_LATTICE_H
14#define LLVM_CLANG_ANALYSIS_FLOWSENSITIVE_NOOP_LATTICE_H
18#include "llvm/ADT/Any.h"
48extern template struct CLANG_TEMPLATE_ABI
49 Any::TypeId<clang::dataflow::NoopLattice>;
Trivial lattice for dataflow analysis with exactly one element.
LatticeJoinEffect join(const NoopLattice &Other)
bool operator==(const NoopLattice &Other) const
llvm::raw_ostream & operator<<(llvm::raw_ostream &OS, Atom A)
LatticeEffect
Effect indicating whether a lattice operation resulted in a new value.
The JSON file list parser is used to communicate input to InstallAPI.
@ Other
Other implicit parameter.
Diagnostic wrappers for TextAPI types for error reporting.