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}
Paths
| Differential D4141
Implement predefined stdint macros ClosedPublic Authored by binji on Jun 13 2014, 2:52 PM.
Details
Diff Detail Event Timelinebinji updated this object. rsmith edited edge metadata. Comment ActionsLGTM, thanks. We may want to revisit the MSVCCompat check in the future (perhaps we should have a GNU extensions flag that's on by default and controls this), but this seems fine for now. This revision is now accepted and ready to land.Jun 24 2014, 9:14 AM
Revision Contents
Diff 10408 include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/init.c
test/Preprocessor/predefined-macros.c
|