1. 8592b1d Fix test case. by Argyrios Kyrtzidis · 16 years ago
  2. 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
  3. 219df66 Fix a number of issues w.r.t. emission of global for functions and by Daniel Dunbar · 16 years ago
  4. 3e98e51 Add missing RUN line by Daniel Dunbar · 16 years ago
  5. 8bdd880 skip test if llvm-gcc is requires but not found on the path. by Nuno Lopes · 16 years ago
  6. dd972f2 More type checking for blocks. Still incomplete (will hopefully finish up this weekend). by Steve Naroff · 16 years ago
  7. 0f07203 Support "typeof unary-expression" (GNU C++ extension). by Argyrios Kyrtzidis · 16 years ago
  8. 02e7e74 Line endings: CRLF -> LF by Argyrios Kyrtzidis · 16 years ago
  9. 5313ebc Test case for previous commit (Workaround gcc bug causing crash on our by Daniel Dunbar · 16 years ago
  10. 3a9a3e1 Set sext/zext on function result. - <rdar://problem/6156739> by Daniel Dunbar · 16 years ago
  11. ab49c0b Fix unintended use of doxygen comment strings. by Daniel Dunbar · 16 years ago
  12. b497ebd Added test case for the dead stores checker that was originally an FP reported in PR 2763. by Ted Kremenek · 16 years ago
  13. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  14. f557fb7 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 16 years ago
  15. b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago
  16. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  17. 607b17b Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 16 years ago
  18. 33ad012 Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 16 years ago
  19. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  20. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago
  21. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  22. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  23. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  24. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  25. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  26. 67c8601 add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  27. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  28. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  29. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  30. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  31. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  32. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  33. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  34. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  35. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  36. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  37. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  38. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  39. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  40. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  41. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  42. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  43. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  44. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  45. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  46. c3f0764 Fix for PR2720; be a little bit more permissive in initializers for by Eli Friedman · 16 years ago
  47. 1e465df Add test case for function-pointer-cast-of-global as constant expression. by Daniel Dunbar · 16 years ago
  48. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  49. 6e14a8f Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
  50. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  51. b88d45e treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  52. 413ad8b Handle Objective-C++ tests. by Anders Carlsson · 16 years ago
  53. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago
  54. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  55. 2fba121 Add a null pointer test in the type-convert-construct.cpp tests. by Argyrios Kyrtzidis · 16 years ago
  56. e8904e9 Fix a FIXME by not creating an invalid AST on erroneous input. Also by Chris Lattner · 16 years ago
  57. 4bd8217 Move the rest of the Sema C++ tests into the SemaCXX test directory. by Argyrios Kyrtzidis · 16 years ago
  58. 987a14b Add support for C++'s "type-specifier ( expression-list )" expression: by Argyrios Kyrtzidis · 16 years ago
  59. 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
  60. c5eb731 Initial sema support for C++ static initializers. by Anders Carlsson · 16 years ago
  61. 2c15647 add a simple check to warn people who type "=+" when they probably meant "+=". by Chris Lattner · 16 years ago
  62. 5323e23 Use full path to count script, and don't treat files with missing RUN by Daniel Dunbar · 16 years ago
  63. 9562726 Missed a test case writing a .ll file. by Daniel Dunbar · 16 years ago
  64. 4565938 Reorder the PATH used during testing so $(ToolDir) and the LLVM by Daniel Dunbar · 16 years ago
  65. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  66. 6bfd621 Update test/Makefile to allow testing when using a separate obj by Daniel Dunbar · 16 years ago
  67. efbe85c Fix a regression from my fix to PR2631. Fixes PR2692. by Eli Friedman · 16 years ago
  68. 0976278 Fix a minor crash-on-invalid. by Eli Friedman · 16 years ago
  69. 58d5ebb Fix subtle bug introduced in r54852. by Daniel Dunbar · 16 years ago
  70. 50ff6f3 Fix test failure on Linux. by Eli Friedman · 16 years ago
  71. 9b20376 Fix some spam from make I accidentally introduced. by Eli Friedman · 16 years ago
  72. 0adb3c9 Get rid of the bogus -depth +0 argument; I really have no clue what the by Eli Friedman · 16 years ago
  73. c7089f1 Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten. by Steve Naroff · 16 years ago
  74. d5bac57 add testcase we already handle. by Chris Lattner · 16 years ago
  75. 4f3278f proper grammar n stuph by Chris Lattner · 16 years ago
  76. 43477ca warn when someone tries to make an array of ObjC interfaces instead of array by Chris Lattner · 16 years ago
  77. 396f0bf Support initialization of incomplete array with zero size (as extension). by Daniel Dunbar · 16 years ago
  78. 786e7a1 fix bogus run line. by Chris Lattner · 16 years ago
  79. 8b6b0f6 Change test/Makefile to automatically test all subdirs. by Daniel Dunbar · 16 years ago
  80. a9dbb61 Fix test case RUN: line (thanks Argiris) by Daniel Dunbar · 16 years ago
  81. 2ff9b4c Type::isIntegerType() returns true for types between Bool and LongLong. by Argyrios Kyrtzidis · 16 years ago
  82. 5e8840c Move the C++ Sema tests into a separate SemaCXX directory. by Argyrios Kyrtzidis · 16 years ago
  83. b348b81 C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. by Argyrios Kyrtzidis · 16 years ago
  84. dd463b8 Enhance null-dereference checker test. by Ted Kremenek · 16 years ago
  85. 3998d3f make sure the size of constant arrays is respected by Nuno Lopes · 16 years ago
  86. 6143293 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  87. 595c7ab Added test case. by Ted Kremenek · 16 years ago
  88. 709c00c Add test case for -fexceptions by Daniel Dunbar · 16 years ago
  89. 6135352 InitListChecker::CheckListElementTypes(): Check for function types and issue an appropriate diagnostic. by Steve Naroff · 16 years ago
  90. f855e6f Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incomplete array types are completed (and diagnosed properly). by Steve Naroff · 16 years ago
  91. 9ca8bb0 Fix crash during initialization of a bitfield which followed a zero by Daniel Dunbar · 16 years ago
  92. d880363 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 16 years ago
  93. 1bb516c Make sure to count the struct elements correctly; here, we want the by Eli Friedman · 16 years ago
  94. c34bcde Fix for PR2631; make va_arg work correctly on x86-64. by Eli Friedman · 16 years ago
  95. 8389eab Fix PR2400 by more graceful handling of invalid decls. Don't try to layout by Chris Lattner · 16 years ago
  96. 64c438a Implement support for the 'wchar_t' C++ type. by Argyrios Kyrtzidis · 16 years ago
  97. 907747b Fix Sema::MergeVarDecl() to better handle type compatibility. The previous code was trying to handle arrays specially (which didn't work for pointers to array). Removed local helper function areEquivalentArrayTypes(), replacing it's use with the more general ASTContext::typesAreCompatible() predicate. by Steve Naroff · 16 years ago
  98. ff9eb1f Fix issues with C "tentative" definitions. by Steve Naroff · 16 years ago
  99. 45e52e1 Add test for nested enum redefinition. - <rdar://problem/6093889> by Daniel Dunbar · 16 years ago
  100. efe88f5 Enhanced test case. by Ted Kremenek · 16 years ago