1. 824e07a [analyzer] Cache the "concrete offset base" for regions with symbolic offsets. by Jordan Rose · 12 years ago
  2. bf74b56 [analyzer] Devirtualize StoreManager::evalDerivedToBase(SVal, CastExpr) by Jordan Rose · 12 years ago
  3. 2c5f8d7 [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. by Jordan Rose · 12 years ago
  4. cace210 [ms-inline asm] Use StringRef here, per Jordan's suggestion. by Chad Rosier · 12 years ago
  5. d4fe57f [analyzer] Rename the function to better reflect what it actually does. by Anna Zaks · 12 years ago
  6. 5960f4a [analyzer] Improve readability of the dyn. dispatch bifurcation patch r161552. by Anna Zaks · 12 years ago
  7. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  8. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  9. fc05dec Unbreak the build. by Anna Zaks · 12 years ago
  10. e90d3f8 [analyzer] Bifurcate the path with dynamic dispatch. by Anna Zaks · 12 years ago
  11. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  12. dcdff46 Minor simplification for r161534. by Eli Friedman · 12 years ago
  13. 8c6cb46 objective-C: refactor/simplify parsing of delayed by Fariborz Jahanian · 12 years ago
  14. de01b7a PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. by Richard Smith · 12 years ago
  15. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  16. 0f38ace Address code review comments for Wstrncat-size warning (r161440). by Anna Zaks · 12 years ago
  17. 62f22b8 [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No by Chad Rosier · 12 years ago
  18. d24bf90 Whitespace. by Chad Rosier · 12 years ago
  19. 919e8a1 [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 12 years ago
  20. e0d24eb [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. by Jordan Rose · 12 years ago
  21. 2aa800a Constify CXXRecordDecl::isVirtuallyDerivedFrom. by Jordan Rose · 12 years ago
  22. 3a32c9c Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor. by Chad Rosier · 12 years ago
  23. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  24. 50d61c8 Implement final piece of DR963 and also DR587: by Richard Smith · 12 years ago
  25. 3189d8c Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfield by Dmitri Gribenko · 12 years ago
  26. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  27. d43e114 Turn on strncat-size warning implemented a while ago. by Anna Zaks · 12 years ago
  28. 16bec06 Comment.h: fix typo in comment by Dmitri Gribenko · 12 years ago
  29. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  30. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  31. 58e1e54 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 12 years ago
  32. f3749f4 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 12 years ago
  33. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  34. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  35. 97d0293 Remove two fall through diagnostics from the IgnoredAttributes group, since they are errors, not warnings. by Ted Kremenek · 12 years ago
  36. 79efe24 [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using by Chad Rosier · 12 years ago
  37. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  38. c7ecc43 [analyzer] Add a checker to manage dynamic type propagation. by Anna Zaks · 12 years ago
  39. 71f55f7 Refactor checks for unevaluated contexts into a common utility function. by David Blaikie · 12 years ago
  40. 04bf29e Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 12 years ago
  41. 8f726de [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional by Chad Rosier · 12 years ago
  42. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  43. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  44. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  45. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  46. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  47. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  48. a4b3965 PR13499: Don't try to check whether 'override' has been validly applied until by Richard Smith · 12 years ago
  49. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  50. 6853799 [analyzer] When a symbol is null, we should track its constraints. by Jordan Rose · 12 years ago
  51. b0e1bad [analyzer] Flatten path diagnostics for text output like we do for HTML. by Jordan Rose · 12 years ago
  52. 9da59a6 [analyzer] Track null/uninitialized C++ objects used in method calls. by Jordan Rose · 12 years ago
  53. 148fee9 [analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM by Anna Zaks · 12 years ago
  54. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  55. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  56. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  57. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  58. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 12 years ago
  59. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 12 years ago
  60. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  61. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  62. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  63. 94be8ea Remove deprecated getNameAsCString methods. by Benjamin Kramer · 12 years ago
  64. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  65. 297f71d Document the result type of the matcher functions where by Manuel Klimek · 12 years ago
  66. 1503f0d Introduce new queries on ObjCRuntime for how to interpret subscripts by John McCall · 12 years ago
  67. ef15831 [analyzer] Let CallEvent decide what goes in an inital stack frame. by Jordan Rose · 12 years ago
  68. 57c0336 [analyzer] Perform post-call checks for all inlined calls. by Jordan Rose · 12 years ago
  69. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  70. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  71. 2d18419 [analyzer] Very simple ObjC instance method inlining by Anna Zaks · 12 years ago
  72. 3738db9 [analyzer] fixup for adding of the "dynamic" ipa option by Anna Zaks · 12 years ago
  73. ca93ee7 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. by Anna Zaks · 12 years ago
  74. e13056a [analyzer] Add -analyzer-ipa=dynamic option for inlining dynamically by Anna Zaks · 12 years ago
  75. d563d3f [analyzer] Only allow CallEvents to be created by CallEventManager. by Jordan Rose · 12 years ago
  76. a989aeb [analyzer] Remove declaration of refactored evalObjCMessage method. by Jordan Rose · 12 years ago
  77. 78a1b19 Do not warn on correct use of the '%n' format specifier. by Matt Beaumont-Gay · 12 years ago
  78. 972a368 [analyzer] Introduce a CallEventManager to keep a pool of CallEvents. by Jordan Rose · 12 years ago
  79. b740316 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 12 years ago
  80. b2efdf3 Microoptimize isOffsetInFileID a bit. by Benjamin Kramer · 12 years ago
  81. 477a9f5 Implement resolving of HTML character references (named: &amp;, decimal: &#42;, by Dmitri Gribenko · 12 years ago
  82. e430313 Add a function to convert a single Unicode code point to a UTF8 sequence. by Dmitri Gribenko · 12 years ago
  83. 4684778 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 12 years ago
  84. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  85. 6fbe031 [analyzer] Address Jordan's and Fariborz's review of r160768. by Anna Zaks · 12 years ago
  86. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  87. 7c99aa3 [analyzer] CallEvent is no longer a value object. by Jordan Rose · 12 years ago
  88. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  89. 3a0a9e3 [analyzer] Handle C++ member initializers and destructors. by Jordan Rose · 12 years ago
  90. 888c90a [analyzer] Handle base class initializers and destructors. by Jordan Rose · 12 years ago
  91. 183ba8e [analyzer] Show paths for destructor calls. by Jordan Rose · 12 years ago
  92. 132283b Add a const version of Expr::IgnoreImplicit. No functionality change. by Jordan Rose · 12 years ago
  93. 559b928 Put back dump() without a default argument, "because debuggers don't usually respect default arguments". by Alexander Kornienko · 12 years ago
  94. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  95. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  96. a2ad394 Remove the ability to stash arbitrary pointers into UndefinedVal (no longer needed). by Ted Kremenek · 12 years ago
  97. 829846b Remove ExprEngine::MarkBranch(), as it is no longer needed. by Ted Kremenek · 12 years ago
  98. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  99. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  100. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago