summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaAttr.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-02-02 19:30:52 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-02-02 19:30:52 +0000
commit8ab003a0db5fa5fc990717aed545ab766d3bb558 (patch)
tree28a83f7cd48fda644f192060acf8553c468b3e6a /clang/lib/Sema/SemaAttr.cpp
parent6ffb1d7e3c2b58a5f5ec931138dd1366f5bc12a9 (diff)
downloadbcm5719-llvm-8ab003a0db5fa5fc990717aed545ab766d3bb558.tar.gz
bcm5719-llvm-8ab003a0db5fa5fc990717aed545ab766d3bb558.zip
The prefix 'Ms-' should be 'MS-'
Clang is otherwise consistent that Microsoft be abbreviated as MS, not Ms. llvm-svn: 227842
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 76297977ea0..e3b66bf9134 100644
--- a/clang/lib/Sema/SemaAttr.cpp
+++ b/clang/lib/Sema/SemaAttr.cpp
@@ -131,7 +131,7 @@ void Sema::AddAlignmentAttributesForRecord(RecordDecl *RD) {
void Sema::AddMsStructLayoutForRecord(RecordDecl *RD) {
if (MSStructPragmaOn)
- RD->addAttr(MsStructAttr::CreateImplicit(Context));
+ RD->addAttr(MSStructAttr::CreateImplicit(Context));
// FIXME: We should merge AddAlignmentAttributesForRecord with
// AddMsStructLayoutForRecord into AddPragmaAttributesForRecord, which takes
OpenPOWER on IntegriCloud