1. 538afe3 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  2. 0cb45f6 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
  3. ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  4. d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  5. d2025e2 Add more control-flow to test case. by Ted Kremenek · 16 years ago
  6. 610a09e Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
  7. 22e6dd7 testcase for my previous patch. by Chris Lattner · 16 years ago
  8. 3527b59 Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
  9. 4f6a7d7 Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
  10. 84fa6b9 Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
  11. 246e70f Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
  12. 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  13. 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  14. aefc366 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
  15. ba80c9a Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). by Steve Naroff · 16 years ago
  16. 1656442 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? by Steve Naroff · 16 years ago
  17. 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
  18. cafd908 Updated test case. by Ted Kremenek · 16 years ago
  19. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  20. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  21. d1f5ff7 Added test case. by Ted Kremenek · 16 years ago
  22. e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
  23. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  24. fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  25. 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  26. 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  27. 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  28. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  29. 91985ae Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
  30. f6e5ec4 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
  31. 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  32. 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  33. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  34. e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  35. 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  36. 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  37. c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  38. 77a5223 Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character by Douglas Gregor · 16 years ago
  39. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  40. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  41. 143db71 Fix do-while scoping in C++. by Argyrios Kyrtzidis · 16 years ago
  42. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  43. 4c0f56b In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argyrios Kyrtzidis · 16 years ago
  44. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  45. 61f40a2 More semantic analysis for blocks... by Steve Naroff · 16 years ago
  46. 1f3b0d5 Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago
  47. e3a09e6 Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, which represents a 'condition' declaration, e.g: "if (int x=0) {...}". by Argyrios Kyrtzidis · 16 years ago
  48. 5921093 Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argyrios Kyrtzidis · 16 years ago
  49. 8592b1d Fix test case. by Argyrios Kyrtzidis · 16 years ago
  50. 71b914b Implement parser support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argyrios Kyrtzidis · 16 years ago
  51. 219df66 Fix a number of issues w.r.t. emission of global for functions and by Daniel Dunbar · 16 years ago
  52. 3e98e51 Add missing RUN line by Daniel Dunbar · 16 years ago
  53. 8bdd880 skip test if llvm-gcc is requires but not found on the path. by Nuno Lopes · 16 years ago
  54. dd972f2 More type checking for blocks. Still incomplete (will hopefully finish up this weekend). by Steve Naroff · 16 years ago
  55. 0f07203 Support "typeof unary-expression" (GNU C++ extension). by Argyrios Kyrtzidis · 16 years ago
  56. 02e7e74 Line endings: CRLF -> LF by Argyrios Kyrtzidis · 16 years ago
  57. 5313ebc Test case for previous commit (Workaround gcc bug causing crash on our by Daniel Dunbar · 16 years ago
  58. 3a9a3e1 Set sext/zext on function result. - <rdar://problem/6156739> by Daniel Dunbar · 16 years ago
  59. ab49c0b Fix unintended use of doxygen comment strings. by Daniel Dunbar · 16 years ago
  60. b497ebd Added test case for the dead stores checker that was originally an FP reported in PR 2763. by Ted Kremenek · 16 years ago
  61. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  62. f557fb7 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 16 years ago
  63. b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago
  64. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  65. 607b17b Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 16 years ago
  66. 33ad012 Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 16 years ago
  67. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  68. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago
  69. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  70. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  71. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  72. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  73. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  74. 67c8601 add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  75. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  76. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  77. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  78. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  79. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  80. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  81. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  82. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  83. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  84. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  85. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  86. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  87. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  88. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  89. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  90. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  91. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  92. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  93. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  94. c3f0764 Fix for PR2720; be a little bit more permissive in initializers for by Eli Friedman · 16 years ago
  95. 1e465df Add test case for function-pointer-cast-of-global as constant expression. by Daniel Dunbar · 16 years ago
  96. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  97. 6e14a8f Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
  98. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  99. b88d45e treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  100. 413ad8b Handle Objective-C++ tests. by Anders Carlsson · 16 years ago