зеркало из https://github.com/microsoft/clang-1.git
remove dead method with bogus comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e7f64cc250
Коммит
833b2eb738
|
@ -383,11 +383,6 @@ public:
|
|||
bool isSizeOfAlignOfOp() const { return Opc == SizeOf || Opc == AlignOf; }
|
||||
static bool isArithmeticOp(Opcode Op) { return Op >= Plus && Op <= LNot; }
|
||||
|
||||
/// getDecl - a recursive routine that derives the base decl for an
|
||||
/// expression. For example, it will return the declaration for "s" from
|
||||
/// the following complex expression "s.zz[2].bb.vv".
|
||||
static bool isAddressable(Expr *e);
|
||||
|
||||
/// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
|
||||
/// corresponds to, e.g. "sizeof" or "[pre]++"
|
||||
static const char *getOpcodeStr(Opcode Op);
|
||||
|
|
Загрузка…
Ссылка в новой задаче