commit | 454e9fcf45d65e7912a52cc07004bb65dc59d503 | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Tue Sep 06 03:14:06 2016 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Tue Sep 06 03:14:06 2016 +0000 |
tree | 1f7d5ccffdaaf11faa57d193ace36bdc4bfae794 | |
parent | 8cd45dd66dc6db7b49062798652fc61a7499daa9 [diff] |
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280686 91177308-0d34-0410-b5e6-96231b3b80d8