summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo/ExceptionDemo.cpp
Commit message (Expand)AuthorAge
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Added new FIXME noteGarrison Venn2011-04-12
* Get rid of useless comment; if a file uses functions from a given header,Eli Friedman2011-04-11
* Because some systems have reported that this example would not build theGarrison Venn2011-04-11
* Fixed more best practices, and explicit/implicit style guide issues.Garrison Venn2011-04-10
* reindent this whole file and do a variety of stylistic cleanups.Chris Lattner2011-04-08
* fix this to build with the recent StructType changes.Chris Lattner2011-04-08
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* Remove stray semi-colon.Daniel Dunbar2010-06-15
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Fix -Wcast-qual warning.Benjamin Kramer2010-04-20
* Adds a JIT based exception handling example to the examples directory. Garrison Venn2010-02-09