mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Trailing whitespace, 80-col violations.
llvm-svn: 114435
This commit is contained in:
parent
eacda4d1ca
commit
94fc12258f
@ -1233,10 +1233,10 @@ public:
|
||||
ID(LastID++), Name(N), Loc(loc) {}
|
||||
~Record() {}
|
||||
|
||||
|
||||
|
||||
static unsigned getNewUID() { return LastID++; }
|
||||
|
||||
|
||||
|
||||
|
||||
unsigned getID() const { return ID; }
|
||||
|
||||
const std::string &getName() const { return Name; }
|
||||
@ -1350,9 +1350,9 @@ public:
|
||||
///
|
||||
std::vector<Record*> getValueAsListOfDefs(StringRef FieldName) const;
|
||||
|
||||
/// getValueAsListOfInts - This method looks up the specified field and returns
|
||||
/// its value as a vector of integers, throwing an exception if the field does
|
||||
/// not exist or if the value is not the right type.
|
||||
/// getValueAsListOfInts - This method looks up the specified field and
|
||||
/// returns its value as a vector of integers, throwing an exception if the
|
||||
/// field does not exist or if the value is not the right type.
|
||||
///
|
||||
std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user