зеркало из https://github.com/microsoft/clang-1.git
remove dead method.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
211a30e928
Коммит
050785860b
|
@ -155,11 +155,6 @@ public:
|
|||
// Type Operators
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
/// getIntegerBitwidth - Return the bitwidth of the specified integer type
|
||||
/// according to the target. 'Loc' specifies the source location that
|
||||
/// requires evaluation of this property.
|
||||
unsigned getIntegerBitwidth(QualType T, SourceLocation Loc);
|
||||
|
||||
/// maxIntegerType - Returns the highest ranked integer type. Handles 3
|
||||
/// different type combos: unsigned/unsigned, signed/signed, signed/unsigned.
|
||||
static QualType maxIntegerType(QualType lhs, QualType rhs);
|
||||
|
|
Загрузка…
Ссылка в новой задаче