Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: tools/clang/BindMigrate/CMakeLists.txt

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.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 set(MODULE TRUE)
2
3 set( LLVM_USED_LIBS
4 clangFrontend
5 clangAST
6 )
7
8 set( LLVM_LINK_COMPONENTS support mc)
9
10 add_clang_library(TaskToBind TaskToBind.cpp)
11
12 set_target_properties(TaskToBind
13 PROPERTIES
14 LINKER_LANGUAGE CXX
15 PREFIX "")
OLDNEW
« no previous file with comments | « tools/clang/BindMigrate/BindMigrateOptions.h ('k') | tools/clang/BindMigrate/DiagnosticEmitter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698