Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
521 stars 102 forks source link

LLVM 11 migration #627

Closed wbqpk3 closed 1 year ago

wbqpk3 commented 1 year ago

In clang::CreateASTDumper function DumpDeclTypes seems new functionality, thus it was changed to false. See: https://github.com/llvm/llvm-project/blob/llvmorg-11.1.0/clang/lib/Frontend/ASTConsumers.cpp#L98 https://github.com/llvm/llvm-project/blob/llvmorg-10.0.0/clang/lib/Frontend/ASTConsumers.cpp#L81

mcserep commented 1 year ago

The CI also needs to be updated to LLVM and Clang 11. See the following files:

wbqpk3 commented 1 year ago

Updated CI for LLVM 11 https://github.com/Ericsson/CodeCompass/pull/627/commits/2c5d2a412eacf493062451981b2ef25ed217f93a

mcserep commented 1 year ago

The Dockefiles also had to be updated, related change to this MR in 354895724db9bd5c39ea043a73e9b168574ee960.