summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-17 00:58:30 +0000
committerChris Lattner <sabre@nondot.org>2009-02-17 00:58:30 +0000
commit01c3d23814cb0432e13be553f970cf2a529811f2 (patch)
tree76c834776ed222065063233df20210876b95ae47 /clang/lib/Sema
parent2eccbc1e5d018d76ef0c4568b9944520ce8cdf5c (diff)
downloadbcm5719-llvm-01c3d23814cb0432e13be553f970cf2a529811f2.tar.gz
bcm5719-llvm-01c3d23814cb0432e13be553f970cf2a529811f2.zip
copying and assignment of sema seem unwise :)
llvm-svn: 64712
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/Sema.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index a96618f5a93..3475b2dadae 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -110,6 +110,8 @@ public:
/// Sema - This implements semantic analysis and AST building for C.
class Sema : public Action {
+ Sema(const Sema&); // DO NOT IMPLEMENT
+ void operator=(const Sema&); // DO NOT IMPLEMENT
public:
const LangOptions &LangOpts;
Preprocessor &PP;
OpenPOWER on IntegriCloud