1. e6af660 PR10217 diagnostic fix: don't say 'copy constructor' when we mean by Richard Smith · 13 years ago
  2. 5bdaac5 Finish PR10217: Ensure we say that a special member was implicitly, not by Richard Smith · 13 years ago
  3. 460ef13 Correct error recovery when missing 'class' in a template template parameter. by David Blaikie · 13 years ago
  4. 0f6931a PR12438: Profile a reference to a type template parameter by depth and index, by Richard Smith · 13 years ago
  5. 1c931be Implement DR1402: if a field or base class is not movable, the derived class's by Richard Smith · 13 years ago
  6. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 13 years ago
  7. c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 13 years ago
  8. 70e24fc Properly handle explicit constructors in list-initialization. Fixes PR12120. by Sebastian Redl · 13 years ago
  9. d76e1cd [arcmt] When fixing the "unassigned init call" ARC error, make sure by Argyrios Kyrtzidis · 13 years ago
  10. d786f1a [libclang] Fix use-after-free bug when handling attributes indexing info. by Argyrios Kyrtzidis · 13 years ago
  11. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 13 years ago
  12. 355bba7 Make sure we unique static-local decls across multiple emissions of by John McCall · 13 years ago
  13. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 13 years ago
  14. 6c4c36c PR10217: Provide diagnostics explaining why an implicitly-deleted special by Richard Smith · 13 years ago
  15. 0f30a12 Revert r153723, and its follow-ups r153728 and r153733. by Chandler Carruth · 13 years ago
  16. 0f9b18e modern objective-c translator: writing numeric literals. // rdar://10803676 by Fariborz Jahanian · 13 years ago
  17. 8b0fa52 If we encounter a friend class template for which we cannot resolve by Douglas Gregor · 13 years ago
  18. 49d26d2 Do the static-locals thing properly in the face of unions and by John McCall · 13 years ago
  19. 5aeaca3 Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. by Craig Topper · 13 years ago
  20. 62a5c34 [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert. by Anna Zaks · 13 years ago
  21. 29bbd1a Handle placeholder expressions in an ObjC for-collection loop. by John McCall · 13 years ago
  22. 96579c4 Revert previous commit changing location information to see if this by Eric Christopher · 13 years ago
  23. 5228982 Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399. by Craig Topper · 13 years ago
  24. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 13 years ago
  25. 5629646 Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401. by Craig Topper · 13 years ago
  26. 9993cc7 When emitting a static local variable in C++, handle by John McCall · 13 years ago
  27. 5fe61c6 ConstStructBuilder: fix offset math for base classes so it works correctly in general. Found by inspection. by Eli Friedman · 13 years ago
  28. 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 13 years ago
  29. 9ee2002 Testcase for the previous commit. by Eric Christopher · 13 years ago
  30. 7435054 Change location information for synthesized properties to be at the by Eric Christopher · 13 years ago
  31. 84392d0 The UTF16 string referenced by a CFString should go into the __TEXT,__ustring by Bill Wendling · 13 years ago
  32. b085d89 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 13 years ago
  33. d046952 [libclang] A MemberRefExpr cursor for a property dot syntax should have as by Argyrios Kyrtzidis · 13 years ago
  34. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 13 years ago
  35. 1ef28db Extend -Wc++11-narrowing to cover converted constant expressions as well as braced-initializers. <rdar://problem/11121178>. by Eli Friedman · 13 years ago
  36. 4b81e74 [analyzer] Add a malloc cpp test file. by Anna Zaks · 13 years ago
  37. 882784d Relax the test slightly so that it should pass on other people's computers. by David Chisnall · 13 years ago
  38. 17c8caf modern objc translator: additional test. by Fariborz Jahanian · 13 years ago
  39. 3a7d69b Call out to GCC-compatible runtime functions for atomic ops that we can't use by David Chisnall · 13 years ago
  40. 297976d modern objective-c translator: fix up assortment of by Fariborz Jahanian · 13 years ago
  41. 649b4a1 Revert r153613 as it's causing large compile-time regressions on the nightly testers. by Chad Rosier · 13 years ago
  42. ecae596 Go back to using just the selector name for the getter and setter by Eric Christopher · 13 years ago
  43. 51c0371 Add support for objc property decls according to the page at: by Eric Christopher · 13 years ago
  44. 52f10d5 Don't try to parse a malformed parameter list after a constructor or operator by Richard Smith · 13 years ago
  45. 9988f28 Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case by Richard Smith · 13 years ago
  46. 0fd4a68 [arcmt] Fix a bug where a property in a class extension, that did not exist by Argyrios Kyrtzidis · 13 years ago
  47. dde3bdb Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. by Jan Wen Voung · 13 years ago
  48. 57cd1b8 When we can't prove that the target of an aggregate copy is by John McCall · 13 years ago
  49. b684a42 Fix typo in my last patch. by Fariborz Jahanian · 13 years ago
  50. b47dbcb [analyzer] Enable retry exhausted without inlining by default. by Anna Zaks · 13 years ago
  51. a78eca2 objective-c: Improve diagnostics and by Fariborz Jahanian · 13 years ago
  52. 6960587 Unify and fix our checking of C++ [dcl.meaning]p1's requirements by Douglas Gregor · 13 years ago
  53. 82fe6ae Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 13 years ago
  54. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 13 years ago
  55. 2259286 If we see '(...' where we're expecting an abstract-declarator, that doesn't by Richard Smith · 13 years ago
  56. 5594704 modern objective-c translator: writing objc boolean literals. // rdar://11124775 by Fariborz Jahanian · 13 years ago
  57. 5903a37 [analyzer] Add an option to re-analyze a dead-end path without inlining. by Anna Zaks · 13 years ago
  58. d1f853d Add better support for $fp and $sp for mips inline asm support. by Eric Christopher · 13 years ago
  59. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 13 years ago
  60. e033578 objective-c modern translator: move all inithooks into a single array by Fariborz Jahanian · 13 years ago
  61. f78c0f9 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. by Sebastian Redl · 13 years ago
  62. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 13 years ago
  63. 3f162c3 Commit patch reverted in r153454 with the modified test by Fariborz Jahanian · 13 years ago
  64. de5b4fb Change RetainCountChecker to eagerly "escape" retained objects when they are by Ted Kremenek · 13 years ago
  65. 412e0cc When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a by Richard Smith · 13 years ago
  66. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 13 years ago
  67. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 13 years ago
  68. 0724b7c Add a special-case diagnostic for one of the more obnoxious special cases of by Richard Smith · 13 years ago
  69. 5432ff2 [tests] Fix test failure in release mode. by Daniel Dunbar · 13 years ago
  70. 4cd7edf [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 13 years ago
  71. 54edd47 Test case for r153348. by Akira Hatanaka · 13 years ago
  72. 8cb4a07 add tbaa metadata to vtable pointer loads/stores by Kostya Serebryany · 13 years ago
  73. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 13 years ago
  74. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 13 years ago
  75. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 13 years ago
  76. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 13 years ago
  77. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 13 years ago
  78. 74873c4 Fix copy and pasto. by Rafael Espindola · 13 years ago
  79. c3f8955 Add back r153360 with a fix for enums that cover all the 32 bit values. by Rafael Espindola · 13 years ago
  80. 88a569a Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and". by NAKAMURA Takumi · 13 years ago
  81. 539a230 On i386 the alignment of i64 is 4, not 8. by Benjamin Kramer · 13 years ago
  82. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 13 years ago
  83. e27af29 Second part of PR12251. Produce the range metadata in clang for booleans and by Rafael Espindola · 13 years ago
  84. f602806 Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up by Richard Smith · 13 years ago
  85. fce79eb Make sure we don't accept an @interface inside another objc container by Argyrios Kyrtzidis · 13 years ago
  86. 30a2805 [libclang] Make sure we don't crash when trying to index code that by Argyrios Kyrtzidis · 13 years ago
  87. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 13 years ago
  88. 514f2c9 Avoid applying retain/release effects twice in RetainCountChecker when a function call was inlined (i.e., we do not need to apply summaries in such cases). by Ted Kremenek · 13 years ago
  89. 1af83c4 Support for definitions of member enumerations of class templates outside the by Richard Smith · 13 years ago
  90. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 13 years ago
  91. df474ec modern objc translation of block literal expressions by Fariborz Jahanian · 13 years ago
  92. 263e0a6 Small cleanup. by Bill Wendling · 13 years ago
  93. 8ff6059 Use correct FileCheck regexp. by Bill Wendling · 13 years ago
  94. acb5310 When an MMX output variable is tied to the input variable, we have to implicitly by Bill Wendling · 13 years ago
  95. bce35a2 line endings by Matt Beaumont-Gay · 13 years ago
  96. e5a8aeb Make sure we correctly set the alignment for vector loads and stores associated with vector element lvalues. Patch by Kevin Schoedel (with some minor modifications by me). by Eli Friedman · 13 years ago
  97. 5aac0b6 Fix static analyzer crash on code taking the address of a field. Fixes PR 11146. by Ted Kremenek · 13 years ago
  98. d13c2c2 modern objc rewriter: until we can translate block literals by Fariborz Jahanian · 13 years ago
  99. 2df089d modern objective-c rewriter: Fix up translation of by Fariborz Jahanian · 13 years ago
  100. 643586f [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, by Argyrios Kyrtzidis · 13 years ago