1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include
Chandler Carruth 3c87e69ef7 Use a two-level cast through an intptr_t, and make them C-style casts.
This shouldn't have any functional difference, but it appears to be the
pattern used for other methods on DynamicLibrary, and it should avoid
the -Wpedantic warning on one of the build bots about the direct
reinterpret_cast.

llvm-svn: 272461
2016-06-11 08:19:59 +00:00
..
llvm Use a two-level cast through an intptr_t, and make them C-style casts. 2016-06-11 08:19:59 +00:00
llvm-c Extract renaming from D19181 2016-05-23 16:38:25 +00:00