summaryrefslogtreecommitdiffstats
path: root/libcxx/src/exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Remove tabsHoward Hinnant2010-08-221-21/+21
| | | | llvm-svn: 111778
* Fixing whitespace problemsHoward Hinnant2010-08-221-35/+25
| | | | llvm-svn: 111751
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-2/+8
| | | | llvm-svn: 110828
* [except.nested]Howard Hinnant2010-05-271-0/+17
| | | | llvm-svn: 104850
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵Howard Hinnant2010-05-241-3/+5
| | | | | | accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. llvm-svn: 104516
* add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik2010-05-141-0/+171
llvm-svn: 103795
OpenPOWER on IntegriCloud