This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a64036330a [AMDGPU] gfx1010 exp modifications new 6c66e1754eb [FileCheck] Fix code style of method comments new fc1c8c980a3 [FileCheck, NFC] Split defines.txt in two
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/FileCheck.h | 109 +++++++++++++++++-------- lib/Support/FileCheck.cpp | 50 +----------- test/FileCheck/defines.txt | 48 ----------- test/FileCheck/pattern-defines-diagnostics.txt | 49 +++++++++++ test/FileCheck/pattern-defines.txt | 29 +++++++ 5 files changed, 156 insertions(+), 129 deletions(-) delete mode 100644 test/FileCheck/defines.txt create mode 100644 test/FileCheck/pattern-defines-diagnostics.txt create mode 100644 test/FileCheck/pattern-defines.txt