Clarify the code in checkDLLAttribute()
authorHans Wennborg <hans@hanshq.net>
Tue, 16 Dec 2014 01:15:01 +0000 (01:15 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 16 Dec 2014 01:15:01 +0000 (01:15 +0000)
commit45810b463130453c9e84a8fad213106c75cb71cb
tree05dd265494bc3222b5f6025d8b72b82068aa7278
parentc971338def50e7e5e93fee44a611df783189b2ee
Clarify the code in checkDLLAttribute()

Update the comments to make it more clear what's going on, and address
Richard's comments from PR21718. This doesn't fix that bug, but hopefully
makes the code easier to understand.

llvm-svn: 224303
clang/lib/Sema/SemaDeclCXX.cpp