summaryrefslogtreecommitdiff
path: root/utils/FileCheck
Commit message (Expand)AuthorAge
* When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith2014-04-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl2014-01-03
* Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi2013-12-20
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-20
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-10
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-11
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-11
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Missed using check type enum in one placeMatt Arsenault2013-09-17
* Use function's argument instead of the global flag.Matt Arsenault2013-09-17
* FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-17
* FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-16
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-12
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-02
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-12
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Add 'CHECK-DAG' supportMichael Liao2013-05-14
* Refactor string checking. No functionality change.Michael Liao2013-05-14
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-25
* Remove tailing whitespacesMichael Liao2013-04-25
* Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer2013-03-23
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-06
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-02
* Support referencing variables defined on the same line.Eli Bendersky2012-12-01
* Clean up whitespace and add commentsEli Bendersky2012-11-30
* Make FileCheck return 2 in case of an error as documented,Eli Bendersky2012-11-30
* FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko2012-11-15
* Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko2012-11-14
* Clarify comment.Dmitri Gribenko2012-09-21
* FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-18
* Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek2012-09-08
* Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek2012-09-07
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, whichChris Lattner2011-04-09
* various cleanups, no functionality change.Chris Lattner2011-04-09
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* emit a specific error when the input file is empty. This fixes Chris Lattner2011-02-09
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16