]> granicus.if.org Git - clang/commit
The const and nothrow attributes can be handled by the simple attribute handler....
authorAaron Ballman <aaron@aaronballman.com>
Sat, 21 Dec 2013 16:49:29 +0000 (16:49 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 21 Dec 2013 16:49:29 +0000 (16:49 +0000)
commitc45cdf724dd44c9c72d7ac1b674ce4af62b50160
treef73bb5909581365456fda7c1efad18d914b2f7ab
parenta2cd7434fdd6e55d780b290aaef4365fd011252c
The const and nothrow attributes can be handled by the simple attribute handler. This removes a silent dropping of the attributes when they are duplicated on a Decl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp