1. c5c6fa7 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does by Reid Kleckner · 11 years ago
  2. bdbaac7 Remove Windows line-endings in two clang-cl test files. by Hans Wennborg · 11 years ago
  3. 6d0a8d5 clang-cl: Support building DLLs (PR17083) by Hans Wennborg · 11 years ago
  4. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  5. fe4f670 ObjectiveC migrator: rename inferred isXXX property, by Fariborz Jahanian · 11 years ago
  6. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  7. daa07e9 Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 by Alexander Kornienko · 11 years ago
  8. 6f6154c Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 11 years ago
  9. db8afe4 clang-format: Understand function type typedefs with typeof. by Daniel Jasper · 11 years ago
  10. 048733a [mips][msa] Removed unsupported dot product instructions (dotp_[su].b). by Daniel Sanders · 11 years ago
  11. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  12. 3f46e6f Delete unused static class members by Alexey Samsonov · 11 years ago
  13. 8e366f0 Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincremental. by Stepan Dyatkovskiy · 11 years ago
  14. 9fd1379 Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  15. 1e24463 Fix minor coding style issue in r190296 pointed out by Richard Smith. by David Tweed · 11 years ago
  16. 89a5e79 Separate popcnt and sse4.2 feature control somewhat to match gcc behavior. by Craig Topper · 11 years ago
  17. 7fda207 Generate code for the move assignment operator using memcpy, the same as we do by Nick Lewycky · 11 years ago
  18. 39bd371 Make -Wunused warning rules more consistent. by Eli Friedman · 11 years ago
  19. b647552 clang-cl: use -fdiagnostics-format=msvc by default by Hans Wennborg · 11 years ago
  20. 35bc005 Ignore calling conventions when checking function template specializations by Reid Kleckner · 11 years ago
  21. c72b4b3 ObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTER by Fariborz Jahanian · 11 years ago
  22. 814cdad Attempting to unbreak the makefile-base builds. by Aaron Ballman · 11 years ago
  23. be116e2 Adding a FIXME based on feedback from Richard Smith. by Aaron Ballman · 11 years ago
  24. bbb3b32 Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required. by Aaron Ballman · 11 years ago
  25. a7be2f4 Fix a crash introduced in r189828. by Matt Beaumont-Gay · 11 years ago
  26. 426bb9c Modern ObjectiveC translator. Fix translation of by Fariborz Jahanian · 11 years ago
  27. 9522ae1 [docs] Prominently note modules are experimental. by Sean Silva · 11 years ago
  28. 5e2ce20 [docs] End users should see just "Clang" by Sean Silva · 11 years ago
  29. fb92aa1 [docs] Fix Sphinx toctree warning. by Sean Silva · 11 years ago
  30. 74106d3 [docs] Fix some finicky Sphinx warnings. by Sean Silva · 11 years ago
  31. 055d438 [docs] Typographical and rewording fixes. by Sean Silva · 11 years ago
  32. 5bfc796 clang-cl: parse (but don't support) the /o flag by Hans Wennborg · 11 years ago
  33. 457e05a Move checker downloads to llvm.org. by Ted Kremenek · 11 years ago
  34. b60fae5 C++ modules: if a class is defined in multiple modules (for instance, because by Richard Smith · 11 years ago
  35. 8495379 CGDebugInfo: Hoist string allocation in a helper function. No functionality change. by Benjamin Kramer · 11 years ago
  36. ae3a83f Sema: Don't crash on visibility attributes with an identifier argument. by Benjamin Kramer · 11 years ago
  37. e575359 Fix constructor-related typos. by Benjamin Kramer · 11 years ago
  38. 5aad145 Silencing an MSVC warning about an empty control statement (it dislikes ; but is fine with {}). by Aaron Ballman · 11 years ago
  39. e593489 Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute. by Aaron Ballman · 11 years ago
  40. c8e9b1a Commit 190296 missed out the tests; add them now. Note that it actually tests by David Tweed · 11 years ago
  41. 8bc5602 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 11 years ago
  42. 35451d9 Additional fix for PR16752 and for commit 190044: by Stepan Dyatkovskiy · 11 years ago
  43. b716558 C++ modules: fix a bug where loading a declaration with some name would prevent by Richard Smith · 11 years ago
  44. e904acf Update to the new API interface which requires the MCRegisterInfo object. <rdar://problem/13623355> by Bill Wendling · 11 years ago
  45. 097a4b4 Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the following 26 instructions, by Jiangning Liu · 11 years ago
  46. f54e02f Adding cross-compilation instructions to Clang by Renato Golin · 11 years ago
  47. 14e25c0 clang-format: Keep empty lines and format 1-line nested blocks. by Daniel Jasper · 11 years ago
  48. c23b1db Debug Info: pass in DIScope instead of DIDescriptor in createFieldType. by Manman Ren · 11 years ago
  49. 6333bad Correct typo. by David Majnemer · 11 years ago
  50. 14dcaa9 Fixed bug in call to CXXTemporaryObjectExpr ctor. by Enea Zaffanella · 11 years ago
  51. 11e1ce5 add OCLint to the list of projects based on clang by Sylvestre Ledru · 11 years ago
  52. cff67b6 add he 'include what you use' project by Sylvestre Ledru · 11 years ago
  53. e7af4cc remove the description about clang & llvm in the freebsd section (the reader probably know what are llvm and clang by Sylvestre Ledru · 11 years ago
  54. 5130800 about the debian effort to rebuild the archive with clang by Sylvestre Ledru · 11 years ago
  55. a33be00 Clang event are now part of the llvm events. Add a link to the LLVM events by Sylvestre Ledru · 11 years ago
  56. bead30f Update the link to the current code coverage reports (the previous one has not been updated since february 2010) + remove the spec references, not updated since May 2010 by Sylvestre Ledru · 11 years ago
  57. 09e0626 'return' before 'else' is bad style by David Majnemer · 11 years ago
  58. 29b37a0 AST: __uuidof should leak through templated types by David Majnemer · 11 years ago
  59. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  60. 8451a45 ObjectiveC migrator: When inferring a property, by Fariborz Jahanian · 11 years ago
  61. c411910 Reorder libm LIBBUILTIN definition groups by Hal Finkel · 11 years ago
  62. e843cc7 Reorder libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  63. d46ab5e Add the missing "n" to libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  64. 798186a Remove error-prone 'list initialization' flag from an implicit conversion by Richard Smith · 11 years ago
  65. 00e0f43 clang-format: Fix regression introduced by r190038. by Daniel Jasper · 11 years ago
  66. e27dc5d clang-format: Format typed enums with nested names. by Daniel Jasper · 11 years ago
  67. 520cca8 clang-format: Don't confuse operator[] with lambdas. by Daniel Jasper · 11 years ago
  68. 130fcc8 Preserve exception specs in function decl merging. by Eli Friedman · 11 years ago
  69. 325047f Unbreak the Clang -Werror build after r190183. by David Blaikie · 11 years ago
  70. c64bbe8 clang-cl: ignore /RTC options (PR17129) by Hans Wennborg · 11 years ago
  71. 3181484 Add Intrin.h to the cmake files. by Eric Christopher · 11 years ago
  72. db2c42c Debug Info: Update testing case. by Manman Ren · 11 years ago
  73. 0c01835 OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) by Alexey Bataev · 11 years ago
  74. 51bb5d9 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 11 years ago
  75. 535ae75 Remove unused method Job::AddCommand. by Hans Wennborg · 11 years ago
  76. 1c840db [analyzer] SATestBuild: strip trailing newlines from command file. by Jordan Rose · 11 years ago
  77. 906db27 Follow up on commit r190159. Also test the KFreeBSD i686 platform defines + minor cosmetics by Sylvestre Ledru · 11 years ago
  78. bd46142 Add a test for the KFreeBSD define (#define __FreeBSD_kernel__ 1). This was introduced in commit r190048 by Sylvestre Ledru · 11 years ago
  79. d7d94dc OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector types, by David Tweed · 11 years ago
  80. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  81. 1ae7484 Avoid double edges when constructing CFGs by Pavel Labath · 11 years ago
  82. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  83. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  84. 74341d8 PR17046, PR17092: Debug Info assert-on-valid due to member loss when context creation recreates the item the context is created for by David Blaikie · 11 years ago
  85. 9c5716c Add self-comparison warnings for fields. by Eli Friedman · 11 years ago
  86. a33ab60 Consumed Analysis: The 'consumable' attribute now takes a identifier specifying the default assumed state for objects of this class by David Blaikie · 11 years ago
  87. 3082be2 When creating an implicit conversion sequence for a reference of type T from an by Richard Smith · 11 years ago
  88. 1ac6c93 Reduce stack usage of TreeTransform. by Eli Friedman · 11 years ago
  89. 9ec2891 C++11 attributes after 'constructor-name (' unambiguously signal that we have a by Richard Smith · 11 years ago
  90. dae9271 Improve error for "override" + non-virtual func. by Eli Friedman · 11 years ago
  91. edadb9a Add a bit more info to modules fatal error. by Eli Friedman · 11 years ago
  92. 7fd8fb3 ObjectiveC migrator: tighten the rules for when by Fariborz Jahanian · 11 years ago
  93. af6f8cc manual: Fix RST reference to MS extension support by Reid Kleckner · 11 years ago
  94. 15d29ff Fix regression from r190016. by Eli Friedman · 11 years ago
  95. 832e921 Debug Info: Update testing case. by Manman Ren · 11 years ago
  96. b48aeb0 Unbreak build with libc++, whose std::list<T> requires T to be complete. by Douglas Gregor · 11 years ago
  97. e3efec2 Mark lambda closure classes as being implicitly-generated. by James Dennett · 11 years ago
  98. e38f08a ObjectiveC modern translator: fix up generated fast enumeration by Fariborz Jahanian · 11 years ago
  99. a6e7e49 clang-cl: Use .obj as extension for unnamed object files (PR17095) by Hans Wennborg · 11 years ago
  100. d98927d Add ATTRIBUTE_UNUSED to silence unused-function warning in release builds. by Daniel Jasper · 11 years ago