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

Improved import of TypeSourceInfo (TypeLoc). #596

Closed balazske closed 5 years ago

balazske commented 5 years ago

A new TypeLocImporter is created to import the TypeLoc values from TypeSourceInfo. The previous "trivial TypeSourceInfo" is replaced.

balazske commented 5 years ago

The case for minimal import is now commented out, it will be restored or removed after the tests.

balazske commented 5 years ago

I think the case for minimal import can be removed. There are no such checks at import of TypeSourceInfo or NestedNameSpecifier (these may cause import of other things too).

martong commented 4 years ago

https://reviews.llvm.org/D71018