Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply "[Coverage] Prevent detection of false instantiations in case of ↵ | Igor Kudrin | 2016-04-18 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | macro expansion." The root of the problem was that findMainViewFileID(File, Function) could return some ID for any given file, even though that file was not the main file for that function. This patch ensures that the result of this function is conformed with the result of findMainViewFileID(Function). This commit reapplies r266436, which was reverted by r266458, with the .covmapping file serialized in v1 format. Differential Revision: http://reviews.llvm.org/D18787 llvm-svn: 266620 | ||||
* | Revert "[Coverage] Prevent detection of false instantiations in case of ↵ | Igor Kudrin | 2016-04-15 | 1 | -15/+0 |
| | | | | | | | | macro expansion." This reverts commit r266436 as it broke buildbot. llvm-svn: 266458 | ||||
* | [Coverage] Prevent detection of false instantiations in case of macro expansion. | Igor Kudrin | 2016-04-15 | 1 | -0/+15 |
The root of the problem was that findMainViewFileID(File, Function) could return some ID for any given file, even though that file was not the main file for that function. This patch ensures that the result of this function is conformed with the result of findMainViewFileID(Function). Differential Revision: http://reviews.llvm.org/D18787 llvm-svn: 266436 |