We can avoid checking for older GCC versions now that the minimum is 5.1. While I'm there, update doxygen comments for most macros.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36768 Build 36767: arc lint + arc unit
Event Timeline
llvm/include/llvm/Support/Compiler.h | ||
---|---|---|
356 |
llvm/include/llvm/Support/Compiler.h | ||
---|---|---|
356 | The comment is, but it's still true: it was added in llvm.org/r217349 from September 7th 2014 and the minimum clang supported right now is 3.5, released on September 3rd 2014. I'll update the comment, because the check _has_builtin(__builtin_assume_aligned) is sufficient. |
Outdated?
https://github.com/llvm-mirror/clang/blob/master/test/Sema/builtin-assume-aligned.c