1. 67bf7dd c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. by Dmitri Gribenko · 12 years ago
  2. 16bec06 Comment.h: fix typo in comment by Dmitri Gribenko · 12 years ago
  3. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  4. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  5. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago
  6. f7158fa Properly check length modfiers for %n in format strings. by Hans Wennborg · 12 years ago
  7. 58e1e54 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 12 years ago
  8. 5d435b6 Initial support for recursing into the new clang-tools-extra repository by Chandler Carruth · 12 years ago
  9. f3749f4 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 12 years ago
  10. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  11. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  12. acac844 [analyzer] + New line at end of file by Anna Zaks · 12 years ago
  13. 8ed21ef [analyzer] Address Jordan's review of DynamicTypePropagation. by Anna Zaks · 12 years ago
  14. 387611e Fix the test RUN line for this better. by Eric Christopher · 12 years ago
  15. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  16. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  17. daa8898 [analyzer] Add a test case for OS X 10.8's NSMakeCollectable under non-GC. by Jordan Rose · 12 years ago
  18. c7fb748 If we don't have a complete type for the array type yet either then by Eric Christopher · 12 years ago
  19. 97d0293 Remove two fall through diagnostics from the IgnoredAttributes group, since they are errors, not warnings. by Ted Kremenek · 12 years ago
  20. 79efe24 [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using by Chad Rosier · 12 years ago
  21. b3f46ec Specify a triple on this to make it easier to test. by Eric Christopher · 12 years ago
  22. d0a97c4 Remove some unintended changes from my last patch. by Eric Christopher · 12 years ago
  23. 363e5ac Make sure when we get the replacement type for a template argument by Eric Christopher · 12 years ago
  24. b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
  25. 3408681 [analyzer] DynTypes: Add a test for improper cast performed by user. by Anna Zaks · 12 years ago
  26. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  27. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  28. c4c647c [analyzer] Dynamic type info - propagate through implicit casts. by Anna Zaks · 12 years ago
  29. c7ecc43 [analyzer] Add a checker to manage dynamic type propagation. by Anna Zaks · 12 years ago
  30. 71f55f7 Refactor checks for unevaluated contexts into a common utility function. by David Blaikie · 12 years ago
  31. 04bf29e Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 12 years ago
  32. a801acd [analyzer] Add plist output checks for all four "path notes" tests. by Jordan Rose · 12 years ago
  33. 2b1b025 [analyzer] Improve arrow locations for PseudoObjectExprs. by Jordan Rose · 12 years ago
  34. 15d18e1 [analyzer] Ignore OS X 10.8's annotations for NSMakeCollectable. by Jordan Rose · 12 years ago
  35. e27a08a For global record types, the self reference checker was called twice, resulting by Richard Trieu · 12 years ago
  36. cbea860 scan-build: factor out setting of environment variables. by Ted Kremenek · 12 years ago
  37. 8f726de [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional by Chad Rosier · 12 years ago
  38. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  39. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  40. 38447a4 Pull 'xcodebuild' wrapper logic into a separate function. by Ted Kremenek · 12 years ago
  41. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  42. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  43. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  44. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  45. a4b3965 PR13499: Don't try to check whether 'override' has been validly applied until by Richard Smith · 12 years ago
  46. eef0029 PR13527: don't assert if a function is explicitly defaulted when it's already by Richard Smith · 12 years ago
  47. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  48. 65263b4 Simplify code, no functionality change. by Benjamin Kramer · 12 years ago
  49. 4d33286 [analyzer] Malloc: remove assert since is not valid as of r161248 by Anna Zaks · 12 years ago
  50. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  51. a869518 [analyzer] Use a more robust check for null in CallAndMessageChecker. by Jordan Rose · 12 years ago
  52. 522f46f [analyzer] Don't assume values bound to references are automatically non-null. by Jordan Rose · 12 years ago
  53. aa6eccc Fix the name of this variable. by Eric Christopher · 12 years ago
  54. 3e07881 Update comment to accurately reflect what should happen. by Eric Christopher · 12 years ago
  55. 563ea23 [analyzer] Update initializer assertion for delegating constructors. by Jordan Rose · 12 years ago
  56. 6853799 [analyzer] When a symbol is null, we should track its constraints. by Jordan Rose · 12 years ago
  57. b0e1bad [analyzer] Flatten path diagnostics for text output like we do for HTML. by Jordan Rose · 12 years ago
  58. 9da59a6 [analyzer] Track null/uninitialized C++ objects used in method calls. by Jordan Rose · 12 years ago
  59. 7ad4848 [analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events. by Jordan Rose · 12 years ago
  60. 20165e7 [analyzer] FindLastStoreBRVisitor was not actually finding stores. by Jordan Rose · 12 years ago
  61. 51e87c5 Enhance getImplicitObjectArgument to look through ->*. by Jordan Rose · 12 years ago
  62. bf83e7c [analyzer] Add a test for copy-constructor inlining. by Jordan Rose · 12 years ago
  63. 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
  64. c1290e0 [analyzer] Fixup: remove the extra whitespace by Anna Zaks · 12 years ago
  65. 148fee9 [analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM by Anna Zaks · 12 years ago
  66. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  67. 5295b97 Fix crash if a literal operator template's template parameter pack is not a non-type template parameter pack. Patch by Andy Gibbs! by Richard Smith · 12 years ago
  68. 5b97851 [analyzer] Fix a typo. Thanks Jordan. by Anna Zaks · 12 years ago
  69. ede875b [analyzer] Malloc: track non-allocated but freed memory by Anna Zaks · 12 years ago
  70. f1aae3b Fix line endings. by Michael Han · 12 years ago
  71. 66981c7 TableGen: Remove extraneous \ character from arm_neon.h definitions. by Jim Grosbach · 12 years ago
  72. c23aca4 Flesh out test for defaulted key functions a bit more. by Benjamin Kramer · 12 years ago
  73. 967d833 Reduce temp file pollution in some test cases. by Benjamin Kramer · 12 years ago
  74. f3fce80 Fix failed to generate vtables in certain cases. by Benjamin Kramer · 12 years ago
  75. a5c12b9 Add some missing functions to builtins.py. by Eric Christopher · 12 years ago
  76. 5b32a08 Comment AST: convert a huge if -- else if statement on Decl's type into a by Dmitri Gribenko · 12 years ago
  77. d015f4f [analyzer] Solve another source of non-determinism in the diagnostic engine. by Anna Zaks · 12 years ago
  78. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  79. d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
  80. 967e5d7 Comments: handle template paramter documentation in alias-declaration templates. by Dmitri Gribenko · 12 years ago
  81. 9f3b9d5 [analyzer] Add a simple check for initializing reference variables with null. by Jordan Rose · 12 years ago
  82. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  83. 7e67593 objc-arc: Modify test for more prcecise fixit. // rdar://11913153 by Fariborz Jahanian · 12 years ago
  84. dc48305 objective-c arc: Patch to suggest bridge casting of CF by Fariborz Jahanian · 12 years ago
  85. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  86. 5e601dc Add OpenBSD arch targets for powerpc, arm, mips64, mips64el and sparc. by Hans Wennborg · 12 years ago
  87. 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 12 years ago
  88. 52a8b00 add a comment to explain this test case by Nuno Lopes · 12 years ago
  89. bbf9e3a test/Sema/tls.c: don't use -verify to check if TLS is supported by Hans Wennborg · 12 years ago
  90. 207c408 [analyzer] Also emit Prev/Next links for macros in HTML output. Oops. by Jordan Rose · 12 years ago
  91. b23b711 [analyzer] Add Prev/Next links to the HTML output. by Jordan Rose · 12 years ago
  92. 0eb6c37 [analyzer] Flush bug reports in deterministic order. by Anna Zaks · 12 years ago
  93. 2a84b8b [analyzer] CmpRuns should include file name in the issue identifier. by Anna Zaks · 12 years ago
  94. ea66f9f Make sure we don't emit IR for unused EH cleanups. PR13359. by Eli Friedman · 12 years ago
  95. d076e01 Comment parser tests: test that we allow placing no whitespace between \param by Dmitri Gribenko · 12 years ago
  96. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  97. ac87cec Comment diagnostics fixit tests: move exected-warning constructs from the by Dmitri Gribenko · 12 years ago
  98. b7a1199 Comment diagnostics: add tests for \tparam fixits. by Dmitri Gribenko · 12 years ago
  99. 651f8ce Initialize flag in DeclInfo. by Dmitri Gribenko · 12 years ago
  100. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 12 years ago