summaryrefslogtreecommitdiff
path: root/llvm/unittests/FileCheck
AgeCommit message (Expand)Author
2025-06-27[FileCheck] Improve printing variables with escapes (#145865)Mészáros Gergely
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso
2023-08-08[FileCheck] Fix MSVC 'argument': truncation from 'int' to 'bool' warning.Simon Pilgrim
2023-08-07[FileCheck] Turn errors into assert in valueFromStringRepr()Thomas Preud'homme
2023-08-07[FileCheck, 4/4] NFC: Stop using ExpressionValueThomas Preud'homme
2023-08-07[FileCheck, 3/4] Allow AP value for numeric expressionsThomas Preud'homme
2023-07-04[FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValueThomas Preud'homme
2023-05-23Turn unreachable error into assertThomas Preud'homme
2022-12-16std::optional::value => operator*/operator->Fangrui Song
2022-12-14[FileCheck] llvm::Optional => std::optionalFangrui Song
2022-12-14Revert "[FileCheck] llvm::Optional => std::optional"Douglas Yung
2022-12-14[FileCheck] llvm::Optional => std::optionalFangrui Song
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2021-05-14Bump googletest to 1.10.0Benjamin Kramer
2021-04-20Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme
2021-04-08[FileCheck, test] Rename checkWildcardRegexCharMatchFailureThomas Preud'homme
2021-03-24[FileCheck] Fix PR49531: invalid use of string varThomas Preud'homme
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme
2020-09-01Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its ...Raphael Isemann
2020-08-31Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its...Raphael Isemann
2020-08-31[FileCheck] Move FileCheck implementation out of LLVMSupport into its own lib...Raphael Isemann