summaryrefslogtreecommitdiffstats
path: root/test/Sema/inline.c
Commit message (Expand)AuthorAgeFilesLines
* C does not have inline variables.Paul Robinson2016-07-141-1/+1
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-1/+1
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-081-1/+1
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-0/+13
* Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall2013-04-021-0/+10
* c: small refactoring of checking for __attribute__(const))Fariborz Jahanian2012-08-131-2/+0
* c: make __has_attribute(const) work for constFariborz Jahanian2012-08-131-0/+2
* Don't warn for -Wstatic-in-inline if the used function is also inline.Jordan Rose2012-06-211-0/+14
* Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline.Jordan Rose2012-06-201-8/+10
* Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++.Jordan Rose2012-06-181-1/+0
* Support -Winternal-linkage-in-inline in C++ code.Jordan Rose2012-06-181-1/+2
* Allow internal decls in inline functions if the function is in the main file.Jordan Rose2012-06-181-7/+43
* Warn when a static variable is referenced in a non-static inline function.Jordan Rose2012-06-151-0/+20
* Make __gnu_inline__ functions in gnu99 mode work the same way as inline funct...Eli Friedman2011-06-131-17/+1
* Allow redefinitions of extern inline functions in GNU89 mode, just as GCCCharles Davis2010-02-181-1/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Diagnose uses of function specifiers on declarations which don't declareEli Friedman2009-04-071-0/+6