cling/test/Lookup
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
..
args.C Update tests to new interfaces. 2014-02-19 12:55:00 +01:00
data.C Update tests to new interfaces. 2014-02-19 12:55:00 +01:00
failedTemplateInstantiations.C Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00
func.C Use proper regexp 2014-03-27 11:18:57 +01:00
scope.C Update to XCode 5.1; e.g. ignore type of std::string::c_str(). 2014-03-31 15:15:57 +02:00
template.C Update to XCode 5.1; e.g. ignore type of std::string::c_str(). 2014-03-31 15:15:57 +02:00
type.C Update to XCode 5.1; e.g. ignore type of std::string::c_str(). 2014-03-31 15:15:57 +02:00
variadicFunc.C Bring to more up-to-date an xfailure. 2014-05-23 12:36:01 +02:00