projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49588d8
)
Remove an unnecessary friend declaration.
author
Dan Gohman
<gohman@apple.com>
Tue, 9 Oct 2007 18:39:48 +0000
(18:39 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 9 Oct 2007 18:39:48 +0000
(18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42805
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/CommandLine.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/CommandLine.h
b/include/llvm/Support/CommandLine.h
index 8fb7d3832cadaa727fc1a095ddb9dd5b910c6cd5..005861e7bdd42d5459f890f3495001602c4771f9 100644
(file)
--- a/
include/llvm/Support/CommandLine.h
+++ b/
include/llvm/Support/CommandLine.h
@@
-133,7
+133,6
@@
enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
- friend void cl::ParseCommandLineOptions(int, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into