summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/auto-variable-template.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the logic to avoid double global emission from Sema to CodeGenReid Kleckner2015-04-151-0/+14
Reverts the code changes from r234675 but keeps the test case. We were already maintaining a DenseMap of globals with dynamic initializers anyway. Fixes the test case from PR23234. llvm-svn: 234961
OpenPOWER on IntegriCloud