Branch:
rosetta:main
「revision: №62155」
Test:
ubuntu.clang.code_quality.clang_tidy
SubTest:
src/protocols/ligand_evolution/FragmentLibrary.cc
SubTest files:
「file-system-view」
Daemon:
nobu-5
State:
src/protocols/ligand_evolution/FragmentLibrary.cc
/home/benchmark/rosetta/source/cmake/build_clang_tidy/../../external/rdkit/GraphMol/ROMol.h:293:22: warning: Call to virtual function during destruction [clang-analyzer-optin.cplusplus.VirtualCall]
virtual ~ROMol() { destroy(); };
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:443:7: note: Assuming the condition is false
if ( smiles_.empty() ) {
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:443:2: note: Taking false branch
if ( smiles_.empty() ) {
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:448:9: note: Calling 'FragmentLibrary::create_ligand_pose'
return create_ligand_pose( smiles, create_rotamers, ligand_chain );
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:453:23: note: Calling 'FragmentLibrary::create_ligand'
return create_pose( *create_ligand( smiles, create_rotamers ), ligand_chain );
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:271:7: note: Assuming 'create_rotamers' is 0
if ( create_rotamers ) {
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:271:2: note: Taking false branch
if ( create_rotamers ) {
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:284:9: note: Calling implicit destructor for 'RDMolToRestype'
return tmp_residue;
^
/home/benchmark/rosetta/source/src/protocols/ligand_evolution/FragmentLibrary.cc:284:9: note: Calling '~ROMol'
/home/benchmark/rosetta/source/cmake/build_clang_tidy/../../external/rdkit/GraphMol/ROMol.h:293:22: note: This destructor of an object of type '~ROMol' has not returned when the virtual method was called
virtual ~ROMol() { destroy(); };
^
/home/benchmark/rosetta/source/cmake/build_clang_tidy/../../external/rdkit/GraphMol/ROMol.h:293:22: note: Call to virtual function during destruction
1835 warnings generated.