summaryrefslogtreecommitdiff
path: root/utils/FileCheck
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson
2017-06-07[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer
2017-03-14Test commit.James Henderson
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries
2016-12-18[FileCheck] Fix comment in ReadCheckFileTom de Vries
2016-12-11[FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth
2016-12-11[FileCheck] Remove a parameter that was simply always set toChandler Carruth
2016-12-11[FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth
2016-12-11[FileCheck] Run clang-format over this code. NFC.Chandler Carruth
2016-12-11Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth
2016-08-26FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool
2016-06-14[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-27FileCheck: dump command line context with empty inputXinliang David Li
2016-02-29Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-26Revert r262092, caught LLD testsPaul Robinson
2016-02-26[FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight
2016-01-26Remove autoconf supportChris Bieneman
2015-11-17StringRef-ify some Option APIsDavid Blaikie
2015-09-20Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper
2015-09-10[FileCheck] Use range-based for loops. NFC.Benjamin Kramer
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-04-29[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman
2015-03-12Fix FileCheck: substr() expect the length of the string as 2nd argMehdi Amini
2015-02-26FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-08-07FileCheck: Add a flag to allow checking empty inputJustin Bogner
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-08-01Simplify the code a bit with std::unique_ptr.Rafael Espindola
2014-07-29Fix FileCheck crash when empty prefix is passed.Eli Bendersky
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-04-07When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-02-10[CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi
2014-01-03FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl
2013-12-20Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi
2013-12-12Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg