summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* global variable that binds reference to a non-lvalue reprotedFariborz Jahanian2010-01-251-2/+7
* Fix a code gen. bug involving compiling global references.Fariborz Jahanian2010-01-251-2/+2
* Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman2010-01-081-6/+30
* Actually store the pointer into the global variable, spotted by Eli.Anders Carlsson2009-12-101-2/+5
* Handle emitting static variables that have reference type.Anders Carlsson2009-12-101-1/+4
* Separate generating code for static variables and global variables.Anders Carlsson2009-12-101-33/+59
* Move more decl related functions to CGDeclCXX.cppAnders Carlsson2009-12-101-0/+117
* Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.Anders Carlsson2009-12-101-0/+62
OpenPOWER on IntegriCloud