aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.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/CodeGen/CodeGenModule.cpp
parenta3a6c12c0315d03fd8139606793b0d22ef2a57f6 (diff)
downloadllvm-f93ac4bfadc705760853c3bcb6463b1d58c7d1dc.zip
llvm-f93ac4bfadc705760853c3bcb6463b1d58c7d1dc.tar.gz
llvm-f93ac4bfadc705760853c3bcb6463b1d58c7d1dc.tar.bz2
[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/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions