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

[ASTImporter] Import BraceRange of EnumDecl. #633

Closed balazske closed 5 years ago

balazske commented 5 years ago

Test for this is in #632 .

balazske commented 5 years ago

My plan was: #632 will contain the test for this case, but this test does not pass without the other changes in #632. #632 will be rebased to after this change.

balazske commented 5 years ago

Upstreaming of this change is handled in https://reviews.llvm.org/D60499.