1. 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
  2. ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 12 years ago
  3. 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago
  4. 38aee3b [analyzer]Assume that the properties cannot be overridden when dot by Anna Zaks · 12 years ago
  5. 95b277e [analyzer] Address Jordan's comments for r161822, r161683. by Anna Zaks · 12 years ago
  6. 550a9d8 Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. by Bob Wilson · 12 years ago
  7. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  8. fac8e43 Fix horribly broken sema of __attribute__((pcs())). by Benjamin Kramer · 12 years ago
  9. 2217f85 Make __is_convertible_to handle abstract types correctly. PR13591. by Eli Friedman · 12 years ago
  10. c739406 [analyzer] Teach live variable analyzes that super uses self pointer. by Anna Zaks · 12 years ago
  11. 8ec104b [analyzer] Be more careful when downcasting for devirtualization. by Jordan Rose · 12 years ago
  12. 0a56298 [analyzer] Handle dynamic_casts that turn out to be upcasts. by Jordan Rose · 12 years ago
  13. b11a3ad [analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts. by Jordan Rose · 12 years ago
  14. 7657fd7 PR13570: When an unresolved overloaded call appeared in a dependent context, we by Richard Smith · 12 years ago
  15. 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 12 years ago
  16. 10caec2 c: small refactoring of checking for __attribute__(const)) by Fariborz Jahanian · 12 years ago
  17. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  18. a784685 c: make __has_attribute(const) work for const by Fariborz Jahanian · 12 years ago
  19. cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 12 years ago
  20. 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 12 years ago
  21. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  22. b6d2bea [analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls. by Jordan Rose · 12 years ago
  23. 9584f67 [analyzer] Try to devirtualize even if the static callee has no definition. by Jordan Rose · 12 years ago
  24. e5399f1 [analyzer] Add clang_analyzer_checkInlined for debugging purposes. by Jordan Rose · 12 years ago
  25. 1afc5f2 objective-C: test for delayed parsing of K&R funcitons by Fariborz Jahanian · 12 years ago
  26. 9e5df31 objective-C++: dalyed parsing of ctors with member by Fariborz Jahanian · 12 years ago
  27. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  28. 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 12 years ago
  29. dbd6945 objective-C++: delay parsing of ctor with try block by Fariborz Jahanian · 12 years ago
  30. ee2f032 Thread-safety-analysis: adds existential quantification over lock by DeLesley Hutchins · 12 years ago
  31. a74b715 Thread safety analysis: refactor to support more sophisticated handling by DeLesley Hutchins · 12 years ago
  32. 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 12 years ago
  33. 5498e3a [analyzer] ObjC Inlining: add tests for ivars and properties. by Anna Zaks · 12 years ago
  34. 54918ba [analyzer] Track if a region can be a subclass in the dynamic type info. by Anna Zaks · 12 years ago
  35. 3f558af [analyzer] Optimize dynamic dispatch bifurcation by detecting the cases by Anna Zaks · 12 years ago
  36. 2eb362b objective-C++: delayed parsing of member function with by Fariborz Jahanian · 12 years ago
  37. be1d4ec objective-C++: Delayed parsing of most common by Fariborz Jahanian · 12 years ago
  38. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  39. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  40. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  41. 1e93443 [analyzer] Cluster bindings in RegionStore by base region. by Jordan Rose · 12 years ago
  42. 2c5f8d7 [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. by Jordan Rose · 12 years ago
  43. 950435c In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test. by Richard Smith · 12 years ago
  44. 9cdd157 Remove absolute file path in test. by Dmitri Gribenko · 12 years ago
  45. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  46. 42ee64b Fix the test case. Now it does not depend on the method used to pass vector arguments to the function. by Simon Atanasyan · 12 years ago
  47. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  48. 79f3098 Fix AAPCS ABI. I can't actually test this, but it restores the behavior from before r159168. PR13562. by Eli Friedman · 12 years ago
  49. e90d3f8 [analyzer] Bifurcate the path with dynamic dispatch. by Anna Zaks · 12 years ago
  50. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  51. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  52. c3b2308 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 12 years ago
  53. 0f38ace Address code review comments for Wstrncat-size warning (r161440). by Anna Zaks · 12 years ago
  54. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  55. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  56. 2016c8c Don't add attributes for "#pragma pack" and friends to tag declarations which by Eli Friedman · 12 years ago
  57. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago
  58. 919e8a1 [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 12 years ago
  59. 0d53ab4 [analyzer] Track malloc'd regions stored in structs. by Jordan Rose · 12 years ago
  60. e0d24eb [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. by Jordan Rose · 12 years ago
  61. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  62. ed6662d objc: Include all types when issuing warning under -Wdirect-ivar-access. by Fariborz Jahanian · 12 years ago
  63. f23e8d2 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 12 years ago
  64. 50d61c8 Implement final piece of DR963 and also DR587: by Richard Smith · 12 years ago
  65. 06808f1 Get rid of an early return in Sema::ActOnFields which doesn't make sense anymore. by Eli Friedman · 12 years ago
  66. 859c65c Fix an assertion failure with a C++ constructor initializing a by Eli Friedman · 12 years ago
  67. b25466e objc-arc: Make -Wdirect-ivar-access accessible to all by Fariborz Jahanian · 12 years ago
  68. 604fb38 When building a conditional operator where one operand is a throw-expression by Richard Smith · 12 years ago
  69. 0b8220a -Wunused-private-fields: Don't try to check unresolved initializer expressions by Richard Smith · 12 years ago
  70. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  71. a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
  72. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  73. d43e114 Turn on strncat-size warning implemented a while ago. by Anna Zaks · 12 years ago
  74. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  75. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  76. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago
  77. f7158fa Properly check length modfiers for %n in format strings. by Hans Wennborg · 12 years ago
  78. 58e1e54 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 12 years ago
  79. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  80. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  81. acac844 [analyzer] + New line at end of file by Anna Zaks · 12 years ago
  82. 8ed21ef [analyzer] Address Jordan's review of DynamicTypePropagation. by Anna Zaks · 12 years ago
  83. 387611e Fix the test RUN line for this better. by Eric Christopher · 12 years ago
  84. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  85. daa8898 [analyzer] Add a test case for OS X 10.8's NSMakeCollectable under non-GC. by Jordan Rose · 12 years ago
  86. c7fb748 If we don't have a complete type for the array type yet either then by Eric Christopher · 12 years ago
  87. b3f46ec Specify a triple on this to make it easier to test. by Eric Christopher · 12 years ago
  88. 363e5ac Make sure when we get the replacement type for a template argument by Eric Christopher · 12 years ago
  89. 3408681 [analyzer] DynTypes: Add a test for improper cast performed by user. by Anna Zaks · 12 years ago
  90. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  91. c4c647c [analyzer] Dynamic type info - propagate through implicit casts. by Anna Zaks · 12 years ago
  92. c7ecc43 [analyzer] Add a checker to manage dynamic type propagation. by Anna Zaks · 12 years ago
  93. a801acd [analyzer] Add plist output checks for all four "path notes" tests. by Jordan Rose · 12 years ago
  94. 2b1b025 [analyzer] Improve arrow locations for PseudoObjectExprs. by Jordan Rose · 12 years ago
  95. e27a08a For global record types, the self reference checker was called twice, resulting by Richard Trieu · 12 years ago
  96. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  97. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  98. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  99. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  100. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago