LLVM  8.0.1
Classes | Namespaces | Functions
FileUtilities.h File Reference
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
Include dependency graph for FileUtilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::FileRemover
 FileRemover - This class is a simple object meant to be stack allocated. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

int llvm::DiffFilesWithTolerance (StringRef FileA, StringRef FileB, double AbsTol, double RelTol, std::string *Error=nullptr)
 DiffFilesWithTolerance - Compare the two files specified, returning 0 if the files match, 1 if they are different, and 2 if there is a file error. More...