Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A type- or value-dependent expression cannot use bitfield | Douglas Gregor | 2010-05-24 | 1 | -0/+13 |
| | | | | | | promotion. Fixes <rdar://problem/8020920>. llvm-svn: 104545 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Make sure that EnumConstantDecls always get a type, even when they have ↵ | Douglas Gregor | 2009-11-06 | 1 | -0/+16 |
| | | | | | | type-dependent initializers. llvm-svn: 86197 | ||||
* | Fix the type of a enum non-type template argument within the instantiation. | Sebastian Redl | 2009-05-27 | 1 | -0/+7 |
llvm-svn: 72489 |