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

Added correct import of AlignedAttr. #652

Closed balazske closed 5 years ago

balazske commented 5 years ago

The import of AlignedAttr has caused crash during LLVM analysis ( #645 ), this problem was fixed. (Other kind of Attr should be fixed too.)

balazske commented 5 years ago

run tests

balazske commented 4 years ago

Differential Revision: https://reviews.llvm.org/D75048