aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/LangStandards.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2012-03-07 00:01:18 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2012-03-07 00:01:18 +0000
commit29293cddc682091a16a71f513e605995473f7f45 (patch)
treefdc85e666403d642a588ed83ac2e794c9b4c2be3 /lib/Frontend/LangStandards.cpp
parent047da195aee797341c86d38cc7e3a7e619274dab (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
Diffstat (limited to 'lib/Frontend/LangStandards.cpp')
0 files changed, 0 insertions, 0 deletions