commit | 29293cddc682091a16a71f513e605995473f7f45 | [log] [tgz] |
---|---|---|
author | Dylan Noblesmith <nobled@dreamwidth.org> | Wed Mar 07 00:01:18 2012 +0000 |
committer | Dylan Noblesmith <nobled@dreamwidth.org> | Wed Mar 07 00:01:18 2012 +0000 |
tree | fdc85e666403d642a588ed83ac2e794c9b4c2be3 | |
parent | 047da195aee797341c86d38cc7e3a7e619274dab [diff] |
AST: fix build since r152060 The declarations of the operators no longer matched. The definitions in ASTContext.h had 'throw()' removed, but it was still present in Attr.h. Somehow the buildbots missed this. clang merely warns about a missing 'throw()' specification and suggested a Fix-It adding it back, but gcc 4.5 is not so forgiving and gives an error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152167 91177308-0d34-0410-b5e6-96231b3b80d8