| commit | f93ac4bfadc705760853c3bcb6463b1d58c7d1dc | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Tue Jul 29 18:20:39 2014 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Tue Jul 29 18:20:39 2014 +0000 |
| tree | dc3888dbb8062675ae437f96aafdca67b762e47d | |
| parent | a3a6c12c0315d03fd8139606793b0d22ef2a57f6 [diff] |
[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