void UpdateAlignment(unsigned NewAlignment);
- // DO NOT IMPLEMENT
- RecordLayoutBuilder(const RecordLayoutBuilder&) ATTRIBUTE_UNUSED;
- void operator=(const RecordLayoutBuilder&) ATTRIBUTE_UNUSED;
+ RecordLayoutBuilder(const RecordLayoutBuilder&); // DO NOT IMPLEMENT
+ void operator=(const RecordLayoutBuilder&); // DO NOT IMPLEMENT
public:
static const CXXMethodDecl *ComputeKeyFunction(const CXXRecordDecl *RD);
};
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/Compiler.h"
using namespace clang;
VerifyDiagnosticsClient::VerifyDiagnosticsClient(Diagnostic &_Diags,
: Location(Location), Text(Text), Count(Count) { }
private:
- Directive(const Directive&) ATTRIBUTE_UNUSED; // DO NOT IMPLEMENT
- void operator=(const Directive&) ATTRIBUTE_UNUSED; // DO NOT IMPLEMENT
+ Directive(const Directive&); // DO NOT IMPLEMENT
+ void operator=(const Directive&); // DO NOT IMPLEMENT
};
/// StandardDirective - Directive with string matching.