summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaAttr.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2011-09-09 02:00:50 +0000
committerRichard Trieu <rtrieu@google.com>2011-09-09 02:00:50 +0000
commit2bd0401b04d472a155a6973f2c50905130742f45 (patch)
tree9a7e6fe23dc8cd4c4518bcf95af85d70844b8349 /clang/lib/Sema/SemaAttr.cpp
parentba63ce6b7bc7b220785cf861fb63e90077e56ea4 (diff)
downloadbcm5719-llvm-2bd0401b04d472a155a6973f2c50905130742f45.tar.gz
bcm5719-llvm-2bd0401b04d472a155a6973f2c50905130742f45.zip
Change all references of type ExprTy to Expr and get rid of the typedefs.
llvm-svn: 139347
Diffstat (limited to 'clang/lib/Sema/SemaAttr.cpp')
-rw-r--r--clang/lib/Sema/SemaAttr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaAttr.cpp b/clang/lib/Sema/SemaAttr.cpp
index 53dd297aebb..1c498925b71 100644
--- a/clang/lib/Sema/SemaAttr.cpp
+++ b/clang/lib/Sema/SemaAttr.cpp
@@ -189,7 +189,7 @@ void Sema::ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind,
}
void Sema::ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name,
- ExprTy *alignment, SourceLocation PragmaLoc,
+ Expr *alignment, SourceLocation PragmaLoc,
SourceLocation LParenLoc, SourceLocation RParenLoc) {
Expr *Alignment = static_cast<Expr *>(alignment);
OpenPOWER on IntegriCloud