11.07.2013, 19:06, "John Regehr" <[email protected]>: > I just pushed the update below to our INSTALL File. This is annoying > but at least the fix is easy. > > One really annoying thing is that clang-format from 3.3 is basically > useless due to using many GB of RAM when processing templated code. > clang-format from the current version works well.
Could it be used in pass_indent::final only? > > John > > NOTE: The LLVM 3.3 release has some performance issues that were fixed > by the LLVM developers shortly after the release. If you want to > increase the speed of C-Reduce by as much as 100% when reducing > large C++ programs, you may want to experiment with using > development versions of LLVM 3.3+, following instructions here: > http://clang.llvm.org/get_started.html We have had good luck > using versions aroung 186000 but newer versions probably also > work. -- Regards, Konstantin
