summaryrefslogtreecommitdiffstats
path: root/clang/test/CoverageMapping/objc.m
Commit message (Collapse)AuthorAgeFilesLines
* InstrProf: Always emit a coverage region for the condition of an ifJustin Bogner2015-02-191-3/+4
| | | | | | | | When tools like llvm-cov show regions, it's much easier to understand what's happening if the condition of an if shows a counter as well as the body. llvm-svn: 229813
* InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner2015-02-031-6/+6
| | | | llvm-svn: 228035
* Coverage mapping: fix mapping for objective-c for statementAlex Lorenz2014-08-201-0/+18
| | | | llvm-svn: 216082
* Coverage mapping: fix mapping for objective-c message expressionAlex Lorenz2014-08-201-0/+11
llvm-svn: 216081
OpenPOWER on IntegriCloud