cling/lib/Utils
Jonas Hahnfeld a1598cba14 Update handling of ElaboratedType in GetFullyQualifiedType
In LLVM 16, we now get ElaboratedType far more often, but they don't
have all namespace qualifiers we need. This fixes the build of the
RooFitCore module, but many other places are likely affected as well.
2023-12-11 08:59:21 +01:00
..
AST.cpp Update handling of ElaboratedType in GetFullyQualifiedType 2023-12-11 08:59:21 +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 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 Lexer does not expose getLangOpts() anymore 2023-12-11 08:59:20 +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