"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "45e7ffc35033376730e29a5c72382891f1d0ed5d"
DebugInfo: use strongly typed enum for debug info flags
Use ADT/BitmaskEnum for DINode::DIFlags for the following purposes: * Get rid of unsigned int for flags to avoid problems on platforms with sizeof(int) < 4 * Flags are now strongly typed Patch by: Victor Leschuk <vleschuk@gmail.com> Differential Revision: https://reviews.llvm.org/D23766 llvm-svn: 280686
Loading
Please register or sign in to comment