1. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 16 years ago
  2. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 16 years ago
  3. 3e894bc Driver: Pull intrusive list out of Arg; this isn't going to suffice. I by Daniel Dunbar · 16 years ago
  4. eec991a Driver: Return reference for Arg::getOption(). by Daniel Dunbar · 16 years ago
  5. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  6. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 16 years ago
  7. 4b1c875 The basic representation of diagnostics information in tablegen format, plus (uncommented and incomplete) test conversions of the existing def files to this format. by Sebastian Redl · 16 years ago
  8. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
  9. 3a084b6 Fix typo in diagnostic. by Sebastian Redl · 16 years ago
  10. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 16 years ago
  11. 6b9dfd4 Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 16 years ago
  12. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
  13. 7f0f5dc Check that the return type for function definitions is complete. by Eli Friedman · 16 years ago
  14. 32fca72 make the token lexer allocate its temporary token buffers for by Chris Lattner · 16 years ago
  15. 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 16 years ago
  16. cc58147 add an a Attr::Destroy method and force clients to go through it. As part of by Chris Lattner · 16 years ago
  17. 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 16 years ago
  18. 5f7d228 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
  19. 91ee014 fix infinite recursion by Chris Lattner · 16 years ago
  20. 3fb94a4 make CaseStmt::getSourceRange() iterative for deeply by Chris Lattner · 16 years ago
  21. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
  22. 41168ea Added the notion of a "boundable region", which is a region that can have a direct binding in the StoreManager. by Ted Kremenek · 16 years ago
  23. fe133d9 Add some more FIXME's about bits we could pack better. by Daniel Dunbar · 16 years ago
  24. 39d7650 Woot, save 8 bytes in Decl on 64-bit by reordering fields. This by Daniel Dunbar · 16 years ago
  25. 1cb151e Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a by Ted Kremenek · 16 years ago
  26. d198aba Change a warning to an error... by Steve Naroff · 16 years ago
  27. 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 16 years ago
  28. 94c9698 Rework use of loc::SymbolVal in the retain/release checker to use the new method by Ted Kremenek · 16 years ago
  29. 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 16 years ago
  30. f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 16 years ago
  31. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  32. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 16 years ago
  33. 14453bf Don't use std::auto_ptr with getSubRegionMap(). by Ted Kremenek · 16 years ago
  34. d35e631 Hush gcc. by Daniel Dunbar · 16 years ago
  35. 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 16 years ago
  36. ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 16 years ago
  37. 0258eee Driver: Sketch Arg & ArgList classes. by Daniel Dunbar · 16 years ago
  38. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 16 years ago
  39. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  40. 5dc2746 Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning MemRegions. by Ted Kremenek · 16 years ago
  41. 59e8f11 Add StoreManager::getSubRegionMap(). This method returns an opaque mapping for clients of StoreManagers from MemRegions to their subregions. by Ted Kremenek · 16 years ago
  42. 935fd76 Check of ivar access access control. by Fariborz Jahanian · 16 years ago
  43. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  44. 16167a6 start wiring up support for target-specific -mfoo options like -msse by Chris Lattner · 16 years ago
  45. 077c1e7 Diagnose a variety of access of ivars when they conflict with by Fariborz Jahanian · 16 years ago
  46. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago
  47. d0feed6 Add a 'kind' field to PathDiagnosticPieces. by Ted Kremenek · 16 years ago
  48. d37ee16 Normalize .h guards. by Daniel Dunbar · 16 years ago
  49. 94aa6c1 Initial support for pointer arithmetic. Only support concrete indexes and by Zhongxing Xu · 16 years ago
  50. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
  51. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 16 years ago
  52. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 16 years ago
  53. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 16 years ago
  54. 0312c0e Rename AnonTypedRegion to TypedViewRegion. by Ted Kremenek · 16 years ago
  55. 93b2bdb ObjCAtCatchStmt's ParamStmt is always a DeclStmt. by Daniel Dunbar · 16 years ago
  56. cddc888 "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 16 years ago
  57. 3aa1861 "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 16 years ago
  58. 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
  59. ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 16 years ago
  60. f3cf897 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  61. 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 16 years ago
  62. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  63. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 16 years ago
  64. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 16 years ago
  65. 2a327d1 cleanup by Chris Lattner · 16 years ago
  66. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  67. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 16 years ago
  68. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  69. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  70. 3a25032 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 16 years ago
  71. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
  72. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  73. 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 16 years ago
  74. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  75. 8958891 Add Type::hasPointerRepresentation predicate. by Daniel Dunbar · 16 years ago
  76. 68694ad Remove PointerLikeType. by Daniel Dunbar · 16 years ago
  77. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
  78. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  79. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
  80. b293902 Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the same statement. by Ted Kremenek · 16 years ago
  81. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
  82. 48af2a9 Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle by Ted Kremenek · 16 years ago
  83. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  84. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 16 years ago
  85. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  86. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
  87. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
  88. 2201791 Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>. by Ted Kremenek · 16 years ago
  89. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
  90. c4a09c1 improve comments. by Chris Lattner · 16 years ago
  91. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  92. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 16 years ago
  93. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
  94. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 16 years ago
  95. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  96. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 16 years ago
  97. 44baa8a More objc gc work. Match gcc's treatment of ivar access by Fariborz Jahanian · 16 years ago
  98. 85c3515 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 16 years ago
  99. f7f52e7 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
  100. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago