]> granicus.if.org Git - clang/commit
Fix serialization/deserialization for __uuidof
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 28 Mar 2016 03:19:50 +0000 (03:19 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 28 Mar 2016 03:19:50 +0000 (03:19 +0000)
commit2a09fdf50d064522b57967dcd851b7e66b181e3a
treee1261ad6a9f5587f198ab198077b1e8ba2c71945
parentdad0894ee3ac268030befe1dbd1f2417d38dfbce
Fix serialization/deserialization for __uuidof

I broke this back in r264529 because I forgot to serialize the UuidAttr
member.  Fix this by replacing the UuidAttr with a StringRef which is
properly serialized and deserialized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264562 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/AST/MicrosoftMangle.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaExprCXX.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/PCH/uuidof.cpp [new file with mode: 0644]