summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-04-30 10:07:30 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-04-30 10:07:30 +0000
commit583edf884315605fa802b7e9c55afdbc2cc0e129 (patch)
tree324fa1537ba764fb0f93d4837fc12e07013af5eb /clang/lib/Serialization/ASTWriter.cpp
parentc1ce4f58e6721662f4be5421660eeee8d5df11ee (diff)
downloadbcm5719-llvm-583edf884315605fa802b7e9c55afdbc2cc0e129.tar.gz
bcm5719-llvm-583edf884315605fa802b7e9c55afdbc2cc0e129.zip
Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'
based on Doug's preferences when we discussed this in IRC. This brings the wording more in line with the standard. llvm-svn: 130603
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
-rw-r--r--clang/lib/Serialization/ASTWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp
index cc951b1a4b9..52c28ff6e89 100644
--- a/clang/lib/Serialization/ASTWriter.cpp
+++ b/clang/lib/Serialization/ASTWriter.cpp
@@ -3782,7 +3782,7 @@ void ASTWriter::AddCXXDefinitionData(const CXXRecordDecl *D, RecordDataImpl &Rec
Record.push_back(Data.Empty);
Record.push_back(Data.Polymorphic);
Record.push_back(Data.Abstract);
- Record.push_back(Data.HasStandardLayout);
+ Record.push_back(Data.IsStandardLayout);
Record.push_back(Data.HasNoNonEmptyBases);
Record.push_back(Data.HasPrivateFields);
Record.push_back(Data.HasProtectedFields);
OpenPOWER on IntegriCloud