summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-37/+37
* Rework the way we determine whether an externally visible symbol isDouglas Gregor2009-09-131-8/+6
* Prep for new warning.Mike Stump2009-07-211-0/+2
* Improve compatibility with GCC regarding inline semantics in GNU89Douglas Gregor2009-04-281-2/+23
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-10/+10
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-0/+18
* Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner2009-04-221-1/+9
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-1/+1
* Fix PR3988: extern inline functions get strong symbol definitions inChris Lattner2009-04-141-3/+4
* implement codegen support for __attribute((__gnuc_inline__)),Chris Lattner2009-04-141-1/+8
* defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner2009-04-141-4/+6
* set the linkage of an inline function according to its language rules.Chris Lattner2009-04-141-0/+29
OpenPOWER on IntegriCloud