summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/inline-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-19/+31
* Don't crash-on-valid when an inline function is friend of class templateDavid Majnemer2015-03-201-0/+15
* CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer2014-04-021-1/+55
* FileCheck's -LABEL cannot be combined with -NOT or -DAGNico Rieck2014-02-161-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* When we're looking for redeclarations which might provide a definition in Cod...Eli Friedman2012-07-021-0/+14
* Set the "implicitly inline" bit on a method as soon as we see a definitionJohn McCall2010-12-151-0/+24
* When an "inline" declaration was followed by a definition not markedDouglas Gregor2010-12-091-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Be a little more clever about inline member functions that are marked inline ...Anders Carlsson2009-12-041-0/+23