Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InstrProf: Fix a typo in the test for r243066 | Justin Bogner | 2015-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 243068 | ||||
* | InstrProf: Don't extend coverage regions into the catch keyword | Justin Bogner | 2015-07-23 | 1 | -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 |