Re: r286243 - [clang-format] Remove (SourceManager, FileID) variants

2016-11-09 Thread Galina Kistanova via cfe-commits
Thank you! On Tue, Nov 8, 2016 at 11:57 AM, Daniel Jasper wrote: > Fixed in r286279. > > On Tue, Nov 8, 2016 at 10:45 AM, Galina Kistanova > wrote: > >> Hello Daniel, >> >> This commit broke at least one of our builders: >> http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/234

Re: r286243 - [clang-format] Remove (SourceManager, FileID) variants

2016-11-08 Thread Daniel Jasper via cfe-commits
Fixed in r286279. On Tue, Nov 8, 2016 at 10:45 AM, Galina Kistanova wrote: > Hello Daniel, > > This commit broke at least one of our builders: > http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/234 > > Please have a look at this? > > Thanks > > Galina > > On Tue, Nov 8, 2016 a

Re: r286243 - [clang-format] Remove (SourceManager, FileID) variants

2016-11-08 Thread Galina Kistanova via cfe-commits
Hello Daniel, This commit broke at least one of our builders: http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/234 Please have a look at this? Thanks Galina On Tue, Nov 8, 2016 at 8:11 AM, Daniel Jasper via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: djasper

r286243 - [clang-format] Remove (SourceManager, FileID) variants

2016-11-08 Thread Daniel Jasper via cfe-commits
Author: djasper Date: Tue Nov 8 10:11:33 2016 New Revision: 286243 URL: http://llvm.org/viewvc/llvm-project?rev=286243&view=rev Log: [clang-format] Remove (SourceManager, FileID) variants In Format, remove the reformat() and clean() functions taking a SourceManager and a FileID. Keep the version