summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Linkage.h
Commit message (Expand)AuthorAgeFilesLines
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-4/+20
* Add and use isDiscardableGVALinkage function.Justin Lebar2016-10-131-0/+4
* Add missing #includes, found by modules build.Richard Smith2015-05-121-0/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+1
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-3/+2
* CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer2014-04-021-1/+1
* Move 3 helper function to Linkage.hRafael Espindola2013-05-271-0/+16
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-2/+21
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-5/+0
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-141-0/+8
* Documentation cleanup:James Dennett2012-07-021-6/+7
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+4
* Remove a 'static' specifier from an 'inline' function in a header file.Chandler Carruth2012-06-201-1/+1
* Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky2012-03-111-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-0/+11
* When a function or variable somehow depends on a type or declarationDouglas Gregor2010-02-031-0/+57