index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
inline.c
Age
Commit message (
Expand
)
Author
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2012-08-13
c: small refactoring of checking for __attribute__(const))
Fariborz Jahanian
2012-08-13
c: make __has_attribute(const) work for const
Fariborz Jahanian
2012-06-21
Don't warn for -Wstatic-in-inline if the used function is also inline.
Jordan Rose
2012-06-20
Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline.
Jordan Rose
2012-06-18
Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++.
Jordan Rose
2012-06-18
Support -Winternal-linkage-in-inline in C++ code.
Jordan Rose
2012-06-18
Allow internal decls in inline functions if the function is in the main file.
Jordan Rose
2012-06-15
Warn when a static variable is referenced in a non-static inline function.
Jordan Rose
2011-06-13
Make __gnu_inline__ functions in gnu99 mode work the same way as inline funct...
Eli Friedman
2010-02-18
Allow redefinitions of extern inline functions in GNU89 mode, just as GCC
Charles Davis
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-04-07
Diagnose uses of function specifiers on declarations which don't declare
Eli Friedman