summaryrefslogtreecommitdiffstats
path: root/llvm/utils/FileCheck/FileCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl2014-01-031-4/+9
* 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
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-131-3/+3
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-101-80/+237
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-111-9/+17
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-111-6/+4
* Missed using check type enum in one placeMatt Arsenault2013-09-171-6/+6
* Use function's argument instead of the global flag.Matt Arsenault2013-09-171-3/+3
* FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-171-76/+88
* FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-161-1/+1
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-121-2/+26
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-021-2/+1
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-29/+94
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-2/+2
* Add 'CHECK-DAG' supportMichael Liao2013-05-141-23/+147
* Refactor string checking. No functionality change.Michael Liao2013-05-141-62/+94
OpenPOWER on IntegriCloud