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