1. 7c14c44 Consolidate helper methods and configuration logic. No functionality change. by Ted Kremenek · 12 years ago
  2. c0c0066 CUDA: give static storage class to __shared__ and __constant__ by Peter Collingbourne · 12 years ago
  3. 1aba778 CUDA: give correct address space to globals declared in functions by Peter Collingbourne · 12 years ago
  4. 4112a4c Tidy up. by Chad Rosier · 12 years ago
  5. 00d1637 [ms-inline asm] Have generateAsmString() return the AsmString computed by Sema. by Chad Rosier · 12 years ago
  6. 89fb6d7 [ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute by Chad Rosier · 12 years ago
  7. 5abd3d2 Pass --use-analyzer to scan-build when running within the test harness. by Ted Kremenek · 12 years ago
  8. a23b91d [ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept by Chad Rosier · 12 years ago
  9. aade589 experimental.security.taint is now alpha.security.taint by Ted Kremenek · 12 years ago
  10. 9252701 [ms-inline asm] Use dyn_cast<> here to simplify logic. by Chad Rosier · 12 years ago
  11. 65e209a [analyzer] Don't purge dead symbols at the end of calls if -analyzer-purge=none. by Jordan Rose · 12 years ago
  12. 47f5a06 Make test pass in Release builds, which use a different naming scheme for llvm values. by Benjamin Kramer · 12 years ago
  13. 212f80d Merge test case for PR13704 into exprs.c to reduce test cases by Michael Liao · 12 years ago
  14. aba59aa [ms-inline asm] Make the AsmStmt class non-virtual. by Chad Rosier · 12 years ago
  15. 36d5cea Fix PR13704 by Michael Liao · 12 years ago
  16. 92daae0 Fix passing of -analyzer-max-loop from scan-build to clang. by Ted Kremenek · 12 years ago
  17. 88617a2 Warn about suspicious implicit conversions from floating point to bool by Hans Wennborg · 12 years ago
  18. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  19. 7ff32c6 Check for MIPS target availability for Driver/mips-as.c test. by Simon Atanasyan · 12 years ago
  20. 02e221b Fix for assertion when solving unresolved templates. Patch by Magee, Josh. by Rafael Espindola · 12 years ago
  21. 4c3b8a3 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
  22. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 12 years ago
  23. 64f9b50 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
  24. a1f81bb [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue. by Jordan Rose · 12 years ago
  25. 166b7bd [analyzer] Refactor FindLastStoreBRVisitor to not find the store ahead of time. by Jordan Rose · 12 years ago
  26. 7aba117 [analyzer] If the last store into a region came from a function, step into it. by Jordan Rose · 12 years ago
  27. 6062334 [analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt. by Jordan Rose · 12 years ago
  28. c4fb221 [ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs by Chad Rosier · 12 years ago
  29. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 12 years ago
  30. 33f0558 [ms-inline asm] Add virtual function, getClobber, that returns a StringRef. by Chad Rosier · 12 years ago
  31. 2fd559f [ms-inline asm] Hoist getNumClobbers into base class. by Chad Rosier · 12 years ago
  32. 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
  33. 06d4368 CodeGen: Hoist check from recursive function to its only callsite. by Benjamin Kramer · 12 years ago
  34. cfa07e3 CodeGen: When emitting stores for an initializer, only emit a GEP if we really need the store. by Benjamin Kramer · 12 years ago
  35. 29760b4 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 12 years ago
  36. 12b95e5 [ms-inline asm] Add a few comments. by Chad Rosier · 12 years ago
  37. 19c0134 [ms-inline asm] Hoist common Expr handling logic into AsmStmt. by Chad Rosier · 12 years ago
  38. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
  39. da083b2 [ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with by Chad Rosier · 12 years ago
  40. 364b9f9 [analyzer] Look through casts when trying to track a null pointer dereference. by Jordan Rose · 12 years ago
  41. 9a209f1 Restore a -cc1 invariant that was causing problems on PPC64. by John McCall · 12 years ago
  42. bbdfe24 [ms-inline asm] Base class AsmStmt implements these. by Chad Rosier · 12 years ago
  43. 066ef86 [ms-inline asm] Hoist common logic into the AsmStmt base class. by Chad Rosier · 12 years ago
  44. 728581e [ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt by Chad Rosier · 12 years ago
  45. 95a58d2 This is a temporary solution until we have a better way to by Manuel Klimek · 12 years ago
  46. 6fe4dfb [analyzer] Don't inline constructors for objects allocated with operator new. by Jordan Rose · 12 years ago
  47. 7103d2d [analyzer] Update inlining design notes for r162681. by Jordan Rose · 12 years ago
  48. 210f5a2 [analyzer] More internal stats collection. by Anna Zaks · 12 years ago
  49. 7d2c5ca Update comment, per Jordan's suggestion. by Chad Rosier · 12 years ago
  50. efe97d6 Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov! by John McCall · 12 years ago
  51. 8f7f3a6 Update comment. by Chad Rosier · 12 years ago
  52. c210cb7 [analyzer] Inline constructors for any object with a trivial destructor. by Jordan Rose · 12 years ago
  53. be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
  54. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  55. e44a006 Update reference docs to latest changes. by Manuel Klimek · 12 years ago
  56. b41ba1a Fix a CodeGen bug where we would skip zero-initialization for by Eli Friedman · 12 years ago
  57. 5b092ef Remove spurious string literal for bool argument. by Richard Smith · 12 years ago
  58. 6c4590f _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. by Francois Pichet · 12 years ago
  59. 5a3581d Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. by Ted Kremenek · 12 years ago
  60. fb60914 Fix the CC-matching logic for instance methods in the MS ABI. by John McCall · 12 years ago
  61. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  62. 3682f1e [analyzer] Use the common evalBind infrastructure for initializers. by Jordan Rose · 12 years ago
  63. 3f9411a Stub out a release notes section on -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  64. 23fee34 Update the user's manual for some of the new -fcatch-undefined-behavior features. by Richard Smith · 12 years ago
  65. 9d3e226 -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 12 years ago
  66. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  67. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  68. e91a497 Remove RequireCompleteType call which was made redundant by r162586. by Richard Smith · 12 years ago
  69. cd518a0 [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. by Chad Rosier · 12 years ago
  70. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  71. c831d8b Fix integer unsigned behavior in clang due to signed left shift overflow. by Richard Smith · 12 years ago
  72. 0d3a3fd Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 12 years ago
  73. 810e622 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 12 years ago
  74. eaafdfc Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 12 years ago
  75. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  76. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  77. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  78. 44cceb9 [analyzer] Ted fixed the plist-html issue, so the assert can go away. by Anna Zaks · 12 years ago
  79. 53b890b [analyzer] More fixups/rewording based on Jordan's feedback. by Anna Zaks · 12 years ago
  80. 32f3acc Remove unnecessary calls to c_str. by Benjamin Kramer · 12 years ago
  81. cdc3a89 Fix analyzer tests. by Ted Kremenek · 12 years ago
  82. 7307864 Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 12 years ago
  83. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  84. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  85. 3d57813 Rename the "experimental" checker package to "alpha". We will then refine by Ted Kremenek · 12 years ago
  86. b75e260 Rework how PathDiagnosticConsumers pass knowledge of what files they by Ted Kremenek · 12 years ago
  87. 81e6cfd [analyzer] Address Jordan's review comments. by Anna Zaks · 12 years ago
  88. 1708360 Fix 80-column violation. by Chad Rosier · 12 years ago
  89. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  90. be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
  91. 1016bdf [ms-inline asm] Generate the Input/Output expressions using by Chad Rosier · 12 years ago
  92. 23df243 [analyzer] If we dereference a NULL that came from a function, show the return. by Jordan Rose · 12 years ago
  93. 8a30e77 Fix 80-column violation. by Chad Rosier · 12 years ago
  94. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  95. 916978a Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. by NAKAMURA Takumi · 12 years ago
  96. 3d1125b Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. by Ted Kremenek · 12 years ago
  97. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  98. 160b3a5 Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 12 years ago
  99. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  100. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago