]> granicus.if.org Git - clang/commit
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Dec 2014 08:01:48 +0000 (08:01 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Dec 2014 08:01:48 +0000 (08:01 +0000)
commitdc1e969d8e79db07e6463970233da6507d280e12
tree2e82e1a054d14a8c92fb0bf89c025138fd5516d0
parent7c818bad8a72a60b7c86c90e9eca6bfa4aef2ce7
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Bitfield RefersToEnclosingLocal of Stmt::DeclRefExprBitfields renamed to RefersToCapturedVariable to reflect latest changes introduced in commit 224323. Also renamed method Expr::refersToEnclosingLocal() to Expr::refersToCapturedVariable() and comments for constant arguments.
No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224329 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/AST/Expr.h
include/clang/AST/Stmt.h
lib/AST/ASTImporter.cpp
lib/AST/Expr.cpp
lib/Analysis/BodyFarm.cpp
lib/CodeGen/CGExpr.cpp
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/SemaStmt.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp