aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/inline-functions.cpp
AgeCommit message (Expand)Author
2012-07-02When we're looking for redeclarations which might provide a definition in Cod...Eli Friedman
2010-12-15Set the "implicitly inline" bit on a method as soon as we see a definitionJohn McCall
2010-12-09When an "inline" declaration was followed by a definition not markedDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-04Be a little more clever about inline member functions that are marked inline ...Anders Carlsson