cling/lib
Baozeng Ding 6b560aadba Implement the null deref checker on AST level.
We need to throw an exception if null deref is done. If we continued to do that
generating IR it would be too difficult to get the exception semantics and
cleanups right. Thus we decided to do it on AST level and delegate to codegen
generate the concrete IR that we need.
2013-09-05 19:08:55 +02:00
..
Interpreter Implement the null deref checker on AST level. 2013-09-05 19:08:55 +02:00
MetaProcessor Add missing transaction (fix .class) 2013-09-04 18:32:55 +02:00
UserInterface Move the handling of unhandled exceptions in the loop. 2013-08-27 23:46:41 +02:00
Utils Do not desugar typedef pointing to compiler 'details'. 2013-09-03 13:18:55 +02:00
CMakeLists.txt Avoid building cling 'UserInterface' library and 'cling' executable when bulding ROOT with CMake. Fixed the order of libraries in link statement.. 2013-06-05 16:26:50 +02:00
Makefile Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00