1. 83b6397 Fix CharByteWidth assertion in LiteralSupport. by Eli Friedman · 11 years ago
  2. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  3. b00ddc5 Fix closing brace around ifdef. by Eric Christopher · 11 years ago
  4. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  5. 1fe5ccf The intrinsics should all have C linkage. by Eric Christopher · 11 years ago
  6. 39232cd get rid of extra parentheses. by Adrian Prantl · 11 years ago
  7. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  8. 2a9dfb0 Remove some dead code. by Richard Smith · 11 years ago
  9. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  10. d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
  11. f9d38c0 ObjectiveC migrator: Infer property in the presense by Fariborz Jahanian · 11 years ago
  12. 4667154 ObjectiveC migrator: placing another check for by Fariborz Jahanian · 11 years ago
  13. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  14. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  15. d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  16. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  17. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  18. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  19. 6028860 Remove unnecessary comment regarding AsTypeExpr base class by Hal Finkel · 11 years ago
  20. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  21. 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
  22. 71687a0 -ast-dump support for variable templates. by Richard Smith · 11 years ago
  23. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  24. 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
  25. 8c64c18 Claim compatibility with VS 2012 by default by Reid Kleckner · 11 years ago
  26. 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
  27. 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago
  28. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  29. f1666bb Move using directive from Job.h to Job.cpp by Hans Wennborg · 11 years ago
  30. bb2405f ObjectiveC migrator. infer NS_OPTIONS correctly in the by Fariborz Jahanian · 11 years ago
  31. 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
  32. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  33. 9a65f42 ObjectiveC migrator: Don't infer property from by Fariborz Jahanian · 11 years ago
  34. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  35. 641645f ObjectiveC migrator. Ignore migrating 'deprecated' entities. // rdar://14989365 by Fariborz Jahanian · 11 years ago
  36. 89ac741 ObjectiveC migrator: Don't infer a property from isXXX method by Fariborz Jahanian · 11 years ago
  37. dce3ce3 [arcmt] Don't try to handle files that are already ARC'ified, this is not possible currently. by Argyrios Kyrtzidis · 11 years ago
  38. 9c47591 ObjectiveC migrator. Infer property in categories by Fariborz Jahanian · 11 years ago
  39. 786e56f ObjectiveC modern translator: Provide proper cast of by Fariborz Jahanian · 11 years ago
  40. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  41. 42ff263 clang-format: Add comment to tests explaining their grouping. by Daniel Jasper · 11 years ago
  42. e63a48a clang-format: Fix line breaking bug after empty ifs. by Daniel Jasper · 11 years ago
  43. 26356cc clang-format: Don't split a >>-operator. by Daniel Jasper · 11 years ago
  44. 85bfef6 Push contents of X86TargetInfo::setFeatureEnabled down to a static function called by the virtual version and all the places in getDefaultFeatures. This way getDefaultFeatures doesn't make so many virtual calls. by Craig Topper · 11 years ago
  45. 319d81f Mark setSSELevel/setMMXLevel/setXOPLevel as static since they don't access anything in the class. by Craig Topper · 11 years ago
  46. 08f0bbc Don't build extra init lists. by Eli Friedman · 11 years ago
  47. 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
  48. de940da [analyzer] More reliably detect property accessors. by Anna Zaks · 11 years ago
  49. 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
  50. a2b4754 Address review comment on r189557. by Eli Friedman · 11 years ago
  51. 0295c23 Fix potential race in module building code. by Eli Friedman · 11 years ago
  52. 1c3441e cl-options.c just use touch to create that .obj file by Hans Wennborg · 11 years ago
  53. de2b33d Fix test/Driver/cl-options.c test by Hans Wennborg · 11 years ago
  54. d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
  55. 31bc1d2 ffreestanding shouldn't effect main() on win32 by David Majnemer · 11 years ago
  56. 6560839 clang-cl: ignore all /w<foo> options by Hans Wennborg · 11 years ago
  57. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  58. 225e982 Move the uninitialized field check to after all the field initializers are added by Richard Trieu · 11 years ago
  59. 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago
  60. 175d417 Add some missing ProhibitAttributes calls to some declaration-like #pragmas. by Richard Smith · 11 years ago
  61. 3ddec88 Pass additional information around the uninitialized field visitor. by Richard Trieu · 11 years ago
  62. 2c2f729 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 11 years ago
  63. e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
  64. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  65. 3084518 New message for cases when ownership is taken: by Anton Yartsev · 11 years ago
  66. 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
  67. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  68. f55e36a [analyzer] scan-build: add missing semicolon by Jordan Rose · 11 years ago
  69. 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
  70. 84f007b Make F16C feature imply AVX. Matches GCC behavior. by Craig Topper · 11 years ago
  71. 2574084 Prune "return" after llvm_unreachable(). It was redundant. by NAKAMURA Takumi · 11 years ago
  72. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  73. 3225b9c Avoid getting an argument of allocation function if it does not exist. by Serge Pavlov · 11 years ago
  74. d3d9e0f clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations. by Daniel Jasper · 11 years ago
  75. abcfa61 Parse: Template specializations which aren't dependent needn't have their parsing be delayed by David Majnemer · 11 years ago
  76. 57b1da1 Clean up some Triple usage in clang. by Cameron Esfahani · 11 years ago
  77. f8a89ce [analyzer] Put more uniqueness in scan-build's temporary directory names. by Jordan Rose · 11 years ago
  78. 0f43a6d Add support for -ggnu-pubnames matching the llvm support. by Eric Christopher · 11 years ago
  79. d7ae870 Fix a comment. by Michael Han · 11 years ago
  80. 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
  81. 1fca547 Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if by Richard Smith · 11 years ago
  82. b445cb9 vector_size cannot be applied to Booleans. Updated the semantic checking logic, as well as the comment and added a test case. Fixes PR12649 by Aaron Ballman · 11 years ago
  83. 422ac9e Switching the WeakRef attribute to using the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  84. c57ea68 Update Atom Silvermont (SLM) support by adding enabled features. by Preston Gurd · 11 years ago
  85. 8b6aaa9 DebugInfo: omit debug info for friends by David Blaikie · 11 years ago
  86. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  87. 30961ca Fix indentation of closing }; by David Blaikie · 11 years ago
  88. fbf6f5c Updated the PCS calling convention to use the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  89. c561714 As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. by Benjamin Kramer · 11 years ago
  90. cb3b400 ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago
  91. b029c50 Moving Cortex-R cores to armv7r arch by Renato Golin · 11 years ago
  92. 5df4045 Add more Cortex CPUs and tests by Renato Golin · 11 years ago
  93. 1302f9f Fix Neon detection for Cortex-A class, plus adds some more CPUs to default features by Renato Golin · 11 years ago
  94. f37e4f2 Guard availability and thread safety attributes against wide strings. by Benjamin Kramer · 11 years ago
  95. 1a343e2 Unify handling of string literal arguments for attributes and add fixits. by Benjamin Kramer · 11 years ago
  96. 2b33b7e [ARMv8] Change the naming of some options to be more consistent. by Joey Gouly · 11 years ago
  97. 62df7ef clang-format: Add -assume-filename option for editor integrations. by Daniel Jasper · 11 years ago
  98. cb2dfc7 Added missing field comparisons to the FormatStyle::operator== by Alexander Kornienko · 11 years ago
  99. cef8e69 A buildbot compiling with strict error on unused variables pointed out a by David Tweed · 11 years ago
  100. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago