cling/lib/Utils
Jonas Hahnfeld 52df1a551a Globally enable incremental extensions
We are relying on this since a while, for example for reemission of
template symbols. At the moment, we get the incremental extensions
because Preprocessor::enableIncrementalProcessing() turns them on
internally, but this will change with LLVM 18 where this method only
controls incremental processing of a single Preprocessor object.
2024-08-09 08:59:03 +02:00
..
AST.cpp Use StringRef::{starts,ends}_with 2024-02-23 09:44:06 +01:00
CMakeLists.txt Fix building clingutils tetss with builtin_clang=OFF for conda 2020-01-24 15:44:19 +01:00
Diagnostics.cpp fix unsafe mix of type warning in Diagnostic.cpp 2023-08-14 15:14:03 +02:00
Output.cpp Color handling moved from raw_fd_ostream to raw_ostream. 2022-12-09 08:44:16 +01:00
ParserStateRAII.cpp Globally enable incremental extensions 2024-08-09 08:59:03 +02:00
Paths.cpp Use StringRef::{starts,ends}_with 2024-02-23 09:44:06 +01:00
PlatformPosix.cpp Initial support for building on FreeBSD (#12996) 2023-06-22 11:14:05 +02:00
PlatformWin.cpp Add support for Visual Studio >= v17.10 2024-05-08 10:44:03 +02:00
SourceNormalization.cpp Use StringRef::{starts,ends}_with 2024-02-23 09:44:06 +01:00
UTF8.cpp LLVM_ON_WIN32 was dropped. 2021-02-25 20:44:18 +01:00
Validation.cpp Add platform::IsMemoryValid. 2016-10-18 17:53:21 +02:00