summaryrefslogtreecommitdiff
path: root/utils/FileCheck
AgeCommit message (Expand)AuthorFilesLines
2014-04-07When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith1-2/+9
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-02-10[CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi1-6/+0
2014-01-03FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl1-4/+9
2013-12-20Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi1-2/+2
2013-12-12Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg1-31/+3
2013-11-20FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders1-2/+3
2013-11-13FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov1-10/+11
2013-11-13FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov1-3/+3
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault1-80/+237
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-10-11Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin1-9/+17
2013-10-11Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola1-6/+4
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+1
2013-09-17Missed using check type enum in one placeMatt Arsenault1-6/+6
2013-09-17Use function's argument instead of the global flag.Matt Arsenault1-3/+3
2013-09-17FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault1-76/+88
2013-08-16FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin1-1/+1
2013-08-12[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama1-2/+26
2013-08-02Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover1-2/+1
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin1-29/+94
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-2/+2
2013-05-14Add 'CHECK-DAG' supportMichael Liao1-23/+147
2013-05-14Refactor string checking. No functionality change.Michael Liao1-62/+94
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao1-8/+9
2013-04-25Remove tailing whitespacesMichael Liao1-1/+1
2013-03-23Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer1-6/+6
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei1-10/+14
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-4/+4
2012-12-02Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky1-4/+47
2012-12-01Support referencing variables defined on the same line.Eli Bendersky1-16/+40
2012-11-30Clean up whitespace and add commentsEli Bendersky1-7/+8
2012-11-30Make FileCheck return 2 in case of an error as documented,Eli Bendersky1-2/+2
2012-11-15FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko1-1/+0
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko1-27/+94
2012-09-21Clarify comment.Dmitri Gribenko1-1/+1
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer1-2/+2
2012-09-08Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek1-5/+1
2012-09-07Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek1-1/+5
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner1-36/+37
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-04-09fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, whichChris Lattner1-0/+8
2011-04-09various cleanups, no functionality change.Chris Lattner1-10/+6
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-1/+1
2011-02-09emit a specific error when the input file is empty. This fixes Chris Lattner1-0/+5
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-6/+9