summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/uuidof.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-0/+9
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. llvm-svn: 264562
OpenPOWER on IntegriCloud