summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2014-07-29 18:20:39 +0000
committerManman Ren <manman.ren@gmail.com>2014-07-29 18:20:39 +0000
commitf93ac4bfadc705760853c3bcb6463b1d58c7d1dc (patch)
treedc3888dbb8062675ae437f96aafdca67b762e47d /clang/lib/Sema/SemaExpr.cpp
parenta3a6c12c0315d03fd8139606793b0d22ef2a57f6 (diff)
downloadbcm5719-llvm-f93ac4bfadc705760853c3bcb6463b1d58c7d1dc.tar.gz
bcm5719-llvm-f93ac4bfadc705760853c3bcb6463b1d58c7d1dc.zip
[Debug Info] remove DITrivialType and use null to represent unspecified param.
Per feedback on r214111, we are going to use null to represent unspecified parameter. If the type array is {null}, it means a function that returns void; If the type array is {null, null}, it means a variadic function that returns void. In summary if we have more than one element in the type array and the last element is null, it is a variadic function. rdar://17628609 llvm-svn: 214189
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud