Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: include/llvm/Analysis/NaCl.h

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/llvm/Analysis/NaCl.h
diff --git a/include/llvm/Analysis/NaCl.h b/include/llvm/Analysis/NaCl.h
index 035b5e7b811f8ada2d9ff314eea4fccfe4c4257d..eb894ef9b64a2bc1c0cbad81eb29962812c08bd0 100644
--- a/include/llvm/Analysis/NaCl.h
+++ b/include/llvm/Analysis/NaCl.h
@@ -22,8 +22,8 @@ class ModulePass;
extern cl::opt<bool> PNaClABIAllowDebugMetadata;
class PNaClABIErrorReporter {
- PNaClABIErrorReporter(const PNaClABIErrorReporter&) LLVM_DELETED_FUNCTION;
- void operator=(const PNaClABIErrorReporter&) LLVM_DELETED_FUNCTION;
+ PNaClABIErrorReporter(const PNaClABIErrorReporter&) = delete;
+ void operator=(const PNaClABIErrorReporter&) = delete;
public:
PNaClABIErrorReporter() : ErrorCount(0), Errors(ErrorString),
UseFatalErrors(true) {}
« no previous file with comments | « no previous file | include/llvm/Analysis/NaCl/PNaClABIProps.h » ('j') | include/llvm/Bitcode/NaCl/NaClBitcodeDist.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698