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

Continue ASTImporter error handling #518

Closed balazske closed 5 years ago

balazske commented 5 years ago

Phabricator patches (see "Stack" in phabricator): https://reviews.llvm.org/D51633 https://reviews.llvm.org/D53751 https://reviews.llvm.org/D53818 https://reviews.llvm.org/D53757 https://reviews.llvm.org/D55049

balazske commented 5 years ago

All upstream clang patches are committed now. One extra change is needed: Change to Import_New in LLDB and rename all Import_New to Import.

martong commented 5 years ago

All upstream clang patches are committed now. One extra change is needed: Change to Import_New in LLDB and rename all Import_New to Import.

Thanks! So there will be 3 more patches, right? 1) Change to Import_New in LLDB 2) Rename from Import_New to Import in Clang 3) Rename from Import_New to Import in LLDB

Could you please create these patches?

balazske commented 5 years ago

I am not sure if I can make LLDB patches. (Theoretically yes? But I have only simple git repository here, not git-svn.) The renames must be committed at the same time.

martong commented 5 years ago

https://reviews.llvm.org/D61438