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