1. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  2. db13315 Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons. by Ted Kremenek · 12 years ago
  3. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  4. bd7e306 Now that I have a test file to work with, disable the Filecheck part of this test. by Ted Kremenek · 12 years ago
  5. ac0bc91 Correctly 'cat' out test files. by Ted Kremenek · 12 years ago
  6. 15f9f74 Fix another case where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  7. d727d39 Add a few more cases where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  8. 776da9e As a debugging aid to unbreak the buildbots, cat the plist files so I can view them on different builders. by Ted Kremenek · 12 years ago
  9. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  10. 121ec0a Re-enable FileCheck testing of retain-release.m test, and force by Ted Kremenek · 12 years ago
  11. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  12. 84012e6 Temporarily disable FileCheck part of this test. by Ted Kremenek · 12 years ago
  13. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  14. 18857f7 Workaround for MacOSX build failure with gcc <= 4.4 by Alexander Kornienko · 12 years ago
  15. acc714b Revert "Revert Ted's r163489 and r163490, due to breakage." by Ted Kremenek · 12 years ago
  16. da88536 Make helper functions static. by Benjamin Kramer · 12 years ago
  17. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  18. 2343b3d Revert Ted's r163489 and r163490, due to breakage. by NAKAMURA Takumi · 12 years ago
  19. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  20. c265cdd Use isBeforeInTranslationUnitThan() instead of operator<. by Ted Kremenek · 12 years ago
  21. 4dfd141 Take another crack at stabilizing the emission order of analyzer by Ted Kremenek · 12 years ago
  22. fcde83c Have PathDiagnosticPiece::getString() return a StringRef instead by Ted Kremenek · 12 years ago
  23. 7c06f03 Indent the "message" key in analyzer plist output. by Ted Kremenek · 12 years ago
  24. 9937216 Add handy script for updating plist FileCheck expected output for by Ted Kremenek · 12 years ago
  25. 4a66557 RawCommentList: don't copy the whole new RawComment to LastComment each time. by Dmitri Gribenko · 12 years ago
  26. ce15cce Remove dead method ProgramState::MarshalState(). by Ted Kremenek · 12 years ago
  27. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  28. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  29. eb3546e clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets. by NAKAMURA Takumi · 12 years ago
  30. 3c7f538 Add some ARM EABI preprocessor builtins tests by Anton Korobeynikov · 12 years ago
  31. 8b0703d Do not construct StringRef from NULL argument. by Anton Korobeynikov · 12 years ago
  32. 70a5cca Provide some ACLE C defines. This should fix PR13796 by Anton Korobeynikov · 12 years ago
  33. 9655ecb Try disabling the FileCheck part of the retain-release.m test to see if it fixes the buildbots. by Ted Kremenek · 12 years ago
  34. 22505ef Fix bug in BugReporter::RemoveUneededCalls() where "prunable" by Ted Kremenek · 12 years ago
  35. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  36. 49f9434 This test does not require --exact-match from FileCheck. by Ted Kremenek · 12 years ago
  37. 0187a1b Attempt (again) to stabilize the order of the emission of diagnostics by Ted Kremenek · 12 years ago
  38. 8be066e Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. by Jordan Rose · 12 years ago
  39. bbb6bb4 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 12 years ago
  40. 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 12 years ago
  41. 82f2ad4 [analyzer] ObjCSelfInitChecker should always clean up in postCall checks. by Jordan Rose · 12 years ago
  42. a435e69 [analyzer] Add debug output for ObjCSelfInitChecker's state. by Jordan Rose · 12 years ago
  43. 30ca732 Revert "Add plist output for retain-release.m in addition to -verify checking." by Ted Kremenek · 12 years ago
  44. e157ae5 Revert "Attempt to make the PathDiagnostic emission order more deterministic by" by Ted Kremenek · 12 years ago
  45. 62a4563 Revert "Further tweaks to hopefully make the PathDiagnostic emission more deterministic." by Ted Kremenek · 12 years ago
  46. 24c7f98 [analyzer] Remove constraints on dead symbols as part of removeDeadBindings. by Jordan Rose · 12 years ago
  47. f6d05bb [analyzer] Symbolic regions are live if any subregions are live. by Jordan Rose · 12 years ago
  48. 9874f59 [analyzer] Cast the result of a placement new-expression to the correct type. by Jordan Rose · 12 years ago
  49. 9f6ec82 [analyzer] Address John's code review for r163407. by Anna Zaks · 12 years ago
  50. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  51. f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
  52. ec5fda4 Further tweaks to hopefully make the PathDiagnostic emission more deterministic. by Ted Kremenek · 12 years ago
  53. c80ca02 Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 by Alexander Kornienko · 12 years ago
  54. 47cbd0f Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 12 years ago
  55. b4b4523 Attempt to make the PathDiagnostic emission order more deterministic by by Ted Kremenek · 12 years ago
  56. 526b4a6 Add default implementation of ConstraintManager::getSymVal() and a doxygen comment. by Ted Kremenek · 12 years ago
  57. ace64b5 Remove ConstraintManager:isEqual(). It is no longer used. by Ted Kremenek · 12 years ago
  58. 2308436 Add plist output for retain-release.m in addition to -verify checking. by Ted Kremenek · 12 years ago
  59. 589190b Ampersand goes with identifier. by Chad Rosier · 12 years ago
  60. 9198c71 [analyzer] Use cast<> instead of getAs<> for a CFGElement known to be a CFGStmt. by Jordan Rose · 12 years ago
  61. 9366a5a Moved back getCharAndSizeNoWarn to public area. by Abramo Bagnara · 12 years ago
  62. 258bd59 [analyzer] Fix a false positive in sizeof malloc checker. by Anna Zaks · 12 years ago
  63. c957319 Add test case for <rdar://problem/12075238>, which recently got fixed by changes to RegionStore. by Ted Kremenek · 12 years ago
  64. 3d074c3 Whitespace. by Chad Rosier · 12 years ago
  65. 2de4770 Bring buildbots back. Fix scoping issue and coding style from r163397. by Chad Rosier · 12 years ago
  66. b5204ee [analyzer] Don't use the address of a temporary CFGElement. by Jordan Rose · 12 years ago
  67. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  68. 99d68e9 [analyzer] Explain why we need condition 8. by Anna Zaks · 12 years ago
  69. 8c6a057 Attempt to pacify Windows buildbots. by Roman Divacky · 12 years ago
  70. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  71. a4728e5 Adds a first iteration of the basic AST matcher documentation landing page. by Manuel Klimek · 12 years ago
  72. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  73. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  74. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  75. 971073b Revert "Rework the retain-release.m test to use FileCheck and the "text" output" by Ted Kremenek · 12 years ago
  76. 2ab012a Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker. by Ted Kremenek · 12 years ago
  77. 62bde3e ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts by Ted Kremenek · 12 years ago
  78. 689268a Rework the retain-release.m test to use FileCheck and the "text" output by Ted Kremenek · 12 years ago
  79. c47dc1b Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoring by Ted Kremenek · 12 years ago
  80. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  81. 8f0d0fe [analyzer] Fail gracefully when the dynamic type is outside the hierarchy. by Jordan Rose · 12 years ago
  82. 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 12 years ago
  83. 5601c9a [analyzer] Don't crash if we cache out while evaluating an ObjC message. by Jordan Rose · 12 years ago
  84. 1edeed3 [analyzer] Assert that StmtPoint should be created with a non-null Stmt. by Anna Zaks · 12 years ago
  85. 817ce3d [analyzer] testing: add a build mode to allow C++11 testing. by Anna Zaks · 12 years ago
  86. ec9f36e Refine diagnostics for leaks reported when returning an object by Ted Kremenek · 12 years ago
  87. 2827f5a Tweak DeadStoresChecker to not warn about dead stores to variables that by Ted Kremenek · 12 years ago
  88. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  89. 200fa2e [analyzer] Don't attempt to devirtualize calls to base class destructors. by Jordan Rose · 12 years ago
  90. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  91. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  92. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  93. cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 12 years ago
  94. 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 12 years ago
  95. 2675b8e Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters by Enrico Granata · 12 years ago
  96. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  97. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  98. 8e5264f Tighten up regexps some more. by Jakob Stoklund Olesen · 12 years ago
  99. 1014ecf Remove unused typedefs. Found by gcc48. by Roman Divacky · 12 years ago
  100. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago