| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update for LLVM API change. | Owen Anderson | 2009-07-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 77267 | ||||
| * | When instantiating a variable without an initializer, call | Douglas Gregor | 2009-07-27 | 1 | -0/+22 |
| | | | | | | | ActOnUninitializedDecl. llvm-svn: 77211 | ||||
| * | Implement template instantiation for static data members of class | Douglas Gregor | 2009-03-25 | 1 | -0/+18 |
| templates, including in-class initializers. For example: template<typename T, T Divisor> class X { public: static const T value = 10 / Divisor; }; instantiated with, e.g., X<int, 5>::value to get the value '2'. llvm-svn: 67715 | |||||

