cling/lib/MetaProcessor
Javier Lopez-Gomez 2e500a3fb8 Add Interpreter::m_InputFlags
This member provides additional information about the context in which parsing
occurs.
In particular, the `kInputFromFile` and `kIFFLineByLine` flags allow to tell
whether a sequence of calls to `Interpreter::process()` is issued from
`MetaProcessor::readInputFromFile()` for the contents of an external file.
2022-02-11 01:59:05 +01:00
..
CMakeLists.txt Enable ROOT to be built with prebuilt clang and llvm. 2018-03-28 19:29:10 +02:00
Display.cpp Fix warnings coming from shadowing names. 2021-02-25 20:44:18 +01:00
InputValidator.cpp Add InputValidator::getLastResult() member function 2022-01-31 19:29:04 +01:00
MetaLexer.cpp Cleanup MetaLexer; remove unused LexPunctuatorAndAdvance() 2021-09-08 19:14:06 +02:00
MetaParser.cpp Use the dyld to show more meaningful message when a symbol is missing. 2021-05-08 20:59:07 +02:00
MetaProcessor.cpp Add Interpreter::m_InputFlags 2022-02-11 01:59:05 +01:00
MetaSema.cpp cleanup MetaSema.cpp 2021-05-12 17:59:06 +02:00