Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

Set the described template if not set #570

Open martong opened 5 years ago

martong commented 5 years ago

During the addition of an injected class type to a record it may happen that a CXXRecordDecl in the redecl chain does not have a set described template and this caused an assert in LLDB in macOS (but not in Linux).