зеркало из https://github.com/microsoft/clang-1.git
Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
37eff83413
Коммит
c4cca7b240
|
@ -1673,7 +1673,7 @@ public:
|
||||||
/// This represents a Microsoft inline-assembly statement extension.
|
/// This represents a Microsoft inline-assembly statement extension.
|
||||||
///
|
///
|
||||||
class MSAsmStmt : public AsmStmt {
|
class MSAsmStmt : public AsmStmt {
|
||||||
SourceLocation AsmLoc, LBraceLoc, EndLoc;
|
SourceLocation LBraceLoc, EndLoc;
|
||||||
std::string AsmStr;
|
std::string AsmStr;
|
||||||
|
|
||||||
unsigned NumAsmToks;
|
unsigned NumAsmToks;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче