summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Linkage.h
AgeCommit message (Expand)Author
2017-07-07[modules ts] Basic for module linkage.Richard Smith
2016-10-13Add and use isDiscardableGVALinkage function.Justin Lebar
2015-05-12Add missing #includes, found by modules build.Richard Smith
2014-05-10Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer
2014-04-28CodeGen: Fix linkage of reference temporariesDavid Majnemer
2014-04-02CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer
2013-05-27Move 3 helper function to Linkage.hRafael Espindola
2013-05-25Fix linkage computation for derived types in inline functions.Rafael Espindola
2013-05-13Cleanup handling of UniqueExternalLinkage.Rafael Espindola
2013-02-14Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-20Remove a 'static' specifier from an 'inline' function in a header file.Chandler Carruth
2012-03-11Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-07-29Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis
2010-02-03When a function or variable somehow depends on a type or declarationDouglas Gregor