When FileCheck was made a library, types in the public API were renamed
to add a FileCheck prefix, such as Pattern to FileCheckPattern. Many
types were moved into a private interface and thus don't need this
prefix anymore. This commit removes those unneeded prefixes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Support/FileCheck.h | ||
---|---|---|
135 ↗ | (On Diff #236137) | This class isn't strictly part of the private API, since it appears in the public header file. It should probably keep its FileCheck prefix. |