1. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  2. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  3. d1f5ff7 Added test case. by Ted Kremenek · 16 years ago
  4. e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
  5. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  6. fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  7. 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  8. 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  9. 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  10. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  11. 91985ae Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
  12. f6e5ec4 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
  13. 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  14. 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  15. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  16. e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  17. 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  18. 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  19. c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  20. 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
  21. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  22. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  23. 143db71 Fix do-while scoping in C++. by Argyrios Kyrtzidis · 16 years ago
  24. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  25. 4c0f56b In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argyrios Kyrtzidis · 16 years ago
  26. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  27. 61f40a2 More semantic analysis for blocks... by Steve Naroff · 16 years ago
  28. 1f3b0d5 Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago
  29. 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
  30. 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
  31. 8592b1d Fix test case. by Argyrios Kyrtzidis · 16 years ago
  32. 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
  33. 219df66 Fix a number of issues w.r.t. emission of global for functions and by Daniel Dunbar · 16 years ago
  34. 3e98e51 Add missing RUN line by Daniel Dunbar · 16 years ago
  35. 8bdd880 skip test if llvm-gcc is requires but not found on the path. by Nuno Lopes · 16 years ago
  36. dd972f2 More type checking for blocks. Still incomplete (will hopefully finish up this weekend). by Steve Naroff · 16 years ago
  37. 0f07203 Support "typeof unary-expression" (GNU C++ extension). by Argyrios Kyrtzidis · 16 years ago
  38. 02e7e74 Line endings: CRLF -> LF by Argyrios Kyrtzidis · 16 years ago
  39. 5313ebc Test case for previous commit (Workaround gcc bug causing crash on our by Daniel Dunbar · 16 years ago
  40. 3a9a3e1 Set sext/zext on function result. - <rdar://problem/6156739> by Daniel Dunbar · 16 years ago
  41. ab49c0b Fix unintended use of doxygen comment strings. by Daniel Dunbar · 16 years ago
  42. b497ebd Added test case for the dead stores checker that was originally an FP reported in PR 2763. by Ted Kremenek · 16 years ago
  43. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  44. f557fb7 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 16 years ago
  45. b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago
  46. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  47. 607b17b Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 16 years ago
  48. 33ad012 Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 16 years ago
  49. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  50. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago
  51. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  52. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  53. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  54. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  55. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  56. 67c8601 add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  57. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  58. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  59. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  60. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  61. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  62. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  63. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  64. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  65. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  66. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  67. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  68. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  69. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  70. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  71. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  72. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  73. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  74. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  75. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  76. c3f0764 Fix for PR2720; be a little bit more permissive in initializers for by Eli Friedman · 16 years ago
  77. 1e465df Add test case for function-pointer-cast-of-global as constant expression. by Daniel Dunbar · 16 years ago
  78. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  79. 6e14a8f Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
  80. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  81. b88d45e treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  82. 413ad8b Handle Objective-C++ tests. by Anders Carlsson · 16 years ago
  83. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago
  84. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  85. 2fba121 Add a null pointer test in the type-convert-construct.cpp tests. by Argyrios Kyrtzidis · 16 years ago
  86. e8904e9 Fix a FIXME by not creating an invalid AST on erroneous input. Also by Chris Lattner · 16 years ago
  87. 4bd8217 Move the rest of the Sema C++ tests into the SemaCXX test directory. by Argyrios Kyrtzidis · 16 years ago
  88. 987a14b Add support for C++'s "type-specifier ( expression-list )" expression: by Argyrios Kyrtzidis · 16 years ago
  89. dfb99a9 make test fails if llvm is checked out to llvm-svn of if there is a dash somewhere else in the path. fix that. by Nico Weber · 16 years ago
  90. c5eb731 Initial sema support for C++ static initializers. by Anders Carlsson · 16 years ago
  91. 2c15647 add a simple check to warn people who type "=+" when they probably meant "+=". by Chris Lattner · 16 years ago
  92. 5323e23 Use full path to count script, and don't treat files with missing RUN by Daniel Dunbar · 16 years ago
  93. 9562726 Missed a test case writing a .ll file. by Daniel Dunbar · 16 years ago
  94. 4565938 Reorder the PATH used during testing so $(ToolDir) and the LLVM by Daniel Dunbar · 16 years ago
  95. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  96. 6bfd621 Update test/Makefile to allow testing when using a separate obj by Daniel Dunbar · 16 years ago
  97. efbe85c Fix a regression from my fix to PR2631. Fixes PR2692. by Eli Friedman · 16 years ago
  98. 0976278 Fix a minor crash-on-invalid. by Eli Friedman · 16 years ago
  99. 58d5ebb Fix subtle bug introduced in r54852. by Daniel Dunbar · 16 years ago
  100. 50ff6f3 Fix test failure on Linux. by Eli Friedman · 16 years ago