cling/lib/MetaProcessor
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
..
CMakeLists.txt Use new libdep syntax; parameterize target libs to link. 2014-03-08 18:47:09 +01:00
Display.cpp Clean up. 2014-04-14 09:08:59 +02:00
Display.h .namespace command. 2014-04-14 08:55:03 +02:00
InputValidator.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
InputValidator.h Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
Makefile Correct licenses in Makefiles. 2014-01-07 11:13:56 +01:00
MetaLexer.cpp Add support for .@ to cancel continuation 2014-05-29 17:04:59 +02:00
MetaLexer.h Add support for .@ to cancel continuation 2014-05-29 17:04:59 +02:00
MetaParser.cpp Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00
MetaParser.h Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00
MetaProcessor.cpp Add support for .@ to cancel continuation 2014-05-29 17:04:59 +02:00
MetaSema.cpp Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00
MetaSema.h Init TagsExtension Module, for extending cling to provide interactive hints 2014-06-04 09:20:14 +02:00