forked from OSchip/llvm-project
58418ffa32
decl attributes out of the various places they can hide. This makes us correctly reject things like this: t.c:2:22: error: mode attribute only supported for integer and floating-point types int **__attribute((mode(HI)))* i32; ^ because you can't make a pointer be HImode. llvm-svn: 52876 |
||
---|---|---|
.. | ||
Analysis | ||
CodeGen | ||
Lexer | ||
Misc | ||
Parser | ||
Preprocessor | ||
Rewriter | ||
Sema | ||
Serialization | ||
Makefile | ||
TestRunner.sh |