summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGClass.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/CodeGen/CGClass.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/CodeGen/CGClass.cpp')
-rw-r--r--clang/lib/CodeGen/CGClass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp
index 459b7742a26..2e2b420740b 100644
--- a/clang/lib/CodeGen/CGClass.cpp
+++ b/clang/lib/CodeGen/CGClass.cpp
@@ -1954,7 +1954,7 @@ CodeGenFunction::InitializeVTablePointer(BaseSubobject Base,
// Don't initialize the vtable pointer if the class is marked with the
// 'novtable' attribute.
if ((RD == VTableClass || RD == NearestVBase) &&
- VTableClass->hasAttr<MsNoVTableAttr>())
+ VTableClass->hasAttr<MSNoVTableAttr>())
return;
// Compute the address point.
OpenPOWER on IntegriCloud