llvm-project/clang-tools-extra/unittests
Samuel Benzaquen 3199b9a8b5 Fix false positive on anonymous namespaces in headers.
Summary:
Anynoumous namespaces inject a using directive into the AST to import
the names into the containing namespace.
We should not have them in headers, but there is another warning for
that.

Reviewers: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D8443

llvm-svn: 233087
2015-03-24 15:21:45 +00:00
..
clang-apply-replacements Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
clang-modernize Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
clang-query Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed. 2015-03-13 03:47:43 +00:00
clang-rename Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
clang-tidy Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
include/common Update for Clang API change. 2014-08-27 20:54:50 +00:00
CMakeLists.txt Revert rL215947: "[clang-rename] revert r215839" 2014-08-20 01:39:05 +00:00
Makefile Re-structure clang-rename into a library and the tool. 2014-10-13 11:30:27 +00:00