]> granicus.if.org Git - clang/commit
Preserve type source information in sizeof/alignof expressions, and pass it
authorJohn McCall <rjmccall@apple.com>
Wed, 4 Nov 2009 07:28:41 +0000 (07:28 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 4 Nov 2009 07:28:41 +0000 (07:28 +0000)
commit5ab75172051a6d2ea71a80a79e81c65519fd3462
treee03271bc6d106935276fbc951192f7e85b3f1a5b
parentc86a6e988184867b09aa17a619402d0e81d0fda0
Preserve type source information in sizeof/alignof expressions, and pass it
through to indexing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86018 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Frontend/RewriteObjC.cpp
lib/Index/ResolveLocation.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/TreeTransform.h