Go to file
Alp Toker 8c44db50d6 Diagnose enum redeclarations properly
In all three checks, the note indicates a previous declaration and never a 'use'.

Before:

  enum-scoped.cpp:92:6: note: previous use is here
    enum Redeclare6 : int;
         ^

After:

  enum-scoped.cpp:92:6: note: previous declaration is here
    enum Redeclare6 : int;
         ^

llvm-svn: 198600
2014-01-06 11:31:06 +00:00
clang Diagnose enum redeclarations properly 2014-01-06 11:31:06 +00:00
clang-tools-extra A follow-up to r198426: move AnalysisConsumer.h to include/clang/... 2014-01-03 17:24:20 +00:00
compiler-rt Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Switch to using C++ style casts. 2014-01-04 17:43:00 +00:00
libcxxabi Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
lld Replace nested switch statements. 2014-01-05 02:41:07 +00:00
lldb Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress(). 2014-01-04 01:37:52 +00:00
llvm AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without) 2014-01-06 08:45:54 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly www: Fix typo II 2014-01-06 09:53:00 +00:00