1. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 16 years ago
  2. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 16 years ago
  3. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 16 years ago
  4. d4b19d5 improve the diagnostic for uses of the GCC "global variable in a register" extension. by Chris Lattner · 16 years ago
  5. 7091319 Parser::ParseDeclarationOrFunctionDefinition no longer needs to accept by Douglas Gregor · 16 years ago
  6. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 16 years ago
  7. 1426e53 Refactor the parsing of declarations so that template declarations can by Douglas Gregor · 16 years ago
  8. 2df0716 Diagnostic wording fix, from Anders Johnsen by Douglas Gregor · 16 years ago
  9. 9820074 Patch to implement ivar synthesis of properties declared in protocols by Fariborz Jahanian · 16 years ago
  10. 264e937 Add logic for invalidating array region to CFRefCount.cpp. When invalidating by Zhongxing Xu · 16 years ago
  11. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 16 years ago
  12. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 16 years ago
  13. 3ef538d BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiagnosticEventPiece if the BugReport contained no explicit ranges. by Ted Kremenek · 16 years ago
  14. 0033836 Friend declarations are only valid inside class definitions. by Anders Carlsson · 16 years ago
  15. 66e9977 Add an ActOnFriendDecl and call it for friend class decls. by Anders Carlsson · 16 years ago
  16. 42af25f Implement the notions of the "current instantiation" and "unknown by Douglas Gregor · 16 years ago
  17. b1b9f68 Add ParentMap:getParentIgnoreParens(). by Ted Kremenek · 16 years ago
  18. 7da97d0 Implement the semantics of the injected-class-name within a class by Douglas Gregor · 16 years ago
  19. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 16 years ago
  20. d9b6ad6 Rename: by Zhongxing Xu · 16 years ago
  21. a82d8aa As discussed with Ted, rename TypedRegion::getObjectType() to by Zhongxing Xu · 16 years ago
  22. b71368d Add back Parse/Sema support for attributes cf_returns_retained and by Ted Kremenek · 16 years ago
  23. c1c739b Fix lurking bug in one of the versions of by Ted Kremenek · 16 years ago
  24. ff69782 rename: MemRegion: RValueType => ObjectType LValueType => LocationType by Zhongxing Xu · 16 years ago
  25. 9f8f026 We want to diagnose sending message to a forward class by Fariborz Jahanian · 16 years ago
  26. ab422d1 Make BlockEntrace program points taggable. by Ted Kremenek · 16 years ago
  27. cbc8c79 Fix typo in method name. by Ted Kremenek · 16 years ago
  28. 89bc314 Warn if forward class is used as a receiver. by Fariborz Jahanian · 16 years ago
  29. 4c2743f More type checking for properties, accessors and by Fariborz Jahanian · 16 years ago
  30. 008fc73 Remove experimental ownership attributes from Clang. by Ted Kremenek · 16 years ago
  31. 5caa370 reimplement __sync_* builtins to be variadic and to follow the same by Chris Lattner · 16 years ago
  32. a15f7ac Revert r71079. by Zhongxing Xu · 16 years ago
  33. 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 16 years ago
  34. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 16 years ago
  35. 7704a33 More attribute renaming: by Ted Kremenek · 16 years ago
  36. 9081168 add isFriendSpecified. by Anders Carlsson · 16 years ago
  37. 7090d54 analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for by Ted Kremenek · 16 years ago
  38. 25a3ef7 Start canonicalizing template names. This is not yet complete, but it by Douglas Gregor · 16 years ago
  39. dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 16 years ago
  40. dd986cc Add preliminary support for enhancing null-pointer dereference diagnostics. by Ted Kremenek · 16 years ago
  41. 46a54eb Bug fix: Not all ConstraintManagers always return a null state when setting by Ted Kremenek · 16 years ago
  42. bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 16 years ago
  43. 8966bc1 Refactor BugReporter interface to have a new 'BugReporterContext' and by Ted Kremenek · 16 years ago
  44. 17ca363 More x86 target feature support. by Daniel Dunbar · 16 years ago
  45. 33c37b9 add getTargetInfo() method to ASTContext. by Zhongxing Xu · 16 years ago
  46. 4c44e24 The super region of ElementRegion no longer needs to be TypedRegion. In the by Zhongxing Xu · 16 years ago
  47. f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 16 years ago
  48. 2cc2b9c Eliminate extra vertical space in Clang diagnostics by Douglas Gregor · 16 years ago
  49. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  50. 8898059 Make StoreManager::CastRegion() virtual and implement a new CastRegion() for by Zhongxing Xu · 16 years ago
  51. 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
  52. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 16 years ago
  53. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 16 years ago
  54. b0ed302 remove some incorrect and unimplemented atomic builtins (e.g. by Chris Lattner · 16 years ago
  55. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 16 years ago
  56. d331dd7 Rename ownership attributes: by Ted Kremenek · 16 years ago
  57. 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 16 years ago
  58. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 16 years ago
  59. c2e57bf Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits. by Daniel Dunbar · 16 years ago
  60. f773737 Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments. by Daniel Dunbar · 16 years ago
  61. bc6ea81 Initialize NextOffset correctly, otherwise tight layout fails for empty classes. by Daniel Dunbar · 16 years ago
  62. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 16 years ago
  63. 31c215e Rename attributes: by Ted Kremenek · 16 years ago
  64. 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 16 years ago
  65. cd9392f Rename 'makeZeroIndex' to 'makeZeroArrayIndex'. by Ted Kremenek · 16 years ago
  66. b5b848e array indexes are unsigned integers of the same width as pointer. by Zhongxing Xu · 16 years ago
  67. f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 16 years ago
  68. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 16 years ago
  69. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
  70. 5320285 PR2524: downgrade taking address of expression of type 'void' to an by Eli Friedman · 16 years ago
  71. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 16 years ago
  72. ee1ec39 Remove ASTContext::addRecordToClass. by Daniel Dunbar · 16 years ago
  73. b2dbbb9 Split out getASTObjCImplementationLayout by Daniel Dunbar · 16 years ago
  74. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 16 years ago
  75. fa780fc add a flag to output asm constraints so that we efficiently know by Chris Lattner · 16 years ago
  76. 3c77f72 Add diagnostic for r70658. by Eli Friedman · 16 years ago
  77. d875fed Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary by Eli Friedman · 16 years ago
  78. 08617b1 Driver: Treat -m32 and -m64 as "driver-only" arguments. by Daniel Dunbar · 16 years ago
  79. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
  80. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
  81. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 16 years ago
  82. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 16 years ago
  83. bfadf55 explicitly know that the alignment of Type* is 3 bits. by Chris Lattner · 16 years ago
  84. c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 16 years ago
  85. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 16 years ago
  86. 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 16 years ago
  87. 55674ac Get rid of CXXDestroyExpr. by Anders Carlsson · 16 years ago
  88. 8ff59e8 Add a new BFS GRWorkList and make it the default worklist model for by Ted Kremenek · 16 years ago
  89. 2d44e8a Rename CXXExprWithCleanup to CXXExprWithTemporaries. by Anders Carlsson · 16 years ago
  90. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
  91. e917aa3 Add support for -Wno-format-zero-length. by Eli Friedman · 16 years ago
  92. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 16 years ago
  93. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
  94. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 16 years ago
  95. 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 16 years ago
  96. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 16 years ago
  97. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 16 years ago
  98. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 16 years ago
  99. 09c43d1 accept and ignore two new warning specifiers. -Wno-discard-qual seems easy by Chris Lattner · 16 years ago
  100. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago