mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Doxygen-ify comments
llvm-svn: 16773
This commit is contained in:
parent
c2563bf614
commit
80dedeb9fd
@ -101,8 +101,9 @@ protected:
|
||||
///
|
||||
inline void setAbstract(bool Val) { Abstract = Val; }
|
||||
|
||||
// PromoteAbstractToConcrete - This is an internal method used to calculate
|
||||
// change "Abstract" from true to false when types are refined.
|
||||
/// PromoteAbstractToConcrete - This is an internal method used to calculate
|
||||
/// change "Abstract" from true to false when types are refined.
|
||||
///
|
||||
bool PromoteAbstractToConcrete(void *);
|
||||
|
||||
unsigned getRefCount() const { return RefCount; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user