]> granicus.if.org Git - clang/commit
Kill FullExpr, as it was not, in fact, used anywhere in the code base.
authorJohn McCall <rjmccall@apple.com>
Tue, 7 Dec 2010 00:47:33 +0000 (00:47 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 7 Dec 2010 00:47:33 +0000 (00:47 +0000)
commit6f18fca241bf060bccbea52e5e436e17562bc9b3
tree879708113e2d2b2e23ae169a2bc9815ab18c8ee6
parent53c374f1ac6d28b2341b3a8f3902eb51db9c50e7
Kill FullExpr, as it was not, in fact, used anywhere in the code base.
I'm not opposed to the idea in concept, but there's no point in preserving
abortive experiments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121083 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/FullExpr.h [deleted file]
include/clang/AST/Stmt.h
include/clang/Sema/Sema.h
lib/AST/CMakeLists.txt
lib/AST/FullExpr.cpp [deleted file]
lib/Sema/SemaExprCXX.cpp