This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
c597b4c529
llvm-project
/
clang
/
test
/
Tooling
/
clang-check-args.cpp
5 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Add 'not' to commands that are expected to fail. This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
2013-07-05 00:16:58 +08:00
// RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s
Adds a FixedCompilationDatabase to be able to specify tool parameters at the command line. llvm-svn: 154989
2012-04-18 15:41:50 +08:00
// CHECK: C++ requires
invalid
;