]> granicus.if.org Git - clang/commit
Implement predefined stdint macros
authorJF Bastien <jfb@google.com>
Wed, 25 Jun 2014 01:31:33 +0000 (01:31 +0000)
committerJF Bastien <jfb@google.com>
Wed, 25 Jun 2014 01:31:33 +0000 (01:31 +0000)
commit41c9813dabe57ee52648139b174f569395a6fb47
tree6fdb62a904d25ec5544e7de1b68252bf2b9014c6
parente15c5bb0df8f1d7f9a1f4887c893e8517a0465ea
Implement predefined stdint macros

Add predefined stdint macros that match the given patterns:

U?INT{_,_FAST,_LEAST}{8,16,32,64}_{MAX,TYPE}
U?INT{PTR,MAX}_{MAX,TYPE}

http://reviews.llvm.org/D4141

Author: binji

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211657 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/init.c
test/Preprocessor/predefined-macros.c