This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270839 - [clang-tidy] Group checks in Editor hints
Summary: [clang-tidy] Group checks in Editor hints
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-09 12:22 UTC by ilia
Modified: 2017-06-09 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2017-06-09 12:22:31 UTC
Example
header.h:
---
#ifndef HEADER_H
#define HEADER_H

using namespace std; 

#endif /* HEADER_H */
---
                                      
header.h is included by: source_1.cpp, source_2.cpp, source_3.cpp, source_4.cpp

In editor we get 4 similar hints (google-global-namespace-in-headers), the only difference is CU.

It's better to show 1 hint, but with message like: "Occured in source_1.cpp, source_2.cpp, ..."