This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
86724e40bf
llvm-project
/
llvm
/
test
/
tools
/
llvm-cov
/
lit.local.cfg
2 lines
54 B
INI
Raw
Normal View
History
Unescape
Escape
Reapply "[Coverage] Prevent detection of false instantiations in case of 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
2016-04-18 23:36:30 +08:00
config.suffixes
=
['.test', '.m', '.cpp', '.c', '.h']