bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Add Constant C-style String Propagation #17

Closed burz closed 6 years ago

burz commented 6 years ago

The following changes allow users to propagate constant C-style string values over the control flow graphs of their code.

@ruoso

ruoso commented 6 years ago

Do we need to make all those interfaces public? Isn't there a part that can be made implementation-private?

burz commented 6 years ago

@lukaszkolodziejczyk I spoke with @ruoso about this and he said that he preferred it this way, not that I don't agree.