summaryrefslogtreecommitdiffstats
path: root/utils/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer2017-06-071-1/+1
* Test commit.James Henderson2017-03-141-1/+1
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-091-8/+33
* [FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries2016-12-181-5/+7
* [FileCheck] Fix comment in ReadCheckFileTom de Vries2016-12-181-1/+1
* [FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth2016-12-111-93/+94
* [FileCheck] Remove a parameter that was simply always set toChandler Carruth2016-12-111-9/+4
* [FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth2016-12-111-70/+62
* [FileCheck] Run clang-format over this code. NFC.Chandler Carruth2016-12-111-118/+108
* Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth2016-12-111-87/+90
* FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool2016-08-261-8/+6
* [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders2016-06-141-0/+5
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* FileCheck: dump command line context with empty inputXinliang David Li2016-05-271-0/+8
* Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-291-1/+18
* Revert r262092, caught LLD testsPaul Robinson2016-02-261-18/+1
* [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-261-1/+18
* Add -match-full-lines argument to FileCheck.James Y Knight2016-02-111-17/+32
* Remove autoconf supportChris Bieneman2016-01-261-21/+0
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-1/+1
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-1/+1
* [FileCheck] Use range-based for loops. NFC.Benjamin Kramer2015-09-101-26/+14
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-8/+4
* [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman2015-04-291-6/+8
* Fix FileCheck: substr() expect the length of the string as 2nd argMehdi Amini2015-03-121-2/+1
* FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith2015-02-261-2/+47
* Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie2014-11-191-1/+1
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+5
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-18/+19
* FileCheck: Add a flag to allow checking empty inputJustin Bogner2014-08-071-1/+6
* Remove some calls to std::move.Rafael Espindola2014-08-011-1/+1
* Simplify the code a bit with std::unique_ptr.Rafael Espindola2014-08-011-9/+5
* Fix FileCheck crash when empty prefix is passed.Eli Bendersky2014-07-291-0/+4
* Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko2014-07-111-1/+28
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-10/+13
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-5/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith2014-04-071-2/+9
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-101-6/+0
* FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl2014-01-031-4/+9
* Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi2013-12-201-2/+2
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-121-31/+3
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-201-2/+3
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-131-10/+11