cling/lib/Utils
Jonas Hahnfeld 8a633e6d76 Unify access to template_arguments
The other methods, such as directly calling begin() and end() as well
as getNumArgs() and getArgs() will go away in LLVM 16, see commit
https://github.com/llvm/llvm-project/commit/1acffe81ee.
2023-07-11 12:29:06 +02:00
..
AST.cpp Unify access to template_arguments 2023-07-11 12:29:06 +02:00
CMakeLists.txt Fix building clingutils tetss with builtin_clang=OFF for conda 2020-01-24 15:44:19 +01:00
Diagnostics.cpp Fix LLVM API misuse when trying to replace and keep a DiagnosticConsumer. 2017-02-02 11:44:05 +01:00
Output.cpp Color handling moved from raw_fd_ostream to raw_ostream. 2022-12-09 08:44:16 +01:00
ParserStateRAII.cpp Qualify DestroyTemplateIdAnnotationsRAIIObj. 2022-12-09 08:44:16 +01:00
Paths.cpp llvm::StringRef does not support automatic conversion to string anymore. 2022-12-09 08:44:16 +01:00
PlatformPosix.cpp Initial support for building on FreeBSD (#12996) 2023-06-22 11:14:05 +02:00
PlatformWin.cpp Add the _MSC_VER value for Visual Studio 2022 2021-10-05 14:59:03 +02:00
SourceNormalization.cpp Fix warnings coming from shadowing names. 2021-02-25 20:44:18 +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