1. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  2. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  3. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  4. cdc3a89 Fix analyzer tests. by Ted Kremenek · 12 years ago
  5. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  6. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  7. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  8. 23df243 [analyzer] If we dereference a NULL that came from a function, show the return. by Jordan Rose · 12 years ago
  9. 3d1125b Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. by Ted Kremenek · 12 years ago
  10. 55dd956 [analyzer] Fix realloc related bug in the malloc checker. by Anna Zaks · 12 years ago
  11. 2c9f87c New -fcatch-undefined-behavior features: by Richard Smith · 12 years ago
  12. 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
  13. 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
  14. 0156439 [analyzer] For now, treat pointers-to-members as non-null void * symbols. by Jordan Rose · 12 years ago
  15. c386d8f [analyzer] Handle UserDefinedConversion casts in C++. by Jordan Rose · 12 years ago
  16. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  17. b66529d [analyzer] Support C++ default arguments if they are literal values. by Jordan Rose · 12 years ago
  18. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  19. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  20. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  21. 2666361 [analyzer] Add osx.cocoa.NonNilReturnValue checker. by Anna Zaks · 12 years ago
  22. efb3d56 Despite me asking Jordan to do r162313, revert it. We can provide by Ted Kremenek · 12 years ago
  23. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  24. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  25. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  26. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  27. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  28. 4bda1d8 Merge existing attributes before processing pragmas in friend template by Rafael Espindola · 12 years ago
  29. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  30. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  31. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  32. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  33. 58fc86d [analyzer] Push "references are non-null" knowledge up to the common parent. by Jordan Rose · 12 years ago
  34. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  35. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  36. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  37. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  38. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  39. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  40. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  41. a34d4f4 [analyzer] Assume that reference symbols are non-null. by Jordan Rose · 12 years ago
  42. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  43. dc42dc9 [analyzer] More tests for "release and stop tracking". by Jordan Rose · 12 years ago
  44. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago
  45. d30fb9e Thread-safety analysis: fix scoping issues related to 'this', including an by DeLesley Hutchins · 12 years ago
  46. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  47. f902d09 [analyzer] Add a test for "release and stop tracking" behavior. by Jordan Rose · 12 years ago
  48. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) 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. 7f839a6 [analyzer] The result of && or || is always a 1 or 0. by Jordan Rose · 12 years ago
  51. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  52. 54c86f7 When mangling a negative number, remember that negating it does not by John McCall · 12 years ago
  53. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  54. c32a453 [analyzer] Treat C++ 'throw' as a sink. by Jordan Rose · 12 years ago
  55. 19275bd [analyzer] Treat @throw as a sink (stop processing). by Jordan Rose · 12 years ago
  56. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
  57. 66400c4 make this test case 64bit test. It fails due to by Fariborz Jahanian · 12 years ago
  58. 8ecf59a [analyzer] Make BlockDataRegions typed, so that they have DynamicTypeInfo. by Jordan Rose · 12 years ago
  59. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  60. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  61. bbb8afd c: implement gcc's -Wbad-function-cast which warns by Fariborz Jahanian · 12 years ago
  62. d6bbc98 Define __builtin_ffs[ll] with a signed argument instead of unsigned. by Benjamin Kramer · 12 years ago
  63. d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
  64. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  65. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
  66. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
  67. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  68. eae57a6 Fix test so that it doesn't keep failing forever when it's failed once. by Richard Smith · 12 years ago
  69. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  70. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of 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. a0dfca1 Add a missing 'break' to ensure that we reject inline assembly by Eric Christopher · 12 years ago
  73. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  74. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  75. ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
  76. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  77. 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
  78. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  79. c4bac8e Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. by Ted Kremenek · 12 years ago
  80. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  81. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  82. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  83. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago
  84. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
  85. e6cd054 [analyzer] Look through all casts when trying to track constraints. by Jordan Rose · 12 years ago
  86. ac45293 Devirtualize calls on glvalues produced by class member access expressions. by Richard Smith · 12 years ago
  87. 95526a4 Thread safety analysis: prevent a compiler error in cases where a by DeLesley Hutchins · 12 years ago
  88. 7f66085 [analyzer] If we call a C++ method on an object, assume it's non-null. by Jordan Rose · 12 years ago
  89. b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago
  90. da29ac5 [analyzer] Even if we are not inlining a virtual call, still invalidate! by Jordan Rose · 12 years ago
  91. f37e421 [ms-inline asm] MSVC parses multiple __asm statements on a single line as one by Chad Rosier · 12 years ago
  92. 4e79fdf [analyzer] Correctly devirtualize virtual method calls in constructors. by Jordan Rose · 12 years ago
  93. 99570a5 Allow 'static' and type qualifiers in K&R parameter type lists. by Matt Beaumont-Gay · 12 years ago
  94. 4cc83c2 Patch to warn about __private_extern__ on tentative definitions by Fariborz Jahanian · 12 years ago
  95. 9e4abb4 Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606 by John Criswell · 12 years ago
  96. 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  97. 9f6441a [analyzer] Only adjust the type of 'this' when we devirtualize a method call. by Jordan Rose · 12 years ago
  98. 7f397c5 Check for improper use of 'static' and type qualifiers in array declarators. by Hans Wennborg · 12 years ago
  99. dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
  100. b763ede [analyzer] Don't inline dynamic-dispatch methods unless -analyzer-ipa=dynamic. by Jordan Rose · 12 years ago