summaryrefslogtreecommitdiffstats
path: root/clang/test/CoverageMapping/trymacro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* InstrProf: Fix a typo in the test for r243066Justin Bogner2015-07-231-1/+1
| | | | llvm-svn: 243068
* InstrProf: Don't extend coverage regions into the catch keywordJustin Bogner2015-07-231-0/+24
The catch keyword isn't really part of a region, so it's fairly meaningless to extend into it. This was usually harmless, but it could crash when catch blocks involved macros in strange ways. llvm-svn: 243066
OpenPOWER on IntegriCloud