llvm-project/clang/lib
Rafael Espindola cd997e02b2 Walk the decls looking for the last one that has an attribute. We do have to walk
them, otherwise we cannot produce an error for both

struct HIDDEN test4; // canonical
struct test4;
struct DEFAULT test4;

and

struct test5; // canonical
struct HIDDEN test5;
struct DEFAULT test5;

llvm-svn: 156016
2012-05-02 20:36:57 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST Utilize getLocStart()/getLocEnd() on my recent change. 2012-05-01 22:19:11 +00:00
Analysis Remove the ref/value inconsistency in filter_decl_iterator. 2012-04-30 02:36:29 +00:00
Basic Enable AVX on AMD Bulldozer processors. 2012-05-01 07:18:03 +00:00
CodeGen During block layout, after padding up to the max field alignment, 2012-05-01 20:28:00 +00:00
Driver Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. 2012-05-02 14:55:48 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Get rid of storelv4si builtin as it can be expressed directly. This is general 2012-05-01 18:11:51 +00:00
Lex Implements boxed expressions for Objective-C. <rdar://problem/10194391> 2012-04-19 00:25:12 +00:00
Parse Replace a ConsumeAnyToken() call with ConsumeToken() when we know 2012-05-02 14:34:16 +00:00
Rewrite Modern objective-c translation: Fixing couple of bugs 2012-05-02 17:34:59 +00:00
Sema Walk the decls looking for the last one that has an attribute. We do have to walk 2012-05-02 20:36:57 +00:00
Serialization Store the source range of a CXXOperatorCallExpr in the Expr object instead of 2012-04-30 22:12:22 +00:00
StaticAnalyzer Refine analyzer diagnostics by adding an expression "cone-of-influence" to reverse track interesting 2012-05-02 00:31:29 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00