1. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  2. 79747e0 Thread-safety analysis: support new "pointer to member" syntax for by DeLesley Hutchins · 12 years ago
  3. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 12 years ago
  4. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  5. d8f0276 Add a test for svn r155263. by Bob Wilson · 12 years ago
  6. 38c4767 Inline helper function into only caller. by Rafael Espindola · 12 years ago
  7. 546ee6d Add another testcase that was not being covered. by Rafael Espindola · 12 years ago
  8. 219cd6c [asan] fix typo by Kostya Serebryany · 12 years ago
  9. cef57e5 [asan] update docs by Kostya Serebryany · 12 years ago
  10. a8063c3 Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly. by Anton Korobeynikov · 12 years ago
  11. 2954134 Fixes comment referencing old name. by Manuel Klimek · 12 years ago
  12. a5416bd Add a testcase that we already get right but was not being tested. Found by Rafael Espindola · 12 years ago
  13. 471131a Sema: Initialize NSString method cache members. by Benjamin Kramer · 12 years ago
  14. 0eb7526 Remove unnecessary StringRef->char*->StringRef conversion, which read uninitialized memory if the input wasn't 0-terminated. by Benjamin Kramer · 12 years ago
  15. 71776ef Cleanup testcase. by Rafael Espindola · 12 years ago
  16. f6a8b9c An attribute in a explicit template installation should take precedence over by Rafael Espindola · 12 years ago
  17. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 12 years ago
  18. dd26998 Better C++11 support is no longer an advantage of GCC. by Benjamin Kramer · 12 years ago
  19. 1664d54 PR12571: Objects of type clang::ConstantArrayType aren't always emitted with by Richard Smith · 12 years ago
  20. a77e072 Add another missing testcase. by Rafael Espindola · 12 years ago
  21. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  22. bc356d0 Add a testcase we were already getting right, but were not testing for. by Rafael Espindola · 12 years ago
  23. 60115a0 Fix handling of template parameters. Found by inspection. GCC 4.7 agrees by Rafael Espindola · 12 years ago
  24. 1266b61 All the members of LVFlags always have the same value, replace the class with by Rafael Espindola · 12 years ago
  25. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  26. 94d55d7 Remove unneeded code. by Fariborz Jahanian · 12 years ago
  27. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  28. 79e244f move some stuff to .rodata by Nuno Lopes · 12 years ago
  29. c86d1fd SemaDeclCXX.cpp: Fix utf8 in comment. by NAKAMURA Takumi · 12 years ago
  30. 126d3d0 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw for now, due to predefined __declspec. by NAKAMURA Takumi · 12 years ago
  31. 73664a4 Also highlight the member name. by Matt Beaumont-Gay · 12 years ago
  32. 227e9f6 Fix test failure. by Richard Smith · 12 years ago
  33. 71c598f When declaring a template, check that the context doesn't already contain a by Richard Smith · 12 years ago
  34. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 12 years ago
  35. 0b1c715 Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 12 years ago
  36. f676608 [libclang] Don't set dylib load address to 0xe000000. by Argyrios Kyrtzidis · 12 years ago
  37. 0e78afb objective-c arc: With currnt documentation, by Fariborz Jahanian · 12 years ago
  38. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  39. 39b7341 [analyzer] Remove unused method. by Anna Zaks · 12 years ago
  40. 5a878b2 [analyzer] Constify by Anna Zaks · 12 years ago
  41. 05b3385 Update doxygen comment to match changes in r155218. by Richard Smith · 12 years ago
  42. 61ada0a In r135308, -save-temps was modified to prevent a temporary file from by Chad Rosier · 12 years ago
  43. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  44. 3a0b7b6 c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when they diverge. by Benjamin Kramer · 12 years ago
  45. d2fb883 When generating the clang crash diagnostic script, strip out the -o flag. by Chad Rosier · 12 years ago
  46. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  47. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 12 years ago
  48. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 12 years ago
  49. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  50. 8560791 Fix bug 12574 - Avoid infinite recursion in constructors and destructors when using Microsoft C++ ABI by Timur Iskhodzhanov · 12 years ago
  51. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  52. b2f245e Fix a bug which creduce found reducing PR12585. by Richard Smith · 12 years ago
  53. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  54. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  55. 1e77b65 Re-add the closing '}' for the namespace I accidentally deleted when by Kaelyn Uhrain · 12 years ago
  56. 434ed26 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 12 years ago
  57. 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 12 years ago
  58. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  59. 16c111b Added equivalent method calls in examples. by Patrick Beard · 12 years ago
  60. c495e60 Formatting fix. by Richard Smith · 12 years ago
  61. 789acdd Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  62. a963962 Fix a broken link. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  63. 54c350a Refactor the thread safety analysis so that it is easier to do by DeLesley Hutchins · 12 years ago
  64. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  65. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  66. dd9fe59 Clarified encoding of boxed C strings, balanced all <p> with </p>. by Patrick Beard · 12 years ago
  67. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 12 years ago
  68. b414347 Fix a comment. by Francois Pichet · 12 years ago
  69. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  70. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  71. 1c7eed7 In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over by Rafael Espindola · 12 years ago
  72. d70d20a Now that we check visibility attributes in an appropriate order, by Rafael Espindola · 12 years ago
  73. 4fc1490 Check ConsiderGlobalVisibility before using -fvisibility. by Rafael Espindola · 12 years ago
  74. 4157454 The explicit bit in LV already tracks exactly the same information as by Rafael Espindola · 12 years ago
  75. ff25798 Move the point in the code where we handle -fvisibility=hidden. With by Rafael Espindola · 12 years ago
  76. 5727cf5 Make setVisibility private and change users to mergeVisibility. This is by Rafael Espindola · 12 years ago
  77. ab8f4da Changed title. by Patrick Beard · 12 years ago
  78. f7736ea Changed wording of availability. by Patrick Beard · 12 years ago
  79. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  80. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  81. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  82. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  83. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  84. 0ddb097 Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  85. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  86. 8b2a5d2 MIPS: Followup to r154606. Expand list of accepted MIPS target features in the MipsTargetInfoBase::setFeatureEnabled() routine. by Simon Atanasyan · 12 years ago
  87. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  88. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  89. 6403683 Fix bad typo reported by I-Jui Sung. by Ted Kremenek · 12 years ago
  90. 2d01f2c As per John McCall comment: by Francois Pichet · 12 years ago
  91. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  92. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  93. 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 12 years ago
  94. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  95. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  96. e1a6eac add missing parameter index to diag by Matt Beaumont-Gay · 12 years ago
  97. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  98. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  99. 54881cb Simplify calls to mergeVisibility* by passing in the LinkageInfo. No by Rafael Espindola · 12 years ago
  100. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago