Re: [cfe-users] cfe-users Digest, Vol 62, Issue 11

2018-03-22 Thread Ryan Lewis via cfe-users
unsubscribe On Thu, Mar 22, 2018 at 3:02 PM via cfe-users wrote: > Send cfe-users mailing list submissions to > cfe-users@lists.llvm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users > or, via email, send

[cfe-users] tool to combine c++ header and source files

2016-01-26 Thread Ryan Lewis via cfe-users
Hi, I have a source project with 467 c++ headers and 578 c++ source files, with around 500 thousand lines of code (according to sloccount). I would like to produce 467 header files where I replace the ';' character with the body of text { } containing the source implementation from the c++ f