cling/lib
Javier Lopez-Gomez 41f3ed6c97 MetaLexer: return /* and */ as tokens; added ReadToEndOfLine()
This commit includes the following changes to MetaLexer:
- Update `MetaLexer::Lex()` to return `/*` (tok::l_comment), `*/` (tok::r_comment),
and `<` (tok::less) as tokens.

- Added `MetaLexer::ReadToEndOfLine()` function: consume input until `\r` or `\n`.

- Added `MetaLexer::RAII`, a RAII object that saves/restores the current position.
2021-09-08 19:14:06 +02:00
..
Interpreter Fix building ROOT with external llvm. 2021-08-17 10:29:05 +02:00
MetaProcessor MetaLexer: return /* and */ as tokens; added ReadToEndOfLine() 2021-09-08 19:14:06 +02:00
UserInterface Do not segfault when root_hist has zero lines 2020-08-18 16:09:42 +02:00
Utils Silence GCC 4.8 / CentOS7 warnings: 2021-05-21 09:44:08 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00