1. a75b71f recommit r101568 to fix PR6766 as a side-effect, remove two FIXMEs now fixed by Nuno Lopes · 14 years ago
  2. 7a22f02 revert r101568, which miscompiles this testcase, distilled from ldecod: by Chris Lattner · 14 years ago
  3. 6784704 fix PR6766: codegen of var initialized with wide char by Nuno Lopes · 14 years ago
  4. b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  8. e4c9238 Set constant bit on static block vars as well. Patch by Anders Johnson!q by Daniel Dunbar · 15 years ago
  9. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  10. d3c3856 add a testcase by Chris Lattner · 16 years ago
  11. 145cd89 Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when by Lauro Ramos Venancio · 16 years ago
  12. 305762c Implement multi-dimension array initalizer. Fix McCat/08-main test. by Lauro Ramos Venancio · 16 years ago
  13. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  14. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 17 years ago