1. a34d4f4 [analyzer] Assume that reference symbols are non-null. by Jordan Rose · 12 years ago
  2. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  3. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  4. bf3a966 Reapply: by Eric Christopher · 12 years ago
  5. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  6. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  7. 99f074c Remove unused variable. by David Blaikie · 12 years ago
  8. dc42dc9 [analyzer] More tests for "release and stop tracking". by Jordan Rose · 12 years ago
  9. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago
  10. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  11. d30fb9e Thread-safety analysis: fix scoping issues related to 'this', including an by DeLesley Hutchins · 12 years ago
  12. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  13. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 12 years ago
  14. f902d09 [analyzer] Add a test for "release and stop tracking" behavior. by Jordan Rose · 12 years ago
  15. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 12 years ago
  16. 1833d28 [analyzer] Add comments to ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  17. fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
  18. 78fe3e0 PR13619: Make sure we're not at EOF before looking at NextToken(). by Richard Smith · 12 years ago
  19. df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 12 years ago
  20. 7f839a6 [analyzer] The result of && or || is always a 1 or 0. by Jordan Rose · 12 years ago
  21. e50ee7e Use correct matcher name in the comment. by Dmitri Gribenko · 12 years ago
  22. 2546649 Fix comments and variable naming: by Manuel Klimek · 12 years ago
  23. 147785b [cindex.py] Cache the number of chunks in CompletionString by Tobias Grosser · 12 years ago
  24. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  25. d9ee06b [cindex.py] Add CachedProperty to CompletionChunk by Tobias Grosser · 12 years ago
  26. b15b15c [clang.py] Add CachedProperty decorator by Gregory Szorc · 12 years ago
  27. 58308d8 [cindex.py] Use spaces, not tabs for indentation by Tobias Grosser · 12 years ago
  28. 7371924 [cindex.py] Dispose code completion results properly by Tobias Grosser · 12 years ago
  29. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  30. 217c484 Silence a sign compare warning that only occurs on 32 bit platforms. by Benjamin Kramer · 12 years ago
  31. 54c86f7 When mangling a negative number, remember that negating it does not by John McCall · 12 years ago
  32. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  33. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  34. c32a453 [analyzer] Treat C++ 'throw' as a sink. by Jordan Rose · 12 years ago
  35. 19275bd [analyzer] Treat @throw as a sink (stop processing). by Jordan Rose · 12 years ago
  36. 2bce86c [analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker. by Jordan Rose · 12 years ago
  37. 46e7781 [analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  38. 671a045 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 12 years ago
  39. 003e756 Reapply: by Eric Christopher · 12 years ago
  40. d82f5eb When code completion is enabled, don't do any work in by Douglas Gregor · 12 years ago
  41. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
  42. 3d45a77 [ms-inline asm] Update comment. by Chad Rosier · 12 years ago
  43. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  44. 4b5e48d [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not by Chad Rosier · 12 years ago
  45. 66400c4 make this test case 64bit test. It fails due to by Fariborz Jahanian · 12 years ago
  46. 8ecf59a [analyzer] Make BlockDataRegions typed, so that they have DynamicTypeInfo. by Jordan Rose · 12 years ago
  47. 80ad88d Remove -Wbad-function-cast from -Wall. by Fariborz Jahanian · 12 years ago
  48. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  49. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  50. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  51. bbb8afd c: implement gcc's -Wbad-function-cast which warns by Fariborz Jahanian · 12 years ago
  52. d6bbc98 Define __builtin_ffs[ll] with a signed argument instead of unsigned. by Benjamin Kramer · 12 years ago
  53. 64b8578 [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing by Chad Rosier · 12 years ago
  54. 19d48ce Add release notes for type safety attributes. by Dmitri Gribenko · 12 years ago
  55. d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
  56. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  57. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
  58. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
  59. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  60. 1dc7ab0 Temporarily revert r162066 and r162062 to see if it brings the gdb bots back. by Eric Christopher · 12 years ago
  61. e7259aa Fix undefined behavior in debug info emission: operator* on WeakVH returns a by Richard Smith · 12 years ago
  62. eae57a6 Fix test so that it doesn't keep failing forever when it's failed once. by Richard Smith · 12 years ago
  63. c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 12 years ago
  64. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  65. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  66. 25c0400 [analyzer] Add an internal reference document describing IPA and CallEvent. by Jordan Rose · 12 years ago
  67. b81a9ad [analyzer] Unbreak the static analyzer buildbot. by Anna Zaks · 12 years ago
  68. 9e63dc5 Avoid binding a reference to a dereferenced null pointer, if we try to emit a by Richard Smith · 12 years ago
  69. aeb2881 Fix misaligned DeclGroup allocation. by Richard Smith · 12 years ago
  70. cbf97c5 Don't form a null reference when checking for validity of an anonymous by Richard Smith · 12 years ago
  71. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
  72. 8bf4ab3 Add some caching here for the builtin types. by Eric Christopher · 12 years ago
  73. 8c019df Remove FIXME, the constraints contain more options than the by Eric Christopher · 12 years ago
  74. a0dfca1 Add a missing 'break' to ensure that we reject inline assembly by Eric Christopher · 12 years ago
  75. 2502ec8 Random string removal. by Eric Christopher · 12 years ago
  76. c076ef6 Make isa part of objc_object at metadata generation time. by Eric Christopher · 12 years ago
  77. 1a30edb Fix misaligned allocation of TemplateParameterList objects. by Richard Smith · 12 years ago
  78. 2f64851 [ms-inline asm] Comment. by Chad Rosier · 12 years ago
  79. 7e1fb9a [ms-inline asm] Extract a helper function, getSpelling(). Also use this on by Chad Rosier · 12 years ago
  80. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  81. eeff8ce [ms-inline asm] If we don't know how to handle a token then assume this is not a by Chad Rosier · 12 years ago
  82. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  83. bc20bbb Removed unused LParenLoc parameter to ActOnCXXForRangeStmt by Sam Panzer · 12 years ago
  84. ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
  85. 81c53b4 CommentCommandTraits: rename BeginName -> StartName for consistency. by Dmitri Gribenko · 12 years ago
  86. 2863c0e [ms-inline asm] Perform symbol table lookup on variables. The idea is to use by Chad Rosier · 12 years ago
  87. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  88. 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
  89. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  90. 2776224 Remove #if 0 that has been around for a long time. by Ted Kremenek · 12 years ago
  91. 2b2c49d Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges. This by Ted Kremenek · 12 years ago
  92. c4bac8e Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. by Ted Kremenek · 12 years ago
  93. 425f41b Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 12 years ago
  94. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  95. 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
  96. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  97. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  98. d012586 Test commit: deleted whitespace on blank line by Sam Panzer · 12 years ago
  99. 2f47cab Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. by Richard Smith · 12 years ago
  100. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago