1. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  2. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago
  3. cb43d99 Improve error recovery when parsing a function definition fails by Douglas Gregor · 16 years ago
  4. e89b028 Initialize storage class even if we got an erroneous mutable by Douglas Gregor · 16 years ago
  5. bec1c9d Objective-C keywords are not always identifiers. Some are also C++ keywords by Douglas Gregor · 16 years ago
  6. ec0bf05 Fix RUN line by Douglas Gregor · 16 years ago
  7. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  8. b65f242 Test blocks in C++ mode by Douglas Gregor · 16 years ago
  9. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  10. 5bea06a Add test case for __ASSEMBLER__ definition. by Daniel Dunbar · 16 years ago
  11. c157145 Add LangOptions marker for assembler-with-cpp mode and use to define by Daniel Dunbar · 16 years ago
  12. 5fd5468 Enable blocks in C++ by Douglas Gregor · 16 years ago
  13. 473e70d Make sure __null test runs in both 32- and 64-bit. Thanks Anders by Douglas Gregor · 16 years ago
  14. a474561 Parse the exception-specification throw(...), a Microsoft extension by Douglas Gregor · 16 years ago
  15. ac72d40 Add the test for __null by Douglas Gregor · 16 years ago
  16. 28d6cba Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer by Douglas Gregor · 16 years ago
  17. 4fdfb09 Generate the correct results for the comma expression. Fixes PR3123. by Anders Carlsson · 16 years ago
  18. d265277 Revert change that made isNullPointerConstant start emitting warnings. We don't want that :) by Anders Carlsson · 16 years ago
  19. 4cfc6fe Fix test. (0 && (a(),1)) is a valid I-C-E according to C99. by Anders Carlsson · 16 years ago
  20. 64712f1 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  21. 4b3f9c0 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  22. f35d35a Use the new Expr::Evaluate by Anders Carlsson · 16 years ago
  23. 07b5cc0 Remove dead code. by Anders Carlsson · 16 years ago
  24. 4000ea6 Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::CheckConditionalOperands. by Anders Carlsson · 16 years ago
  25. efa9b38 Add a new variant of isNullConstantExpr that returns an EvalResult. by Anders Carlsson · 16 years ago
  26. d3a61d5 Use VerifyIntegerConstantExpression for case values. by Anders Carlsson · 16 years ago
  27. 027f62e Emit the correct diagnostic when a comma is in an ICE. by Anders Carlsson · 16 years ago
  28. e21555e Add Sema::VerifyIntegerConstantExpression by Anders Carlsson · 16 years ago
  29. 0e8acbb Change the diagnostics that the evaluator reports to be of type NOTE. by Anders Carlsson · 16 years ago
  30. f0c1e4b Replace the isEvaluated bool with a ShortCircuit int, making it easier to handle recursion by Anders Carlsson · 16 years ago
  31. 82206e2 Pass the expression to the Error and Extension methods. by Anders Carlsson · 16 years ago
  32. 5b45d4e Add a new variant of Evaluate and reimplement the old Evaluate in terms of the new. by Anders Carlsson · 16 years ago
  33. fcb4d09 General cleanup, evaluate the RHS of a logical op even if the LHS will give us the result. by Anders Carlsson · 16 years ago
  34. 54da049 EvalInfo now holds a reference to an EvalResult struct. by Anders Carlsson · 16 years ago
  35. 94deaf6 Add Expr::EvalResult struct. (Not used just yet) by Anders Carlsson · 16 years ago
  36. 34a8347 remove a test case that causes compiler warning. by Zhongxing Xu · 16 years ago
  37. 27cae9e Add test for initializing array with string literal. by Zhongxing Xu · 16 years ago
  38. 6987c7b Add support for initializing array with string literal. by Zhongxing Xu · 16 years ago
  39. 994ffef Fix for PR2969: generate a memcpy from a constant for constant by Eli Friedman · 16 years ago
  40. 4310ff6 Minor update to CMake build system. by Eli Friedman · 16 years ago
  41. 960525c CXXFunctionalCastExpr inherits from ExplicitCastExpr. by Anders Carlsson · 16 years ago
  42. 0395b5d To be consistent, make the index of the ElementRegion always signed. by Zhongxing Xu · 16 years ago
  43. 2d8b273 Implement the GNU __null extension by Douglas Gregor · 16 years ago
  44. 5cf243a Switch QualType to use llvm::PointerIntPair internally to do the pointer by Chris Lattner · 16 years ago
  45. 96cb9fb Fix a serious bug. by Zhongxing Xu · 16 years ago
  46. d5b499d Code cleanup. No functional change. by Zhongxing Xu · 16 years ago
  47. 353cbe1 Use std::make_pair instead of std::pair's ctor. by Zhongxing Xu · 16 years ago
  48. e73dc26 Enable the GRStateManager to do something when we finish a path. For example, by Zhongxing Xu · 16 years ago
  49. a7fb9f8 remove dead diag by Chris Lattner · 16 years ago
  50. e206532 Fix order of evaluation. by Sebastian Redl · 16 years ago
  51. e42aaba ImmutableList::getInternalPointer() returns a const ImmutableListImpl<T>* pointer, which must be converted to void* explicitly. by Zhongxing Xu · 16 years ago
  52. f0bc50e Factory objects should not be temporary. It caches all objects in the set. by Zhongxing Xu · 16 years ago
  53. d548479 RegionViewMap factory is actually not used. All GDMs should use factories from by Zhongxing Xu · 16 years ago
  54. 4fe66aa Test commit. by Daniel Dunbar · 16 years ago
  55. 8fd9b35 Add comments. by Zhongxing Xu · 16 years ago
  56. 5abf03b Add license comments. by Zhongxing Xu · 16 years ago
  57. 22438a8 Add support for pluggable components of static analyzer. by Zhongxing Xu · 16 years ago
  58. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  59. bf40818 Cleanup formatting by Douglas Gregor · 16 years ago
  60. 63a9490 Don't complain about block pointer to void* conversions by Douglas Gregor · 16 years ago
  61. 82a500b PTHLexer now owns the Token vector. by Ted Kremenek · 16 years ago
  62. 071f2ae Support block pointer conversions in C++. I'm storing the test case locally until we can enable blocks in C++ by Douglas Gregor · 16 years ago
  63. fa59aad - Enhance PTH generation to write out IdentifierInfo table in two parts: by Ted Kremenek · 16 years ago
  64. 0f669f5 Test conversion from apointer to incomplete type to void* in C++ by Douglas Gregor · 16 years ago
  65. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  66. b2eb0b4 Another test for property code gen. by Fariborz Jahanian · 16 years ago
  67. 314fe78 Attempt to unravel the if/else mess in Parser::ParseDirectDeclarator. by Argyrios Kyrtzidis · 16 years ago
  68. 6010bca Code gen for aggregate-valued properties and a test case. by Fariborz Jahanian · 16 years ago
  69. 44802cc Add some comments. by Argyrios Kyrtzidis · 16 years ago
  70. 4bdd91c Implement some suggestions by Daniel: by Argyrios Kyrtzidis · 16 years ago
  71. 3bf4a79 Add an overload for operator<<(const DiagnosticBuilder &DB,bool I). by Argyrios Kyrtzidis · 16 years ago
  72. b16308f Removed a FIXME. Added a test case for anonymous category. by Fariborz Jahanian · 16 years ago
  73. 8cf0bb3 Set default property attributes on each property. by Fariborz Jahanian · 16 years ago
  74. 4d6e8dd Convert incomplete array types before emitting debug info for them, fixes PR3134. by Anders Carlsson · 16 years ago
  75. a8a6ef8 add missing RUN lines by Nuno Lopes · 16 years ago
  76. 7ffd0de Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers by Douglas Gregor · 16 years ago
  77. 0a39668 Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler by Douglas Gregor · 16 years ago
  78. f6b8969 Move the overloading logic of Sema::ActOnCallExpr to a separate function by Douglas Gregor · 16 years ago
  79. 2092236 Add plugin loading for clang. This will be used to load alternative constraint manager for static analysis. by Zhongxing Xu · 16 years ago
  80. 59db760 Disable -loop-index-split for now. by Devang Patel · 16 years ago
  81. a3d764c Re-apply r60071 now that raw_fd_ostream::tell has been committed. by Ted Kremenek · 16 years ago
  82. 31309ab Revert 60071, depends on uncommitted LLVM changes. by Daniel Dunbar · 16 years ago
  83. 4008de8 Migrate token-cache generation logic from dummy harness in PPLexerChange.cpp to CacheTokens.cpp. by Ted Kremenek · 16 years ago
  84. 63db2a7 Add setter method PreprocessorLexer::setParsingPreprocessorDirective(). This will be used by the mechanism to generate cached tokens. by Ted Kremenek · 16 years ago
  85. cfe2571 remove debug-only assertion in the complex float evaluator as it makes some real apps crash by Nuno Lopes · 16 years ago
  86. ab4c91c Only call TryAnnotateScopeToken when parsing C++. by Daniel Dunbar · 16 years ago
  87. ad3d691 Handle returning complex types that get coerced. Fixes PR3131 by Anders Carlsson · 16 years ago
  88. a55e52c Use RAII objects to ensure proper destruction of expression and statement AST nodes in the parser in most cases, even on error. by Sebastian Redl · 16 years ago
  89. 71fcec9 Fix 80-col violations. by Daniel Dunbar · 16 years ago
  90. 31afbf0 Refactored checking on readonly property into a method. by Fariborz Jahanian · 16 years ago
  91. 6669db9 Patch to allow over-riding of readonly property to by Fariborz Jahanian · 16 years ago
  92. c9ad94e Remove more #ifdeffed code by Anders Carlsson · 16 years ago
  93. 704e490 Remove the #ifdeffed out code. by Anders Carlsson · 16 years ago
  94. ab4b2ef add note about running the test suite with valgrind by Nuno Lopes · 16 years ago
  95. 43d0ffd remove unused var by Nuno Lopes · 16 years ago
  96. c83ed04 Test another error message, make sure to verify C++ new and delete tests by Douglas Gregor · 16 years ago
  97. 0fe7bea Simple parsing of exception specifications, with no semantic analysis yet by Douglas Gregor · 16 years ago
  98. 661fc39 Add documentation for test. by Zhongxing Xu · 16 years ago
  99. ddd3e8b Comment fix. by Daniel Dunbar · 16 years ago
  100. 33d7cbf Add no-warning to test case. by Zhongxing Xu · 16 years ago