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
- Build Status
Buildable 43279 Build 44058: arc lint + arc unit
Event Timeline
llvm/include/llvm/Support/FileCheck.h | ||
---|---|---|
135 | 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. |
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.