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

Implement macro expansions in the plist output #578

Closed Szelethus closed 5 years ago

Szelethus commented 5 years ago

This PR contains 3 commits that encapsulate in order

All of these patches are cherry-picked from the official repository, but have been squashed in order not to clutter our commit history. In case we'd like to preserve those commits, I also have a separate branch on which they aren't squashed (https://github.com/Szelethus/clang/tree/ctu-clang7-macro-expansion), and they also have the same commit message as in the official repository. I haven't bothered with them too much while squashing.