1. 9d07031 Driver: Add test case for various parts of binding (no-integrated-cpp, by Daniel Dunbar · 16 years ago
  2. e247cba Test had extra line which was masking actual failures. by Daniel Dunbar · 16 years ago
  3. 1a172b8 Driver: Add test for pipelining for analyzer and precompiler. by Daniel Dunbar · 16 years ago
  4. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
  5. baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
  6. 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
  7. 0ae7b2b Initialize the cleanup.dst variable if necessary. Fixes PR3789. by Anders Carlsson · 16 years ago
  8. 4598ffa We want to grep the output, not the input :-) by Anders Carlsson · 16 years ago
  9. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  10. f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 16 years ago
  11. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  12. 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
  13. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  14. 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 16 years ago
  15. c308241 Handle dependent types/exprs in static_assert expressions. by Anders Carlsson · 16 years ago
  16. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
  17. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  18. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  19. 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 16 years ago
  20. 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
  21. a66b4df add a testcase for recursion through blocks pointers, rdar://6676764. by Chris Lattner · 16 years ago
  22. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  23. 940bd83 Devious test-case involved overload resolution and ADL during template instantiation. by Douglas Gregor · 16 years ago
  24. 73bf6a9 Driver: Desensitize test to location of input. by Daniel Dunbar · 16 years ago
  25. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  26. 83df91b Driver: Test pipelining for universal builds. by Daniel Dunbar · 16 years ago
  27. 8be2a67 Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed by Ted Kremenek · 16 years ago
  28. 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
  29. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  30. 6ae8a36 Add a hack in the analyzer to recover some path-sensitivity at branch by Ted Kremenek · 16 years ago
  31. d8eb456 Reimplement fix for <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  32. caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
  33. 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
  34. 146a458 Fix test. by Fariborz Jahanian · 16 years ago
  35. 3b8a652 Fixed an ir-gen bug related to strong-cast generation of by Fariborz Jahanian · 16 years ago
  36. e3c75e0 Fix spelling error, and add target triplet to header. by Mike Stump · 16 years ago
  37. 039df91 When testing with VERBOSE=0, report results in the ISO format. We by Mike Stump · 16 years ago
  38. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  39. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  40. e6fbdf5 Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented). by Ted Kremenek · 16 years ago
  41. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  42. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  43. e8cba00 Add comments to test case. by Zhongxing Xu · 16 years ago
  44. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  45. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  46. e06a75f x86_32 ABI: Don't try and expand structures with bitfields. by Daniel Dunbar · 16 years ago
  47. 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 16 years ago
  48. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  49. 344d4c8 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 16 years ago
  50. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  51. f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 16 years ago
  52. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago
  53. 3c4b379 This test case checks if we get the right rvalue type of a TypedViewRegion. by Zhongxing Xu · 16 years ago
  54. 2b1dc17 Fix crash when LHS of pointer arithmetic is not ElementRegion. by Zhongxing Xu · 16 years ago
  55. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  56. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 16 years ago
  57. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 16 years ago
  58. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  59. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago
  60. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 16 years ago
  61. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 16 years ago
  62. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 16 years ago
  63. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  64. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  65. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 16 years ago
  66. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  67. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
  68. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 16 years ago
  69. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago
  70. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 16 years ago
  71. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 16 years ago
  72. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  73. 1a873ae Add a test case that goes with the last commit by Douglas Gregor · 16 years ago
  74. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  75. 25d01ba retain/release checker: Allow allocations to fail by returning nil. by Ted Kremenek · 16 years ago
  76. cd57fce Add test case for <rdar://problem/6659160>. by Ted Kremenek · 16 years ago
  77. 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 16 years ago
  78. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 16 years ago
  79. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 16 years ago
  80. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 16 years ago
  81. c3c489e convert this to use -verify. by Chris Lattner · 16 years ago
  82. 5a7a848 rename test by Chris Lattner · 16 years ago
  83. 3e87209 do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. by Chris Lattner · 16 years ago
  84. 9d4857d this test isn't testing anything. by Chris Lattner · 16 years ago
  85. 466a7f8 undefined -> unspecified. Thanks Mike. by Chris Lattner · 16 years ago
  86. 55660a7 implement PR3753, warning about comparisons with a string literal. by Chris Lattner · 16 years ago
  87. 5609ec0 Improvements to private method lookup. by Steve Naroff · 16 years ago
  88. 2bc69bd add \n characters to the scratch buffer *before* returned tokens. by Chris Lattner · 16 years ago
  89. 399bd1b refine the "use of unary operator that may be intended as compound assignment (+=)" by Chris Lattner · 16 years ago
  90. 8a9e420 add rdar# by Chris Lattner · 16 years ago
  91. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 16 years ago
  92. 65f91bc fix test by Chris Lattner · 16 years ago
  93. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 16 years ago
  94. a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 16 years ago
  95. 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 16 years ago
  96. 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 16 years ago
  97. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 16 years ago
  98. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 16 years ago
  99. 177f708 Tweak warning text from the last commit by Douglas Gregor · 16 years ago
  100. e4f3e06 Downgrade complaints about the use of variable-sized types within a by Douglas Gregor · 16 years ago