aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/ExceptionSpecificationType.h
AgeCommit message (Expand)Author
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-03Track the result of evaluating a computed noexcept specification on theRichard Smith
2014-11-13PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl
2011-03-06Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl