summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Linkage.h
Commit message (Expand)AuthorAge
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-28
* CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer2014-04-02
* Move 3 helper function to Linkage.hRafael Espindola2013-05-27
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-25
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-14
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Remove a 'static' specifier from an 'inline' function in a header file.Chandler Carruth2012-06-20
* Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky2012-03-11
* More PCH -> AST renaming.Sebastian Redl2010-08-18
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-29
* When a function or variable somehow depends on a type or declarationDouglas Gregor2010-02-03