]> granicus.if.org Git - clang/commit
Add preliminary (and probably broken) codegen support for C++ static initializers.
authorAnders Carlsson <andersca@mac.com>
Fri, 22 Aug 2008 16:00:37 +0000 (16:00 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 22 Aug 2008 16:00:37 +0000 (16:00 +0000)
commite1b29efab32d02e114046d33cca242a88585bf8a
tree0ab7ea8db462d66fc55021db01cea62bd2bb5cbf
parent4bd8217d94d42e0f1439defe2001292988dc5288
Add preliminary (and probably broken) codegen support for C++ static initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55180 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/Basic/LangOptions.h
lib/CodeGen/CGCXX.cpp [new file with mode: 0644]
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenFunction.h