1. 4424239 ObjectiveC: ObjC declarations, including forward class by Fariborz Jahanian · 11 years ago
  2. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  3. 867521c Some comment updates and tweaks for clarity. by Richard Smith · 11 years ago
  4. 13b228d Rearrange narrowing checks in initialization to be a different form of step by Richard Smith · 11 years ago
  5. 65da8e9 clang-format: Improve address-of-operator detection by Daniel Jasper · 11 years ago
  6. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  7. bbac9aa [Mips] Allocate NaClTargetInfo for MIPSEL NaCl by Petar Jovanovic · 11 years ago
  8. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  9. dea47a5 Switch tests in test/Headers to use %clang_cc1 rather than %clang. There by Chandler Carruth · 11 years ago
  10. b9bf312 Refactor: CheckExplicitInitList is only called to check an entire InitListExpr, by Richard Smith · 11 years ago
  11. dc40bf9 clang-cl: implement custom search for cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  12. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  13. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  14. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  15. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  16. 7c98f9f [analyzer] Use getParentIgnoreParenCasts instead of doing it by hand. by Jordan Rose · 11 years ago
  17. ea43cd8 [ASan] Fix darwin-sanitizer-ld.c to test for the new order of linker flags introduced by r191076. by Alexander Potapenko · 11 years ago
  18. 4123b92 [ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsanitize=address. by Alexander Potapenko · 11 years ago
  19. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  20. 75bd9ed Testcase I forgot to svn add in r191057. by Richard Smith · 11 years ago
  21. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  22. 8adf837 PR17290: Use 'false' macro in fix-it hint for initializing a variable of type by Richard Smith · 11 years ago
  23. 152b7d8 Don't correct typos in Sema::BuildCXXNestedNameSpecifier with -fms-extensions by Kaelyn Uhrain · 11 years ago
  24. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  25. af1d28f Fixes a buildbot failure (was using local type in template instantiation). by Fariborz Jahanian · 11 years ago
  26. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  27. f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
  28. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  29. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  30. 9e130d0 Move sha intrinsics to immintrin.h by Ben Langmuir · 11 years ago
  31. cdc532c [ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver. by Amara Emerson · 11 years ago
  32. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  33. d2cf084 Use -ffreestanding in ms-intrin.cpp and define size_t manually. by Reid Kleckner · 11 years ago
  34. 0f238a6 Fix use-after-free in r190980. by Eli Friedman · 11 years ago
  35. b22352e Use curly braces all the way through long if/else chain for consistency and readability. by Craig Topper · 11 years ago
  36. f91e86c Fix crash with cast of value-dependent expr. by Eli Friedman · 11 years ago
  37. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  38. dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
  39. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  40. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  41. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  42. 83b6397 Fix CharByteWidth assertion in LiteralSupport. by Eli Friedman · 11 years ago
  43. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  44. b00ddc5 Fix closing brace around ifdef. by Eric Christopher · 11 years ago
  45. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  46. 1fe5ccf The intrinsics should all have C linkage. by Eric Christopher · 11 years ago
  47. 39232cd get rid of extra parentheses. by Adrian Prantl · 11 years ago
  48. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  49. 2a9dfb0 Remove some dead code. by Richard Smith · 11 years ago
  50. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  51. d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
  52. f9d38c0 ObjectiveC migrator: Infer property in the presense by Fariborz Jahanian · 11 years ago
  53. 4667154 ObjectiveC migrator: placing another check for by Fariborz Jahanian · 11 years ago
  54. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  55. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  56. d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  57. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  58. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  59. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  60. 6028860 Remove unnecessary comment regarding AsTypeExpr base class by Hal Finkel · 11 years ago
  61. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  62. 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
  63. 71687a0 -ast-dump support for variable templates. by Richard Smith · 11 years ago
  64. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  65. 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
  66. 8c64c18 Claim compatibility with VS 2012 by default by Reid Kleckner · 11 years ago
  67. 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
  68. 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago
  69. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  70. f1666bb Move using directive from Job.h to Job.cpp by Hans Wennborg · 11 years ago
  71. bb2405f ObjectiveC migrator. infer NS_OPTIONS correctly in the by Fariborz Jahanian · 11 years ago
  72. 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
  73. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  74. 9a65f42 ObjectiveC migrator: Don't infer property from by Fariborz Jahanian · 11 years ago
  75. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  76. 641645f ObjectiveC migrator. Ignore migrating 'deprecated' entities. // rdar://14989365 by Fariborz Jahanian · 11 years ago
  77. 89ac741 ObjectiveC migrator: Don't infer a property from isXXX method by Fariborz Jahanian · 11 years ago
  78. dce3ce3 [arcmt] Don't try to handle files that are already ARC'ified, this is not possible currently. by Argyrios Kyrtzidis · 11 years ago
  79. 9c47591 ObjectiveC migrator. Infer property in categories by Fariborz Jahanian · 11 years ago
  80. 786e56f ObjectiveC modern translator: Provide proper cast of by Fariborz Jahanian · 11 years ago
  81. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  82. 42ff263 clang-format: Add comment to tests explaining their grouping. by Daniel Jasper · 11 years ago
  83. e63a48a clang-format: Fix line breaking bug after empty ifs. by Daniel Jasper · 11 years ago
  84. 26356cc clang-format: Don't split a >>-operator. by Daniel Jasper · 11 years ago
  85. 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
  86. 319d81f Mark setSSELevel/setMMXLevel/setXOPLevel as static since they don't access anything in the class. by Craig Topper · 11 years ago
  87. 08f0bbc Don't build extra init lists. by Eli Friedman · 11 years ago
  88. 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
  89. de940da [analyzer] More reliably detect property accessors. by Anna Zaks · 11 years ago
  90. 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
  91. a2b4754 Address review comment on r189557. by Eli Friedman · 11 years ago
  92. 0295c23 Fix potential race in module building code. by Eli Friedman · 11 years ago
  93. 1c3441e cl-options.c just use touch to create that .obj file by Hans Wennborg · 11 years ago
  94. de2b33d Fix test/Driver/cl-options.c test by Hans Wennborg · 11 years ago
  95. d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
  96. 31bc1d2 ffreestanding shouldn't effect main() on win32 by David Majnemer · 11 years ago
  97. 6560839 clang-cl: ignore all /w<foo> options by Hans Wennborg · 11 years ago
  98. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  99. 225e982 Move the uninitialized field check to after all the field initializers are added by Richard Trieu · 11 years ago
  100. 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago