summaryrefslogtreecommitdiffstats
path: root/llvm/utils/FileCheck/FileCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-251-8/+9
* Remove tailing whitespacesMichael Liao2013-04-251-1/+1
* Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer2013-03-231-6/+6
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-061-10/+14
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-4/+4
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-021-4/+47
* Support referencing variables defined on the same line.Eli Bendersky2012-12-011-16/+40
* Clean up whitespace and add commentsEli Bendersky2012-11-301-7/+8
OpenPOWER on IntegriCloud