[PATCH] D21485: [cl] Teach cl to support the notion of sub commands (e.g. "git checkout <foo>")

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 22:38:07 PDT 2016


zturner updated this revision to Diff 61159.
zturner added a comment.

Fixed one last set of issues causing some tests to fail.  I may work on adding some more unit tests if I come up with good things to test, but for now I think this is complete functionality and bugfix wise.


http://reviews.llvm.org/D21485

Files:
  include/llvm/Support/CommandLine.h
  lib/Support/CommandLine.cpp
  test/DebugInfo/PDB/DIA/pdbdump-flags.test
  test/DebugInfo/PDB/DIA/pdbdump-linenumbers.test
  test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
  test/DebugInfo/PDB/pdbdump-headers.test
  test/DebugInfo/PDB/pdbdump-yaml.test
  test/tools/llvm-pdbdump/class-layout.test
  test/tools/llvm-pdbdump/enum-layout.test
  test/tools/llvm-pdbdump/load-address.test
  test/tools/llvm-pdbdump/regex-filter.test
  tools/llvm-pdbdump/ClassDefinitionDumper.cpp
  tools/llvm-pdbdump/EnumDumper.cpp
  tools/llvm-pdbdump/LLVMOutputStyle.cpp
  tools/llvm-pdbdump/LinePrinter.cpp
  tools/llvm-pdbdump/TypeDumper.cpp
  tools/llvm-pdbdump/VariableDumper.cpp
  tools/llvm-pdbdump/YAMLOutputStyle.cpp
  tools/llvm-pdbdump/llvm-pdbdump.cpp
  tools/llvm-pdbdump/llvm-pdbdump.h
  unittests/Support/CommandLineTest.cpp
  unittests/Support/ProgramTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21485.61159.patch
Type: text/x-patch
Size: 90845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160618/c547ea15/attachment-0001.bin>


More information about the llvm-commits mailing list