1. ab9c04f Consilidate SmallPtrSet count() followed by insert() into a single insert(). by Ted Kremenek · 12 years ago
  2. 98ac608 [ms-inline asm] Remove the patchMSAsmStrings function. After some discussion by Chad Rosier · 12 years ago
  3. 12e2fb0 Add an llvm_unreachable to pacify GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  4. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  5. 38c71d3 [ms-inline asm] Have buildMSAsmString build a vector of unmodified AsmStrings. by Chad Rosier · 12 years ago
  6. d9f95b3 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 12 years ago
  7. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  8. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  9. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  10. 59c91c8 Update comment to match the reality. by Dmitri Gribenko · 12 years ago
  11. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  12. 58fc86d [analyzer] Push "references are non-null" knowledge up to the common parent. by Jordan Rose · 12 years ago
  13. 51a6b3f [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 12 years ago
  14. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  15. 377da4c Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. by David Blaikie · 12 years ago
  16. 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
  17. a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
  18. 83591b6 [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 12 years ago
  19. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  20. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  21. 33a71f3 [ms-inline asm] Append identifier for better debugging. by Chad Rosier · 12 years ago
  22. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  23. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  24. 05c5ebc [asan] If we are compiling with ASan, add metadata indicating dynamically initialized globals. Patch by Reid Watson, reviewed by Richard Smith by Kostya Serebryany · 12 years ago
  25. 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
  26. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  27. db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 12 years ago
  28. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  29. eb8f2ef DeclPrinter: describe what 'terse' output is. by Dmitri Gribenko · 12 years ago
  30. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  31. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  32. a34d4f4 [analyzer] Assume that reference symbols are non-null. by Jordan Rose · 12 years ago
  33. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  34. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  35. bf3a966 Reapply: by Eric Christopher · 12 years ago
  36. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  37. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  38. 99f074c Remove unused variable. by David Blaikie · 12 years ago
  39. dc42dc9 [analyzer] More tests for "release and stop tracking". by Jordan Rose · 12 years ago
  40. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago
  41. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  42. d30fb9e Thread-safety analysis: fix scoping issues related to 'this', including an by DeLesley Hutchins · 12 years ago
  43. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  44. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 12 years ago
  45. f902d09 [analyzer] Add a test for "release and stop tracking" behavior. by Jordan Rose · 12 years ago
  46. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 12 years ago
  47. 1833d28 [analyzer] Add comments to ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  48. fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
  49. 78fe3e0 PR13619: Make sure we're not at EOF before looking at NextToken(). by Richard Smith · 12 years ago
  50. df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 12 years ago
  51. 7f839a6 [analyzer] The result of && or || is always a 1 or 0. by Jordan Rose · 12 years ago
  52. e50ee7e Use correct matcher name in the comment. by Dmitri Gribenko · 12 years ago
  53. 2546649 Fix comments and variable naming: by Manuel Klimek · 12 years ago
  54. 147785b [cindex.py] Cache the number of chunks in CompletionString by Tobias Grosser · 12 years ago
  55. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  56. d9ee06b [cindex.py] Add CachedProperty to CompletionChunk by Tobias Grosser · 12 years ago
  57. b15b15c [clang.py] Add CachedProperty decorator by Gregory Szorc · 12 years ago
  58. 58308d8 [cindex.py] Use spaces, not tabs for indentation by Tobias Grosser · 12 years ago
  59. 7371924 [cindex.py] Dispose code completion results properly by Tobias Grosser · 12 years ago
  60. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  61. 217c484 Silence a sign compare warning that only occurs on 32 bit platforms. by Benjamin Kramer · 12 years ago
  62. 54c86f7 When mangling a negative number, remember that negating it does not by John McCall · 12 years ago
  63. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  64. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  65. c32a453 [analyzer] Treat C++ 'throw' as a sink. by Jordan Rose · 12 years ago
  66. 19275bd [analyzer] Treat @throw as a sink (stop processing). by Jordan Rose · 12 years ago
  67. 2bce86c [analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker. by Jordan Rose · 12 years ago
  68. 46e7781 [analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  69. 671a045 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 12 years ago
  70. 003e756 Reapply: by Eric Christopher · 12 years ago
  71. d82f5eb When code completion is enabled, don't do any work in by Douglas Gregor · 12 years ago
  72. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
  73. 3d45a77 [ms-inline asm] Update comment. by Chad Rosier · 12 years ago
  74. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  75. 4b5e48d [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not by Chad Rosier · 12 years ago
  76. 66400c4 make this test case 64bit test. It fails due to by Fariborz Jahanian · 12 years ago
  77. 8ecf59a [analyzer] Make BlockDataRegions typed, so that they have DynamicTypeInfo. by Jordan Rose · 12 years ago
  78. 80ad88d Remove -Wbad-function-cast from -Wall. by Fariborz Jahanian · 12 years ago
  79. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  80. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  81. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  82. bbb8afd c: implement gcc's -Wbad-function-cast which warns by Fariborz Jahanian · 12 years ago
  83. d6bbc98 Define __builtin_ffs[ll] with a signed argument instead of unsigned. by Benjamin Kramer · 12 years ago
  84. 64b8578 [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing by Chad Rosier · 12 years ago
  85. 19d48ce Add release notes for type safety attributes. by Dmitri Gribenko · 12 years ago
  86. d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
  87. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  88. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
  89. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
  90. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  91. 1dc7ab0 Temporarily revert r162066 and r162062 to see if it brings the gdb bots back. by Eric Christopher · 12 years ago
  92. e7259aa Fix undefined behavior in debug info emission: operator* on WeakVH returns a by Richard Smith · 12 years ago
  93. eae57a6 Fix test so that it doesn't keep failing forever when it's failed once. by Richard Smith · 12 years ago
  94. c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 12 years ago
  95. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  96. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  97. 25c0400 [analyzer] Add an internal reference document describing IPA and CallEvent. by Jordan Rose · 12 years ago
  98. b81a9ad [analyzer] Unbreak the static analyzer buildbot. by Anna Zaks · 12 years ago
  99. 9e63dc5 Avoid binding a reference to a dereferenced null pointer, if we try to emit a by Richard Smith · 12 years ago
  100. aeb2881 Fix misaligned DeclGroup allocation. by Richard Smith · 12 years ago