forked from qt-creator/qt-creator
Recognize C++0x rvalue references.
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
PointerType *pointerType(const FullySpecifiedType &elementType);
|
||||
|
||||
/// Returns a Type object of type ReferenceType.
|
||||
ReferenceType *referenceType(const FullySpecifiedType &elementType);
|
||||
ReferenceType *referenceType(const FullySpecifiedType &elementType, bool rvalueRef = false);
|
||||
|
||||
/// Retruns a Type object of type ArrayType.
|
||||
ArrayType *arrayType(const FullySpecifiedType &elementType, unsigned size = 0);
|
||||
|
||||
Reference in New Issue
Block a user