Go to file
Samuel Benzaquen 59c8aa92b8 Add clang-tidy check google-global-names-in-headers.
Summary:
google-global-names-in-headers flags global namespace pollution in header files.
Right now it only triggers on using declarations and directives.

Reviewers: alexfh

Subscribers: curdeius

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

llvm-svn: 228875
2015-02-11 21:21:05 +00:00
clang Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out the missing commas 2015-02-11 19:45:13 +00:00
clang-tools-extra Add clang-tidy check google-global-names-in-headers. 2015-02-11 21:21:05 +00:00
compiler-rt [Sanitizers] The MAP_NORESERVE define has been removed in FreeBSD 11.x, 2015-02-11 19:48:27 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Change some template parameter names from _C and _N to _Cont and _Sz. No functionality change. 2015-02-11 16:14:01 +00:00
libcxxabi unwind: tweak inclusion ordering to work around GCC 2015-02-11 05:20:53 +00:00
lld [ELF][ARM] Fix veneer symbol names in Release build 2015-02-11 15:02:43 +00:00
lldb Fixed SBModule::GetUUIDString() to not use a static character buffer. 2015-02-11 19:16:38 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Change Path::filename_pos() to skip the drive letter. 2015-02-11 21:16:35 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [FIX] Remove XFAIL again 2015-02-11 19:28:39 +00:00