forked from OSchip/llvm-project
parent
7058c265f5
commit
fc838009d6
|
|
@ -31,7 +31,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// cl Namespace - This namespace contains all of the command line option
|
/// cl Namespace - This namespace contains all of the command line option
|
||||||
/// processing machinery. It is intentionally a short name to make qualified
|
/// processing machinery. It is intentionally a short name to make qualified
|
||||||
/// usage concise.
|
/// usage concise.
|
||||||
|
|
@ -788,7 +788,7 @@ public:
|
||||||
|
|
||||||
DataType &getValue() { check(); return *Location; }
|
DataType &getValue() { check(); return *Location; }
|
||||||
const DataType &getValue() const { check(); return *Location; }
|
const DataType &getValue() const { check(); return *Location; }
|
||||||
|
|
||||||
operator DataType() const { return this->getValue(); }
|
operator DataType() const { return this->getValue(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue