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

find ODR false positives in open source projects #622

Closed dkrupp closed 4 years ago

balazske commented 5 years ago

One false ODR condition was found in protobuf, related pull requests:

613

616

624

balazske commented 5 years ago

Now looking at Bitcoin.

balazske commented 5 years ago

Bitcoin related: #626

balazske commented 5 years ago

After #631 there are no more ODR warnings in bitcoin.

martong commented 5 years ago

Nice work!

dkrupp commented 5 years ago

try to analyze the remaining ODR erros if they are coming from the Importing redis, xerces