summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/block-with-perdefinedexpr.c
Commit message (Collapse)AuthorAgeFilesLines
* Internal-linkage variables with constant-evaluatable initializers do not ↵Richard Smith2015-08-191-0/+1
| | | | | | need to be emitted. (Also reduces the set of variables that need to be eagerly deserialized when using PCH / modules.) llvm-svn: 245497
* 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