summaryrefslogtreecommitdiffstats
path: root/clang/test/CoverageMapping/system_macro.c
Commit message (Collapse)AuthorAgeFilesLines
* InstrProf: Only disable coverage in built-in macros, not all system macrosJustin Bogner2015-05-141-0/+24
The issue I was trying to solve in r236547 was about built-in macros, but I disabled coverage in all system macros. This is actually a bit of overkill, and makes the display of coverage around system macros degrade unnecessarily. Instead, limit this to builtins specifically. llvm-svn: 237397
OpenPOWER on IntegriCloud