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

Fix display ctu progress #366

Closed martong closed 6 years ago

martong commented 6 years ago

Fixes #365

martong commented 6 years ago

We have to emit the message only when the file is physically loaded. Currently we emit even if we get the Unit from the cache FileASTUnitMap.

martong commented 6 years ago

Update: Added a default arg.