cling/lib
Vassil Vassilev c44b4a3803 Move the restore point before the actual unload, i.e exclusive restore point.
Thus we can handle the cases where libraries are loaded. That case is tricky
because during library's static initialization, header parsing might occur (resulting
in more decls that need to be unloaded). With the exclusive restore point, we
will undo everything up to it, which implicitly will unload the library and
it's friends.
2014-04-14 09:08:59 +02:00
..
Interpreter Don't unload decls came from vtable emission. 2014-04-14 09:08:59 +02:00
MetaProcessor Move the restore point before the actual unload, i.e exclusive restore point. 2014-04-14 09:08:59 +02:00
UserInterface Replace StoredValueRef by Value. 2014-04-01 18:31:58 +02:00
Utils Preliminary support for template alias. 2014-03-21 16:57:07 +01:00
CMakeLists.txt Refer to license in CMake files. 2014-01-07 12:02:58 +01:00
Makefile Correct licenses in Makefiles. 2014-01-07 11:13:56 +01:00