summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/block-with-perdefinedexpr.c
Commit message (Collapse)AuthorAgeFilesLines
* This patch fixes couple of bugs for predefined expressionFariborz Jahanian2014-11-141-0/+14
used inside blocks. It fixes a crash in naming code for __func__ etc. when used in a block declared globally. It also brings back old naming convention for predefined expression which was broken. rdar://18961148 llvm-svn: 222065
OpenPOWER on IntegriCloud