index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler-clang.h
Age
Commit message (
Expand
)
Author
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
2018-09-30
Compiler Attributes: homogenize __must_be_array
Miguel Ojeda
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
2018-05-31
compiler.h: enable builtin overflow checkers and add fallback code
Rasmus Villemoes
2018-04-20
kasan: add no_sanitize attribute for clang builds
Andrey Konovalov
2018-04-11
task_struct: only use anon struct under randstruct plugin
Kees Cook
2018-02-20
x86/retpoline: Support retpoline builds with Clang
David Woodhouse
2018-02-06
kasan: add compiler support for clang
Paul Lawrence
2017-11-17
include/linux/compiler-clang.h: handle randomizable anonymous structs
Sandipan Das
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-24
linux/compiler.h: Split into compiler.h and compiler_types.h
Will Deacon
2017-07-06
compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled
David Rientjes
2017-06-11
compiler, clang: properly override 'inline' for clang
Linus Torvalds
2017-06-06
compiler, clang: suppress warning for unused static inline functions
David Rientjes
2016-02-08
Kbuild: provide a __UNIQUE_ID for clang
Arnd Bergmann
2014-04-09
LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h
Mark Charlebois