summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-12-18 18:55:22 +0000
committerEric Christopher <echristo@gmail.com>2015-12-18 18:55:22 +0000
commit42b56eefd81531fb676159d6e5ad58d8b3a85a31 (patch)
tree3edd24401169fa801063943491ef6527304743c7 /llvm/include
parent6c97f4c7d7570fd79695ba822456c3dbe48c752a (diff)
downloadbcm5719-llvm-42b56eefd81531fb676159d6e5ad58d8b3a85a31.tar.gz
bcm5719-llvm-42b56eefd81531fb676159d6e5ad58d8b3a85a31.zip
Add a dump method for ArgList.
Patch by Justin Lebar! llvm-svn: 256009
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Option/ArgList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Option/ArgList.h b/llvm/include/llvm/Option/ArgList.h
index 0a78e935afa..c6ec08cb6d6 100644
--- a/llvm/include/llvm/Option/ArgList.h
+++ b/llvm/include/llvm/Option/ArgList.h
@@ -306,6 +306,8 @@ public:
const char *GetOrMakeJoinedArgString(unsigned Index, StringRef LHS,
StringRef RHS) const;
+ void dump() const;
+
/// @}
};
OpenPOWER on IntegriCloud