summaryrefslogtreecommitdiff
path: root/utils/FileCheck
AgeCommit message (Expand)Author
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
2013-11-20FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders
2013-11-13FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov
2013-11-13FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz
2013-10-11Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin
2013-10-11Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer
2013-10-06Windows: Add support for unicode command linesDavid Majnemer
2013-09-17Missed using check type enum in one placeMatt Arsenault
2013-09-17Use function's argument instead of the global flag.Matt Arsenault
2013-09-17FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault
2013-08-16FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin
2013-08-12[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama
2013-08-02Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola
2013-05-14Add 'CHECK-DAG' supportMichael Liao
2013-05-14Refactor string checking. No functionality change.Michael Liao
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao
2013-04-25Remove tailing whitespacesMichael Liao
2013-03-23Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-12-02Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky
2012-12-01Support referencing variables defined on the same line.Eli Bendersky