1. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  2. c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
  3. 0156439 [analyzer] For now, treat pointers-to-members as non-null void * symbols. by Jordan Rose · 12 years ago
  4. c386d8f [analyzer] Handle UserDefinedConversion casts in C++. by Jordan Rose · 12 years ago
  5. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  6. 7dd8860 Attaching comments to decls: since it was decided that Decl::isImplicit should by Dmitri Gribenko · 12 years ago
  7. 2603fa6 [ms-inline asm] Add a few helper function to the MSAsmStmt class that are needed by Chad Rosier · 12 years ago
  8. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  9. d5a20c1 Added a method to DeclContext that marks the by Sean Callanan · 12 years ago
  10. 890f0f1 Change a bunch of cases where we do "getAs<...>->doSomething()" to by Ted Kremenek · 12 years ago
  11. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  12. 42b6055 [ms-inline asm] Remove an unused argument. This logic can now be reused by the by Chad Rosier · 12 years ago
  13. b66529d [analyzer] Support C++ default arguments if they are literal values. by Jordan Rose · 12 years ago
  14. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  15. 25bd298 [ms-inline asm] Rename a few induction variables to avoid confusion and silence by Chad Rosier · 12 years ago
  16. 88920d1 Mark these const. by Roman Divacky · 12 years ago
  17. a904e01 Fix transposed optional / required in Objective-C metadata (GNUstep runtime) by David Chisnall · 12 years ago
  18. 8e4c189 Attempt to fix clang bootstrap (broken by r162425). by Eli Friedman · 12 years ago
  19. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  20. 925d58c array_pod_sort on the addresses of declaration pointers leads to by Douglas Gregor · 12 years ago
  21. 4e90bc3 Fix undefined behavior: don't call ObjCInterfaceDecl::isArcWeakrefUnavailable by Richard Smith · 12 years ago
  22. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  23. 2d5a1de Don't recycle loop variables (to keep GCC happy). by Matt Beaumont-Gay · 12 years ago
  24. 60ce584 Fix 80-column violation. by Chad Rosier · 12 years ago
  25. ad0fe03 Fix an assortment of doxygen comment issues found by -Wdocumentation. by Ted Kremenek · 12 years ago
  26. 6e97be7 [ms-inline asm] Compute the inputs and outputs. No test case (yet) as this by Chad Rosier · 12 years ago
  27. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  28. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  29. 769bc07 [analyzer] Fixup to r162399. Initialize the member variable. by Anna Zaks · 12 years ago
  30. fd5e56e [ms-inline asm] Refactor code so that we can begin computing the Inputs/Outputs. by Chad Rosier · 12 years ago
  31. 1becab2 [analyzer] Add more comments to CallEvent and RuntimeDefinition. by Anna Zaks · 12 years ago
  32. 2666361 [analyzer] Add osx.cocoa.NonNilReturnValue checker. by Anna Zaks · 12 years ago
  33. 682ad16 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  34. 358ab76 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  35. f0fbd77 [ms-inline asm] Add helper function. No functional change intended. by Chad Rosier · 12 years ago
  36. e78460f [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  37. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  38. 9072a02 [ms-inline asm] Compute the token range for each instruction within the asm. by Chad Rosier · 12 years ago
  39. efb3d56 Despite me asking Jordan to do r162313, revert it. We can provide by Ted Kremenek · 12 years ago
  40. 153f8ec [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  41. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  42. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  43. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  44. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  45. 4b41c65 ASTContext::getCommentForDecl: add comment. by Dmitri Gribenko · 12 years ago
  46. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  47. f01ef105 [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition. by Jordan Rose · 12 years ago
  48. 91b46cc [analyzer] Per feedback, re-structure the docs for ExprInspection checks. by Jordan Rose · 12 years ago
  49. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 12 years ago
  50. 4bda1d8 Merge existing attributes before processing pragmas in friend template by Rafael Espindola · 12 years ago
  51. 54c2f88 Fix typo in debug method. by Benjamin Kramer · 12 years ago
  52. 56a46b5 Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to by Ted Kremenek · 12 years ago
  53. 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
  54. 3b1df8b Rename 'getConjuredSymbol*' to 'conjureSymbol*'. by Ted Kremenek · 12 years ago
  55. 32a549a Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and by Ted Kremenek · 12 years ago
  56. 5be88dc Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and add doxygen comments. by Ted Kremenek · 12 years ago
  57. 2eed8cc [analyzer] IPA document: address Ted's review comments (path bifurcation) by Anna Zaks · 12 years ago
  58. 9641d45 Remove stale header file. by Ted Kremenek · 12 years ago
  59. 77df8d9 Review, comment, and reformat IPA.txt, including feedback comments. by Ted Kremenek · 12 years ago
  60. a779e27 [analyzer] Document our debug checkers and ExprInspection's "builtins". by Jordan Rose · 12 years ago
  61. ab9c04f Consilidate SmallPtrSet count() followed by insert() into a single insert(). by Ted Kremenek · 12 years ago
  62. 98ac608 [ms-inline asm] Remove the patchMSAsmStrings function. After some discussion by Chad Rosier · 12 years ago
  63. 12e2fb0 Add an llvm_unreachable to pacify GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  64. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  65. 38c71d3 [ms-inline asm] Have buildMSAsmString build a vector of unmodified AsmStrings. by Chad Rosier · 12 years ago
  66. d9f95b3 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 12 years ago
  67. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  68. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  69. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  70. 59c91c8 Update comment to match the reality. by Dmitri Gribenko · 12 years ago
  71. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  72. 58fc86d [analyzer] Push "references are non-null" knowledge up to the common parent. by Jordan Rose · 12 years ago
  73. 51a6b3f [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 12 years ago
  74. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  75. 377da4c Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. by David Blaikie · 12 years ago
  76. 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
  77. a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
  78. 83591b6 [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 12 years ago
  79. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  80. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  81. 33a71f3 [ms-inline asm] Append identifier for better debugging. by Chad Rosier · 12 years ago
  82. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  83. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  84. 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
  85. 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
  86. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  87. db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 12 years ago
  88. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  89. eb8f2ef DeclPrinter: describe what 'terse' output is. by Dmitri Gribenko · 12 years ago
  90. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  91. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  92. a34d4f4 [analyzer] Assume that reference symbols are non-null. by Jordan Rose · 12 years ago
  93. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  94. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  95. bf3a966 Reapply: by Eric Christopher · 12 years ago
  96. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  97. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  98. 99f074c Remove unused variable. by David Blaikie · 12 years ago
  99. dc42dc9 [analyzer] More tests for "release and stop tracking". by Jordan Rose · 12 years ago
  100. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago