llvm-project/clang/test/Format
Bill Wendling ef9315d942 Disable this check temporarily.
This is failing for me. When I run the command on my own, I get this:

Error reading /usr/local/google/home/morbo/llvm/llvm.obj/tools/clang/test/Format/Output/.clang-format: Invalid argument
void f() {
  int* i;
  int j;
}

The formatting is like this because I have the Google format version in my
~/.clang-format file. This test should be made independent of that.

llvm-svn: 195080
2013-11-19 02:25:28 +00:00
..
basic.cpp
cursor.cpp Let clang-format move the cursor appropriately. 2013-05-21 12:21:39 +00:00
line-ranges.cpp Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. 2013-07-18 22:54:56 +00:00
multiple-inputs-error.cpp Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. 2013-07-18 22:54:56 +00:00
multiple-inputs-inplace.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
multiple-inputs.cpp clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
ranges.cpp
style-on-command-line.cpp Disable this check temporarily. 2013-11-19 02:25:28 +00:00