[llvm-commits] [llvm] r110679 - /llvm/trunk/include/llvm/Support/CommandLine.h
Mikhail Glushenkov
foldr at codedgers.com
Tue Aug 10 07:49:25 PDT 2010
Author: foldr
Date: Tue Aug 10 09:49:24 2010
New Revision: 110679
URL: http://llvm.org/viewvc/llvm-project?rev=110679&view=rev
Log:
Trailing whitespace.
Modified:
llvm/trunk/include/llvm/Support/CommandLine.h
Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=110679&r1=110678&r2=110679&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Tue Aug 10 09:49:24 2010
@@ -31,7 +31,7 @@
#include <vector>
namespace llvm {
-
+
/// cl Namespace - This namespace contains all of the command line option
/// processing machinery. It is intentionally a short name to make qualified
/// usage concise.
@@ -788,7 +788,7 @@
DataType &getValue() { check(); return *Location; }
const DataType &getValue() const { check(); return *Location; }
-
+
operator DataType() const { return this->getValue(); }
};
More information about the llvm-commits
mailing list