FileCheck class takes the request and exposes various methods that use information from the request.
Synopsis
Declared in <llvm/FileCheck/FileCheck.h>
class FileCheck;
Member Functions
Name |
Description |
|
Construct a FileCheck instance for the given request. |
|
Destroy this FileCheck instance. |
Canonicalizes whitespaces in the file. Line endings are replaced with UNIX‐style ' '. |
|
Validate that the configured check prefixes are well‐formed. |
|
Check |
|
Reads the check file from |
Created with MrDocs