1. 471131a Sema: Initialize NSString method cache members. by Benjamin Kramer · 12 years ago
  2. 0eb7526 Remove unnecessary StringRef->char*->StringRef conversion, which read uninitialized memory if the input wasn't 0-terminated. by Benjamin Kramer · 12 years ago
  3. f6a8b9c An attribute in a explicit template installation should take precedence over by Rafael Espindola · 12 years ago
  4. 1664d54 PR12571: Objects of type clang::ConstantArrayType aren't always emitted with by Richard Smith · 12 years ago
  5. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  6. 60115a0 Fix handling of template parameters. Found by inspection. GCC 4.7 agrees by Rafael Espindola · 12 years ago
  7. 1266b61 All the members of LVFlags always have the same value, replace the class with by Rafael Espindola · 12 years ago
  8. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  9. 94d55d7 Remove unneeded code. by Fariborz Jahanian · 12 years ago
  10. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  11. 79e244f move some stuff to .rodata by Nuno Lopes · 12 years ago
  12. c86d1fd SemaDeclCXX.cpp: Fix utf8 in comment. by NAKAMURA Takumi · 12 years ago
  13. 73664a4 Also highlight the member name. by Matt Beaumont-Gay · 12 years ago
  14. 71c598f When declaring a template, check that the context doesn't already contain a by Richard Smith · 12 years ago
  15. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 12 years ago
  16. 0b1c715 Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 12 years ago
  17. 0e78afb objective-c arc: With currnt documentation, by Fariborz Jahanian · 12 years ago
  18. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  19. 61ada0a In r135308, -save-temps was modified to prevent a temporary file from by Chad Rosier · 12 years ago
  20. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  21. d2fb883 When generating the clang crash diagnostic script, strip out the -o flag. by Chad Rosier · 12 years ago
  22. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  23. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  24. 8560791 Fix bug 12574 - Avoid infinite recursion in constructors and destructors when using Microsoft C++ ABI by Timur Iskhodzhanov · 12 years ago
  25. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  26. b2f245e Fix a bug which creduce found reducing PR12585. by Richard Smith · 12 years ago
  27. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  28. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  29. 434ed26 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 12 years ago
  30. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  31. 54c350a Refactor the thread safety analysis so that it is easier to do by DeLesley Hutchins · 12 years ago
  32. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  33. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  34. b414347 Fix a comment. by Francois Pichet · 12 years ago
  35. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  36. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  37. d70d20a Now that we check visibility attributes in an appropriate order, by Rafael Espindola · 12 years ago
  38. 4fc1490 Check ConsiderGlobalVisibility before using -fvisibility. by Rafael Espindola · 12 years ago
  39. 4157454 The explicit bit in LV already tracks exactly the same information as by Rafael Espindola · 12 years ago
  40. ff25798 Move the point in the code where we handle -fvisibility=hidden. With by Rafael Espindola · 12 years ago
  41. 5727cf5 Make setVisibility private and change users to mergeVisibility. This is by Rafael Espindola · 12 years ago
  42. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  43. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  44. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  45. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  46. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  47. 0ddb097 Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  48. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  49. 8b2a5d2 MIPS: Followup to r154606. Expand list of accepted MIPS target features in the MipsTargetInfoBase::setFeatureEnabled() routine. by Simon Atanasyan · 12 years ago
  50. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  51. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  52. 2d01f2c As per John McCall comment: by Francois Pichet · 12 years ago
  53. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  54. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  55. 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 12 years ago
  56. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  57. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  58. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  59. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  60. 54881cb Simplify calls to mergeVisibility* by passing in the LinkageInfo. No by Rafael Espindola · 12 years ago
  61. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  62. c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 12 years ago
  63. b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 12 years ago
  64. 0407a04 fix a typo by Gabor Greif · 12 years ago
  65. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  66. 01561d1 Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG of the callee is valid. Fixes <rdar://problem/11257631>. by Ted Kremenek · 12 years ago
  67. 26397ed Fix case where the alignment is overaligned, per Eli's suggestion. by Chad Rosier · 12 years ago
  68. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  69. 7fea7c8 Make sure EmitMoveFromReturnSlot is passing the correct alignment to by Chad Rosier · 12 years ago
  70. 0ff258b Typo. by Eric Christopher · 12 years ago
  71. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  72. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  73. 9a70cdd [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). by Anna Zaks · 12 years ago
  74. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  75. 3c6ed1b Remove support for -fast-math metadata for the moment. by Duncan Sands · 12 years ago
  76. 2850376 Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. by Eli Friedman · 12 years ago
  77. e9836a2 Revert r154749 for now at John McCall's request. by Rafael Espindola · 12 years ago
  78. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  79. 0f90590 Use ordering and the explicit visibility bit instead of modifying by Rafael Espindola · 12 years ago
  80. 10e675d Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked by Duncan Sands · 12 years ago
  81. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  82. 60c7707 Adjust for LLVM name tweaks requested by Chandler. by Duncan Sands · 12 years ago
  83. 62d9f11 Add another constructor to LVFlags and use it to simplify the code a bit. by Rafael Espindola · 12 years ago
  84. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  85. a316988 Make constant evaluation for pointer comparisons work correctly for some uncommon cases. <rdar://problem/10962435>. by Eli Friedman · 12 years ago
  86. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  87. e275a18 The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. by Francois Pichet · 12 years ago
  88. 377ecc7 Propagate alignment on lvalues through EmitLValueForField. PR12395. by Eli Friedman · 12 years ago
  89. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  90. b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 12 years ago
  91. 6c22939 Correct indentation by David Blaikie · 12 years ago
  92. 2d7cb06 Use MDBuilder to help with metadata creation. by Duncan Sands · 12 years ago
  93. b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 12 years ago
  94. a9ab209 Actually, this tree isn't necessarily binary. by Benjamin Kramer · 12 years ago
  95. 398a498 Recursively delete rewrite rope nodes when tearing down the tree. by Benjamin Kramer · 12 years ago
  96. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  97. 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 12 years ago
  98. 767f7c7 Consider visibility attributes last, so that they take precedence. by Rafael Espindola · 12 years ago
  99. 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 12 years ago
  100. a2189d7 Don't leak vtable thunks. by Benjamin Kramer · 12 years ago