1. c106c10 Add a new -dump-raw-tokens option, which allows us to see raw tokens. by Chris Lattner · 16 years ago
  2. 8f0fd62 Tests for return statement checks by Seo Sanghyeon · 16 years ago
  3. de933f0 Fix a bug that crashed clang when parsing this: by Argyrios Kyrtzidis · 16 years ago
  4. 3f2a8a0 In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. by Argyrios Kyrtzidis · 16 years ago
  5. 73a0d88 Implement support for C++ direct initializers in declarations, e.g. "int x(1);". by Argyrios Kyrtzidis · 16 years ago
  6. 4bf203c fix incorrect rdar number. by Chris Lattner · 16 years ago
  7. eb52b44 __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR by Chris Lattner · 16 years ago
  8. 506ff88 Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid by Chris Lattner · 16 years ago
  9. 46cfefa "Enhance" CheckArithmeticConstantExpression to accept ?: with a constant by Chris Lattner · 16 years ago
  10. e25d270 Allow variadic arguments without named ones for C++, e.g. "void(...);" by Argyrios Kyrtzidis · 16 years ago
  11. d3dbbb6 Add some text from the C++ standard and additional ambiguity resolution tests. by Argyrios Kyrtzidis · 16 years ago
  12. 78c8d80 Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.: by Argyrios Kyrtzidis · 16 years ago
  13. b9f3419 Found a subtle bug caused by an implicit enum-to-bool conversion (of the TentativeParsingResult enum). by Argyrios Kyrtzidis · 16 years ago
  14. 7709182 Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
  15. bbc70c0 Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement. by Argyrios Kyrtzidis · 16 years ago
  16. ca35baa Fix Parser::isCXXConditionDeclaration to properly resolve declarations. by Argyrios Kyrtzidis · 16 years ago
  17. a8a4598 Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. by Argyrios Kyrtzidis · 16 years ago
  18. 1ee2c43 Consider GNU attributes when doing ambiguity resolution. by Argyrios Kyrtzidis · 16 years ago
  19. eb15425 Add X86 builtin code generation test case. by Daniel Dunbar · 16 years ago
  20. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  21. 1768a62 Add some builtins to codegen test case. by Daniel Dunbar · 16 years ago
  22. 5186906 Add -rewrite-macros test case. by Daniel Dunbar · 16 years ago
  23. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  24. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  25. 9173e91 Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
  26. 5404a15 Resolve ambiguous C++ statements (C++ 6.8p1). by Argyrios Kyrtzidis · 16 years ago
  27. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  28. b7219f8 Desensitize env-include-paths.c to the directory it is running in. by Daniel Dunbar · 16 years ago
  29. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  30. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago
  31. f7a726b De-XFAIL test/Parser/pragma-pack.c by Daniel Dunbar · 16 years ago
  32. 7499cb5 switch to using -verify by Chris Lattner · 16 years ago
  33. 4f2670d Move the expected-warning lines to a place that clang -verify will pick them by Chris Lattner · 16 years ago
  34. fcdd8fe Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago
  35. 7d07664 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
  36. ae3f491 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
  37. de45428 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
  38. 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  39. cc9ac41 Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
  40. 9f67ede Added test case. by Ted Kremenek · 16 years ago
  41. ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
  42. 037cda5 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
  43. 33e2c5f fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
  44. f77d545 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  45. b440686 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
  46. 6c4088e Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
  47. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  48. e84a864 Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  49. ae530cf Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  50. 891ed9a Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  51. f7037b1 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  52. 59f5394 Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
  53. 538afe3 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  54. 0cb45f6 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
  55. ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  56. d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  57. d2025e2 Add more control-flow to test case. by Ted Kremenek · 16 years ago
  58. 610a09e Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
  59. 22e6dd7 testcase for my previous patch. by Chris Lattner · 16 years ago
  60. 3527b59 Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
  61. 4f6a7d7 Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
  62. 84fa6b9 Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
  63. 246e70f Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
  64. 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  65. 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  66. aefc366 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
  67. ba80c9a Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). by Steve Naroff · 16 years ago
  68. 1656442 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? by Steve Naroff · 16 years ago
  69. 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
  70. cafd908 Updated test case. by Ted Kremenek · 16 years ago
  71. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  72. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  73. d1f5ff7 Added test case. by Ted Kremenek · 16 years ago
  74. e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
  75. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  76. fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  77. 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  78. 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  79. 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  80. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  81. 91985ae Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
  82. f6e5ec4 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
  83. 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  84. 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  85. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  86. e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  87. 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  88. 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  89. c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  90. 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
  91. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  92. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  93. 143db71 Fix do-while scoping in C++. by Argyrios Kyrtzidis · 16 years ago
  94. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  95. 4c0f56b In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argyrios Kyrtzidis · 16 years ago
  96. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  97. 61f40a2 More semantic analysis for blocks... by Steve Naroff · 16 years ago
  98. 1f3b0d5 Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago
  99. 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
  100. 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