Include C++ stdlib headers as well. They'll be missing, but we can still detect unused.
This commit is contained in:
@@ -42,7 +42,7 @@ class Interrupted(Error):
|
|||||||
|
|
||||||
class MinHeader(object):
|
class MinHeader(object):
|
||||||
|
|
||||||
_INCLUDE_RE = re.compile('^#include ["<](?P<include_path>[^>"]+\.[^>"]+)[>"]')
|
_INCLUDE_RE = re.compile('^#include ["<](?P<include_path>[^>"]+)[>"]')
|
||||||
|
|
||||||
def __init__(self, include_paths, test_command):
|
def __init__(self, include_paths, test_command):
|
||||||
self._include_paths = include_paths
|
self._include_paths = include_paths
|
||||||
|
|||||||
Reference in New Issue
Block a user