Saleem Abdulrasool d29bdc72bb tools: avoid use of std::function
Remove the use of the std::function and replace the capturing lambda with a
non-capturing one, opting to pass the user data down to the context.  This is
needed as std::function is not yet available on all hosted platforms (it
requires RTTI, which breaks on Windows).

Thanks to Nico Rieck for pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209607 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-25 21:37:59 +00:00
..
2014-04-28 04:05:08 +00:00
2014-05-07 02:11:18 +00:00
2014-04-28 04:05:08 +00:00
2014-05-08 19:30:17 +00:00
2014-05-16 22:37:03 +00:00
2014-05-05 12:24:08 +00:00
2014-03-14 04:04:14 +00:00