summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/pr18661.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)Hans Wennborg2014-02-051-0/+14
We accept these with a warning in MS mode, but we would previously mark them invalid, causing us not to emit code for them. Differential Revision: http://llvm-reviews.chandlerc.com/D2681 llvm-svn: 200815
OpenPOWER on IntegriCloud