summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFG.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-08-07 18:40:37 +0000
committerJustin Bogner <mail@justinbogner.com>2014-08-07 18:40:37 +0000
commit1b9f936f91d9fe8700e47cea3347b2607fc5b506 (patch)
treeae4bb3a513ef001b8ab7ffae9b00b9a2a3be8ad5 /clang/lib/Analysis/CFG.cpp
parentf74c74693c6ee3eb7abf0d6f6b115e5f94fd6a39 (diff)
downloadbcm5719-llvm-1b9f936f91d9fe8700e47cea3347b2607fc5b506.tar.gz
bcm5719-llvm-1b9f936f91d9fe8700e47cea3347b2607fc5b506.zip
FileCheck: Add a flag to allow checking empty input
Currently FileCheck errors out on empty input. This is usually the right thing to do, but makes testing things like "this command does not emit some error message" hard to test. This usually leads to people using "command 2>&1 | count 0" instead, and then the bots that use guard malloc fail a few hours later. By adding a flag to FileCheck that allows empty inputs, we can make tests that consist entirely of "CHECK-NOT" lines feasible. llvm-svn: 215127
Diffstat (limited to 'clang/lib/Analysis/CFG.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud