summaryrefslogtreecommitdiff
path: root/include/llvm/System/DataTypes.h.cmake
Commit message (Collapse)AuthorAge
* DataTypes.h.cmake (MSVC): Protect some #define's and use specificOscar Fuentes2010-06-24
| | | | | | | suffixes for integer types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106797 91177308-0d34-0410-b5e6-96231b3b80d8
* For VC++, define the ?INT*_C macros only it they are not yet defined.Oscar Fuentes2009-12-08
| | | | | | | | | | Some compatibility updates like the Boost TR1 compatibility headers define them. Patch contributed by OvermindDL1! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90828 91177308-0d34-0410-b5e6-96231b3b80d8
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
direct inclusion edge from System to Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85086 91177308-0d34-0410-b5e6-96231b3b80d8