cling/test/Interfaces
manasij7479 024b16df11 Init TagsExtension Module, for extending cling to provide interactive hints
AutoloadCallback: Implementing InterpreterCallbacks to attach the module to cling
   The main focus is on overriding LookupObject so that the information about
   lookup failures are obtained from clang.
   The type of the name is not taken into consideration for now.

TagManager: To manage and lookup information from various sorts of tag files.
   Currently a TagManager object is owned by the callback system.
   This may change in future.

Wrapper: As a base class for handling particular types of tagfiles.
   The TagManager maintains a container of Wrappers.

CtagsFileWrapper: Implementing a wrapper for ctags.
   This class is responsible for generating a tagfile from a given path or list of files.
   It also performs lookups in the file generated by it.

And a few simple file system utils to complement llvm::sys::fs and path utilities
2014-06-04 09:20:14 +02:00
..
#evaluate.C# Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00
address_lib.c Refer to license in C files. 2014-01-07 12:02:58 +01:00
address.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
compileFunc.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
echo.C Rewire the dumping on cling::Value to its new implementation. 2014-05-18 18:08:58 +02:00
evaluate.C Void has no address. 2014-05-26 17:37:57 +02:00
execute.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
transactionReuse.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00