1. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 15 years ago
  2. bb969ed Template instantiation for conversion functions by Douglas Gregor · 15 years ago
  3. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 15 years ago
  4. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 15 years ago
  5. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago
  6. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 15 years ago
  7. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 15 years ago
  8. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 15 years ago
  9. e65a3c8 Fix the bug that Eli noticed where we wouldn't look at function decls outside the class declaration. by Anders Carlsson · 15 years ago
  10. f26d510 fix "Comment#1" from PR3872 by Chris Lattner · 15 years ago
  11. 615c5d4 Template instantiation for constructors by Douglas Gregor · 15 years ago
  12. e494d34 Update TestRunner.sh for renaming. - Substitutes both clang and clang-cc. by Daniel Dunbar · 15 years ago
  13. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  14. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 15 years ago
  17. 5eff73c Handle pointers to arrays of abstract types. by Anders Carlsson · 15 years ago
  18. 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 15 years ago
  19. 42edd0d Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". by Eli Friedman · 15 years ago
  20. ff59a8a Fix a couple of tests. by Eli Friedman · 15 years ago
  21. 5545e16 Cleanup template instantiation for methods, destructors by Douglas Gregor · 15 years ago
  22. 03b2b07 Template instantiation for destructors. This is somewhat repetitive; by Douglas Gregor · 15 years ago
  23. 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 15 years ago
  24. 632d1ec A test case to test that -warn-dead-stores does not emit a warning for stores to variables marked with '#pragma unused'. by Ted Kremenek · 15 years ago
  25. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  26. 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 15 years ago
  27. 11f21a0 More improvements to abstract type checking. Handle arrays correctly, and make sure to check parameter types before they decay. by Anders Carlsson · 15 years ago
  28. b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 15 years ago
  29. 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 15 years ago
  30. f1538de The individual pieces of an invalid paste as still candidates for expansion. by Chris Lattner · 15 years ago
  31. 68ac94a analyzer: Provide temporary workaround for false positive reported by by Ted Kremenek · 15 years ago
  32. d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 15 years ago
  33. 38179b2 Thanks to Eli for pointing out my misreading of 6.2.2p5 by Douglas Gregor · 15 years ago
  34. 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 15 years ago
  35. a1f47c4 Minor enhancements to Evaluate. by Eli Friedman · 15 years ago
  36. f52bbeb Fix a subtle bug in CodeGen for the increment of a bitfield. by Eli Friedman · 15 years ago
  37. 700b133 Fix a few more instances of "&>". by Eli Friedman · 15 years ago
  38. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 15 years ago
  39. f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 15 years ago
  40. f2e21e5 Disallow catching exceptions by rvalue reference. by Sebastian Redl · 15 years ago
  41. 04831aa Adjust isModifiableLvalue to give a slightly more useful diagnostic for by Eli Friedman · 15 years ago
  42. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  43. 5fdeae1 Fix code to mark block variables as const to actually work. Fix by Eli Friedman · 15 years ago
  44. 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 15 years ago
  45. 21bab84 Add testcase for incomplete call/return types for calls. by Eli Friedman · 15 years ago
  46. e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 15 years ago
  47. b808c95 switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 15 years ago
  48. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 15 years ago
  49. 35f6c13 make alias definition logic more similar to functions/globals. by Chris Lattner · 15 years ago
  50. 82227ff fix PR3200 by making alias emission use the new infrastructure. Fold by Chris Lattner · 15 years ago
  51. 4681ebd Disallow abstract types where appropriate. by Anders Carlsson · 15 years ago
  52. ff75e1d fix a fixme: non-proto struct returning function definitions should be compiled by Chris Lattner · 15 years ago
  53. 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 15 years ago
  54. 0c3c576 fix test by Chris Lattner · 15 years ago
  55. a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 15 years ago
  56. b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 15 years ago
  57. 54dfd5c Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 15 years ago
  58. 0558e79 fix a crash that could occur when a variable declaration became a by Chris Lattner · 15 years ago
  59. 570585c simplify and cleanup global variable creation stuff to all go through one by Chris Lattner · 15 years ago
  60. ca3f25c fix several problems with asm renaming, by pulling it into the mangling code: by Chris Lattner · 15 years ago
  61. 01c499d Fix include-pth.c test case to (hopefully) more resilient to where and how tests by Ted Kremenek · 15 years ago
  62. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  63. 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 15 years ago
  64. 082d936 Fix <rdar://problem/6704086> by allowing the format string checking in Sema to by Ted Kremenek · 15 years ago
  65. ebf9ed3 Fix a crash during meta-data generation of objc2's nonfragile abi. by Fariborz Jahanian · 15 years ago
  66. 2ff4478 Some minor tweaks and additional tests for rvalue references by Douglas Gregor · 15 years ago
  67. 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 15 years ago
  68. d5b918e Update test case. by Daniel Dunbar · 15 years ago
  69. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 15 years ago
  70. b82dcd8 Fix <rdar://problem/6703892> by not warning about self-comparisons of enum by Ted Kremenek · 15 years ago
  71. 600cfab Add test case for '-include-pth'. by Ted Kremenek · 15 years ago
  72. 8e5d232 Implement ir gen. for setter/getter applied to 'super' by Fariborz Jahanian · 15 years ago
  73. e966d9a add tests for the various .S bugs I fixed on wednesday. by Chris Lattner · 15 years ago
  74. 15154b4 rename this test from .S to .c so that it gets run. by Chris Lattner · 15 years ago
  75. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 15 years ago
  76. a645796 Allow flexible array initializers that are not surrounded by by Douglas Gregor · 15 years ago
  77. 5ef122e Variables marked as "extern" can actually have internal linkage if by Douglas Gregor · 15 years ago
  78. c505d4f Add test cases for PR 3820. by Ted Kremenek · 15 years ago
  79. 2ce1be0 When looking for property name (or getter method) in a by Fariborz Jahanian · 15 years ago
  80. 13d7a32 If a function is declared as, e.g., by Douglas Gregor · 15 years ago
  81. 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 15 years ago
  82. 5e1e1f9 IRgen support for alias of global variable. - PR3818. by Daniel Dunbar · 15 years ago
  83. 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 15 years ago
  84. bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 15 years ago
  85. e625893 Extend the use of QualifiedNameType to the creation of class template by Douglas Gregor · 15 years ago
  86. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  87. 7237459 Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. by Ted Kremenek · 15 years ago
  88. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 15 years ago
  89. 622bfc8 Add simple test case to make sure driver can generate executables. by Daniel Dunbar · 15 years ago
  90. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  91. ec099f1 Fix crash reported in <rdar://problem/6695527>. We now have by Ted Kremenek · 15 years ago
  92. ddf4d78 Driver: Update test case. by Daniel Dunbar · 15 years ago
  93. a88620c added type dependent testcase by Gabor Greif · 15 years ago
  94. 9a2f1ac Add version information to ISO style test results. by Mike Stump · 15 years ago
  95. 0ac86f0 PR3835: Interaction with ABI structure passing can inhibit by Daniel Dunbar · 15 years ago
  96. 40f9292 fix the more complex cases by actually codegen'ing the right expr :) by Chris Lattner · 15 years ago
  97. 75dfeda add codegen support for casting an element to a union. by Chris Lattner · 15 years ago
  98. b8df0b5 remove two xfailed tests. These aren't doing any good for us until serialization is revisited. by Chris Lattner · 15 years ago
  99. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 15 years ago
  100. 862a2c5 Ignore weak import on properties. by Mike Stump · 15 years ago