1. 92570bd [ms-inline asm] Remove the last bits of LineEnds. by Chad Rosier · 12 years ago
  2. 9fbf327 Remove trailing return flag from FunctionTypeLoc, since we now carry that by Richard Smith · 12 years ago
  3. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  4. 5375d82 Changing an enumeration to a const int to fix MSVC compiler warnings. by Aaron Ballman · 12 years ago
  5. 42c72c2 Do NOT use inline functions with LLVM_ATTRIBUTE_USED. by Benjamin Kramer · 12 years ago
  6. 00aae52 Fix undefined behavior: don't bind a dereferenced null pointer to a reference. by Richard Smith · 12 years ago
  7. 026b358 Fix undefined behavior in code completion, caught by by Richard Smith · 12 years ago
  8. 955cd44 [analyzer] Add getStackFrame() to CheckerContext and ExplodedNode. by Anna Zaks · 12 years ago
  9. 645baee [analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall. by Jordan Rose · 12 years ago
  10. b11a3ad [analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts. by Jordan Rose · 12 years ago
  11. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  12. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  13. f9c2908 [analyzer] Remove unused StoreManager::CastResult class. by Jordan Rose · 12 years ago
  14. e6b3fea Removed an unused function I added a while back. by Fariborz Jahanian · 12 years ago
  15. 33c72e1 [ms-inline asm] Avoid extra allocations by making this an array of StringRefs. by Chad Rosier · 12 years ago
  16. e790bc3 [ms-inline asm] Fix a memory leak introduced in r161686. by Chad Rosier · 12 years ago
  17. 4399ea9 [ms-inline asm] Add clobbers to AST representation. by Chad Rosier · 12 years ago
  18. 54918ba [analyzer] Track if a region can be a subclass in the dynamic type info. by Anna Zaks · 12 years ago
  19. 3f558af [analyzer] Optimize dynamic dispatch bifurcation by detecting the cases by Anna Zaks · 12 years ago
  20. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  21. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  22. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  23. 824e07a [analyzer] Cache the "concrete offset base" for regions with symbolic offsets. by Jordan Rose · 12 years ago
  24. bf74b56 [analyzer] Devirtualize StoreManager::evalDerivedToBase(SVal, CastExpr) by Jordan Rose · 12 years ago
  25. 2c5f8d7 [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. by Jordan Rose · 12 years ago
  26. cace210 [ms-inline asm] Use StringRef here, per Jordan's suggestion. by Chad Rosier · 12 years ago
  27. d4fe57f [analyzer] Rename the function to better reflect what it actually does. by Anna Zaks · 12 years ago
  28. 5960f4a [analyzer] Improve readability of the dyn. dispatch bifurcation patch r161552. by Anna Zaks · 12 years ago
  29. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  30. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  31. fc05dec Unbreak the build. by Anna Zaks · 12 years ago
  32. e90d3f8 [analyzer] Bifurcate the path with dynamic dispatch. by Anna Zaks · 12 years ago
  33. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  34. dcdff46 Minor simplification for r161534. by Eli Friedman · 12 years ago
  35. 8c6cb46 objective-C: refactor/simplify parsing of delayed by Fariborz Jahanian · 12 years ago
  36. de01b7a PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. by Richard Smith · 12 years ago
  37. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  38. 0f38ace Address code review comments for Wstrncat-size warning (r161440). by Anna Zaks · 12 years ago
  39. 62f22b8 [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No by Chad Rosier · 12 years ago
  40. d24bf90 Whitespace. by Chad Rosier · 12 years ago
  41. 919e8a1 [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 12 years ago
  42. e0d24eb [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. by Jordan Rose · 12 years ago
  43. 2aa800a Constify CXXRecordDecl::isVirtuallyDerivedFrom. by Jordan Rose · 12 years ago
  44. 3a32c9c Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor. by Chad Rosier · 12 years ago
  45. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  46. 50d61c8 Implement final piece of DR963 and also DR587: by Richard Smith · 12 years ago
  47. 3189d8c Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfield by Dmitri Gribenko · 12 years ago
  48. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  49. d43e114 Turn on strncat-size warning implemented a while ago. by Anna Zaks · 12 years ago
  50. 16bec06 Comment.h: fix typo in comment by Dmitri Gribenko · 12 years ago
  51. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  52. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  53. 58e1e54 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 12 years ago
  54. f3749f4 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 12 years ago
  55. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  56. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  57. 97d0293 Remove two fall through diagnostics from the IgnoredAttributes group, since they are errors, not warnings. by Ted Kremenek · 12 years ago
  58. 79efe24 [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using by Chad Rosier · 12 years ago
  59. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  60. c7ecc43 [analyzer] Add a checker to manage dynamic type propagation. by Anna Zaks · 12 years ago
  61. 71f55f7 Refactor checks for unevaluated contexts into a common utility function. by David Blaikie · 12 years ago
  62. 04bf29e Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 12 years ago
  63. 8f726de [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional by Chad Rosier · 12 years ago
  64. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  65. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  66. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  67. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  68. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  69. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  70. a4b3965 PR13499: Don't try to check whether 'override' has been validly applied until by Richard Smith · 12 years ago
  71. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  72. 6853799 [analyzer] When a symbol is null, we should track its constraints. by Jordan Rose · 12 years ago
  73. b0e1bad [analyzer] Flatten path diagnostics for text output like we do for HTML. by Jordan Rose · 12 years ago
  74. 9da59a6 [analyzer] Track null/uninitialized C++ objects used in method calls. by Jordan Rose · 12 years ago
  75. 148fee9 [analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM by Anna Zaks · 12 years ago
  76. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  77. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  78. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  79. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  80. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 12 years ago
  81. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 12 years ago
  82. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  83. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  84. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  85. 94be8ea Remove deprecated getNameAsCString methods. by Benjamin Kramer · 12 years ago
  86. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  87. 297f71d Document the result type of the matcher functions where by Manuel Klimek · 12 years ago
  88. 1503f0d Introduce new queries on ObjCRuntime for how to interpret subscripts by John McCall · 12 years ago
  89. ef15831 [analyzer] Let CallEvent decide what goes in an inital stack frame. by Jordan Rose · 12 years ago
  90. 57c0336 [analyzer] Perform post-call checks for all inlined calls. by Jordan Rose · 12 years ago
  91. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  92. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  93. 2d18419 [analyzer] Very simple ObjC instance method inlining by Anna Zaks · 12 years ago
  94. 3738db9 [analyzer] fixup for adding of the "dynamic" ipa option by Anna Zaks · 12 years ago
  95. ca93ee7 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. by Anna Zaks · 12 years ago
  96. e13056a [analyzer] Add -analyzer-ipa=dynamic option for inlining dynamically by Anna Zaks · 12 years ago
  97. d563d3f [analyzer] Only allow CallEvents to be created by CallEventManager. by Jordan Rose · 12 years ago
  98. a989aeb [analyzer] Remove declaration of refactored evalObjCMessage method. by Jordan Rose · 12 years ago
  99. 78a1b19 Do not warn on correct use of the '%n' format specifier. by Matt Beaumont-Gay · 12 years ago
  100. 972a368 [analyzer] Introduce a CallEventManager to keep a pool of CallEvents. by Jordan Rose · 12 years ago