cling/lib/MetaProcessor
Javier Lopez-Gomez 668dfdcc7f cleanup MetaSema.cpp
Additionally, this commit extends the behavior of `.x`. Specifically, it adds
support for a list of function names whose execution will be tried in order.

To be compliant with the old behavior, this list currently only includes an
entry that matches the macro filename.
2021-05-12 17:59:06 +02: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 LLVM_FALLTHROUGH to silence warnings. 2021-02-25 20:44:17 +01:00
MetaLexer.cpp Remove unused parameters. Fixes -Wunused-parameter. 2021-02-25 20:44:18 +01: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 Lifetime of MetaParser is that of its input: 2021-05-05 09:44:04 +02:00
MetaSema.cpp cleanup MetaSema.cpp 2021-05-12 17:59:06 +02:00