Side by Side Diff: tools/clang/BindMigrate/Util.cpp
Issue 7886056:
Clang plugin that rewrites PostTask(_, NewRunnableMethod(...)) to PostTask(_, base::Bind(...)); (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix lifetime issue where BindMigrateAction is deleted before the ASTConsumer is finished.
Created 9 years, 2 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Issue 7886056: Clang plugin that rewrites PostTask(_, NewRunnableMethod(...)) to PostTask(_, base::Bind(...));
(Closed)
Created 9 years, 3 months ago by awong
Modified 8 years, 6 months ago
Reviewers: Nico
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 20