1. 592d26e Change processor names. Patch by Simon Atanasyan. by Akira Hatanaka · 13 years ago
  2. c8d7f58 Revert r145244. It causes us to create broken ASTs with missing type information by Richard Smith · 13 years ago
  3. 381711c Suppress -Warray-bounds for classes (not just structs) where the last field is by Matt Beaumont-Gay · 13 years ago
  4. 6649014 Eliminate the -emit-module option, which emitted a module by parsing a by Douglas Gregor · 13 years ago
  5. 36ef702 Test isa<FunctionDecl> to exclude objective-C methods. This ensures the following cast will never fail. by Lang Hames · 13 years ago
  6. 213d1be Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 13 years ago
  7. 18ee547 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 13 years ago
  8. 214323b Relax RegionStore to allow loads from CodeTextRegions. Apparently you can actually write code that does this. This seems worthy of a checker, but the StoreManager should handle the memory abstraction without crashing. Fixes PR 11450. by Ted Kremenek · 13 years ago
  9. cfbc5b5 Merge branch 'yo-dawg-i-herd-u-like-arrays' by Matt Beaumont-Gay · 13 years ago
  10. 2cbe84d Place "use @dynamic or provide a method implementation" warnings under a -W flag. by Ted Kremenek · 13 years ago
  11. f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 13 years ago
  12. 933e7a6 Start refactoring to use module maps when rebuilding a module by Douglas Gregor · 13 years ago
  13. 9870401 Initialize NumWarningsInPreamble in ASTUnit's constructor, for safety. by Argyrios Kyrtzidis · 13 years ago
  14. 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 13 years ago
  15. 7a71524 The cheap version of getName() is sufficient here. by Benjamin Kramer · 13 years ago
  16. 3267e11 Preserve constness. by Benjamin Kramer · 13 years ago
  17. 85224ae Silence GCC warnings, RefCountedBase is meant to be default-initialized here. by Benjamin Kramer · 13 years ago
  18. 6e1fd33 Add fix-it to remove 'typedef' from function template definitions. Such a token by Richard Smith · 13 years ago
  19. 2fea224 Fix leaking of LexedMethod objects created for caching objc method definitions tokens by Argyrios Kyrtzidis · 13 years ago
  20. 7383550 [libclang] Fix leak in clang_indexSourceFile_Impl by Argyrios Kyrtzidis · 13 years ago
  21. 573ea96 [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. by NAKAMURA Takumi · 13 years ago
  22. b8cb21c [libclang] Make the test portable. by Argyrios Kyrtzidis · 13 years ago
  23. 874d253 PR10101: Recover better from a common copy-paste error: if a function by Richard Smith · 13 years ago
  24. b49e728 [libclang] Make clang_findReferencesInFile also work on macros (find all expansions/definition by Argyrios Kyrtzidis · 13 years ago
  25. 375f7c4 Add Clang release notes for OpenCL C support. by Peter Collingbourne · 13 years ago
  26. 5cc989e Fix URL typo. by Peter Collingbourne · 13 years ago
  27. 9b2eb7b objc: warn if NSObject attribute appears other than in a typedef. by Fariborz Jahanian · 13 years ago
  28. 952538d Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rdar://problem/10473903>. by Ted Kremenek · 13 years ago
  29. ee77d3d Fix a spelling error pointed out by Sebastien, and tidy up the by Chandler Carruth · 13 years ago
  30. f9e2e18 Remove the last of my notes. I don't think these really need to be in by Chandler Carruth · 13 years ago
  31. 45901b3 Last major chunk of features. This covers a couple of language by Chandler Carruth · 13 years ago
  32. 52e375e And sink the GNU runtime bit into this section as a stub. by Chandler Carruth · 13 years ago
  33. 4d58212 Flesh out the Objective-C section a bit. This may well need some love by Chandler Carruth · 13 years ago
  34. a9e269e The _setjmp builtin library function should have the "returns twice" by Bill Wendling · 13 years ago
  35. a74ec5c Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  36. a5c502c CFI is mentioned on the LLVM releases as the clang bits are relatively small. by Rafael Espindola · 13 years ago
  37. 7972c88 A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/PR11445. by Eli Friedman · 13 years ago
  38. 0c2198a Update release notes with 2 features now supported in -fms-extensions mode. by Francois Pichet · 13 years ago
  39. 4793138 Release notes: add link to ISO C++ 2011 standard from the C++11 section. by Richard Smith · 13 years ago
  40. 551988f Update release notes with information on MSVC mode. by Francois Pichet · 13 years ago
  41. ce27567 Correct the code generation for function arguments of vec3 types on x86_64 when they are greater than 128 bits. This was incorrectly coercing things like long3 into a double2. by Tanya Lattner · 13 years ago
  42. ad5459a Release notes: fix up formatting of diagnostic example. by Richard Smith · 13 years ago
  43. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  44. 185e930 Extract a Windows section in the release notes. Hopefully this is more by Chandler Carruth · 13 years ago
  45. 9c35304 Create a stub for Nick to hack on, nuking another of my rough notes. by Chandler Carruth · 13 years ago
  46. 2f37685 Pull the uninitialized values rewrite into the diagnostics section, and by Chandler Carruth · 13 years ago
  47. 3030b74 Remove some features that don't really seem major enough or widely used by Chandler Carruth · 13 years ago
  48. 62d730f Add a release notes section for C1X language features supported by clang 3.0. by Richard Smith · 13 years ago
  49. 9a16712 Pull out the libclang section and try to clean it up some. This one by Chandler Carruth · 13 years ago
  50. ed8bef4 [libclang] Protect against the declaration's SourceRange being invalid by Argyrios Kyrtzidis · 13 years ago
  51. 21480b7 We now have text (or comment stubs for others) for these... by Chandler Carruth · 13 years ago
  52. 58f2cbc Expand and clean up the diagnostics section. by Chandler Carruth · 13 years ago
  53. 7a31d7b fix html markup by Kostya Serebryany · 13 years ago
  54. f3dee20 Fix some possible gcc-4.2 may be used uninitialized warnings. by Daniel Dunbar · 13 years ago
  55. a0df07d Create a more organized (but still commented out as not very useful) by Chandler Carruth · 13 years ago
  56. 4e96944 Add missing equals. by Benjamin Kramer · 13 years ago
  57. 59abf06 Create a 3.1 notes section in a comment so that the next batch are a bit by Chandler Carruth · 13 years ago
  58. bfa5525 Peter says this shouldn't make it to the relnotes, it's too immature at by Chandler Carruth · 13 years ago
  59. b882a1d Flesh out and pretty-up the driver section. This could probably use some by Chandler Carruth · 13 years ago
  60. bc02a04 Add a brief mention of the warning flag name updates associated with the by Chandler Carruth · 13 years ago
  61. f16d725 Tidy up, wrap lines, and use <code> tags more consistently. by Chandler Carruth · 13 years ago
  62. a5a6d1d Cleanup the Release Notes for the static analyzer: by Anna Zaks · 13 years ago
  63. ce98c9b First version of AddressSanitizer docs; documentation for __has_feature(address_sanitizer) by Kostya Serebryany · 13 years ago
  64. 3881c69 [analyzer] Add more simple taint tests. by Anna Zaks · 13 years ago
  65. 426a16d [analyzer] Minor cleanup of SValBuilder: Comments + code reuse. by Anna Zaks · 13 years ago
  66. 6d387ae Fix comment. by Rafael Espindola · 13 years ago
  67. f485388 When synthesizing an implicitly-defined copy or move constructor, or by Douglas Gregor · 13 years ago
  68. 855746b Add a release notes section on new C++11 language features, and flesh it out. by Richard Smith · 13 years ago
  69. 70f30c5 Remove code made redundant by my previous patch. by Fariborz Jahanian · 13 years ago
  70. 39b4fc8 pinpoint name/location of deprecated/unavailable enumerator by Fariborz Jahanian · 13 years ago
  71. c6f2af3 Add a proper blurb for the PPCallbacks features. by Chandler Carruth · 13 years ago
  72. a621065 This doesn't really seem worthy of a relnote... Shout if you disagree! by Chandler Carruth · 13 years ago
  73. 7d727b7 Fill in a section for the instantiation -> expansion rename. Not great, by Chandler Carruth · 13 years ago
  74. c4dbffa Add proper text for the Diagnostic API changes. by Chandler Carruth · 13 years ago
  75. d3c147f objc: turn warning for property type mismatch in by Fariborz Jahanian · 13 years ago
  76. a1e3e8c Add a release note for Objective-C related result types by Douglas Gregor · 13 years ago
  77. 7c304c4 Note that code completion now works better for in-class member functions by Douglas Gregor · 13 years ago
  78. a976641 When checking a call to a builtin atomic operation, be sure to by Douglas Gregor · 13 years ago
  79. 7a1f148 And that completes my sweep through commits for things that might be by Chandler Carruth · 13 years ago
  80. 7717ce4 Finished with August's commits, and actually added a clearly missing by Chandler Carruth · 13 years ago
  81. 5d46a50 July's notes.. by Chandler Carruth · 13 years ago
  82. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  83. b6a1d9d July was a bit quiet to... except for ARC. ;] by Chandler Carruth · 13 years ago
  84. bba72a8 June was a quiet month... I can't imagine why... ;] by Chandler Carruth · 13 years ago
  85. 1af4022 Notes through another month... a *really* busy month, but mostly bug fixing. by Chandler Carruth · 13 years ago
  86. a3950cc Add the first month's commit notes. by Chandler Carruth · 13 years ago
  87. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  88. c00c0c3 Begin sketching out the Clang release notes. The plan is to link to by Chandler Carruth · 13 years ago
  89. 6079676 test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. by NAKAMURA Takumi · 13 years ago
  90. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  91. 991bf49 [libclang] Indexing API: Capture diagnostics during indexing. by Argyrios Kyrtzidis · 13 years ago
  92. 5c00fc3 Another silly workaround for MSVC. by Peter Collingbourne · 13 years ago
  93. 6da4274 [arcmt] Integrate GC __weak into property attributes even when we don't have by Argyrios Kyrtzidis · 13 years ago
  94. 567f02f Sigh, another workaround for MSVC. by Peter Collingbourne · 13 years ago
  95. 6d7d16d [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear by Argyrios Kyrtzidis · 13 years ago
  96. 3fb91f6 Work around a gcc4.2 bug. by Peter Collingbourne · 13 years ago
  97. bceb755 In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an by Peter Collingbourne · 13 years ago
  98. 8681160 When destroying temporaries, instead of a custom cleanup use the by Peter Collingbourne · 13 years ago
  99. 53ac3d8 Make our handling of MMX x SSE closer to what gcc does: by Rafael Espindola · 13 years ago
  100. 2871020 Add inreg attributes to reference arguments. by Rafael Espindola · 13 years ago