1. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  2. 74cd65e Remove unused option. by Rafael Espindola · 11 years ago
  3. 7034fae Sema: Simplify code a bit, plug a potential leak. by Benjamin Kramer · 11 years ago
  4. eac8c45 StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  5. 41d0958 Refactor to use C++1y 'auto' semantics directly in lambdas with no specified by Richard Smith · 11 years ago
  6. 641649f ObjectiveC migrator. Don't suggest @property for by Fariborz Jahanian · 11 years ago
  7. dd9e2cb [libclang] python: fix return type of clang_Type_getSizeOf(). by Argyrios Kyrtzidis · 11 years ago
  8. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  9. da8d37c [analyzer] This patch removes passing around of const-invalidation vs regular-invalidation info by passing around a datastructure that maps regions and symbols to the type of invalidation they experience. This simplifies the code and would allow to associate more different invalidation types in the future. by Anton Yartsev · 11 years ago
  10. 01ae093 Allow dynamic_cast to void* even with -fno-rtti. by Eli Friedman · 11 years ago
  11. 2ae28e5 Fix -Wmissing-variable-declarations regression. by Eli Friedman · 11 years ago
  12. 6fde25e Avoid a signed/unsigned comparison warning with compilers that don't know how by Richard Smith · 11 years ago
  13. bffd89b ObjectiveC migrator: provide space between the property by Fariborz Jahanian · 11 years ago
  14. 3226abf ObjectiveC migrator: Another test for my last patch. // rdar://15044991 by Fariborz Jahanian · 11 years ago
  15. f85f5e4 ObjectiveC migrator: iDOn't mangle names when by Fariborz Jahanian · 11 years ago
  16. ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
  17. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  18. a8ffc16 clang-cl: fix passing optimization level to cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  19. 1413d62 clang-cl: pass /nologo when falling back to cl.exe by Hans Wennborg · 11 years ago
  20. 2330df4 Revert my patch in r191155 to allow forward by Fariborz Jahanian · 11 years ago
  21. ba91758 Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS. by Rafael Espindola · 11 years ago
  22. f26d8bc Remove a use of OPT_m_Joined. by Rafael Espindola · 11 years ago
  23. 733bac2 Fix uninitialized value bug discovered buy msan buildbot. by Daniel Jasper · 11 years ago
  24. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  25. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  26. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  27. 0302214 Hopefully unbreak bots which are seeing an assert in this test. Temporary, real by Richard Smith · 11 years ago
  28. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  29. f7b9a5a CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago
  30. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  31. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  32. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  33. c3c6687 Remove unused option. by Rafael Espindola · 11 years ago
  34. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  35. 06b52b4 Produce errors for unknown options. by Rafael Espindola · 11 years ago
  36. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  37. ec20b7e Remove extra space. by Fariborz Jahanian · 11 years ago
  38. d11c53b Fix an incomplete copy and paste in my previous patch. by Rafael Espindola · 11 years ago
  39. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  40. afa170f Add tests on how clang currently handles some unknown options. by Rafael Espindola · 11 years ago
  41. 635fe06 ObjectiveC migrator. When migrating to property declaration by Fariborz Jahanian · 11 years ago
  42. 90618ff Revert change accidentally committed in r191150. by Richard Smith · 11 years ago
  43. ff89d06 ObjectiveC migrator: Infer NS_OPTIONS when if there is at by Fariborz Jahanian · 11 years ago
  44. d85ec0e Enable -fsanitize=use-after-return by default under -fsanitize=address by Kostya Serebryany · 11 years ago
  45. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  46. 4124c7a Make sort predicate match the qsort convention. by Benjamin Kramer · 11 years ago
  47. 767b3d2 Fix array_pod_sort predicates after LLVM change. by Benjamin Kramer · 11 years ago
  48. 2d46cc2 array_pod_sort loses some type safety, better use the right types. by Benjamin Kramer · 11 years ago
  49. 52e2d30 Rewrite a cold use of std::sort to array_pod_sort. by Benjamin Kramer · 11 years ago
  50. bf44918 Fix comment to match name of variable. by Nick Lewycky · 11 years ago
  51. ee0bc3b Simplify code to equivalent code. No need to test for null after cast<>, use by Nick Lewycky · 11 years ago
  52. 199e370 Fix typo. Add missing whitespace. No functionality change. by Nick Lewycky · 11 years ago
  53. 87d01cd Parse: Move simple-type-specifier sanity check earlier by David Majnemer · 11 years ago
  54. ff989a8 Parse: Don't crash during parsing if we lack a simple-type-specifier by David Majnemer · 11 years ago
  55. 4424239 ObjectiveC: ObjC declarations, including forward class by Fariborz Jahanian · 11 years ago
  56. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  57. 867521c Some comment updates and tweaks for clarity. by Richard Smith · 11 years ago
  58. 13b228d Rearrange narrowing checks in initialization to be a different form of step by Richard Smith · 11 years ago
  59. 65da8e9 clang-format: Improve address-of-operator detection by Daniel Jasper · 11 years ago
  60. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  61. bbac9aa [Mips] Allocate NaClTargetInfo for MIPSEL NaCl by Petar Jovanovic · 11 years ago
  62. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  63. dea47a5 Switch tests in test/Headers to use %clang_cc1 rather than %clang. There by Chandler Carruth · 11 years ago
  64. b9bf312 Refactor: CheckExplicitInitList is only called to check an entire InitListExpr, by Richard Smith · 11 years ago
  65. dc40bf9 clang-cl: implement custom search for cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  66. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  67. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  68. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  69. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  70. 7c98f9f [analyzer] Use getParentIgnoreParenCasts instead of doing it by hand. by Jordan Rose · 11 years ago
  71. 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
  72. 4123b92 [ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsanitize=address. by Alexander Potapenko · 11 years ago
  73. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  74. 75bd9ed Testcase I forgot to svn add in r191057. by Richard Smith · 11 years ago
  75. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  76. 8adf837 PR17290: Use 'false' macro in fix-it hint for initializing a variable of type by Richard Smith · 11 years ago
  77. 152b7d8 Don't correct typos in Sema::BuildCXXNestedNameSpecifier with -fms-extensions by Kaelyn Uhrain · 11 years ago
  78. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  79. af1d28f Fixes a buildbot failure (was using local type in template instantiation). by Fariborz Jahanian · 11 years ago
  80. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  81. f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
  82. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  83. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  84. 9e130d0 Move sha intrinsics to immintrin.h by Ben Langmuir · 11 years ago
  85. cdc532c [ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver. by Amara Emerson · 11 years ago
  86. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  87. d2cf084 Use -ffreestanding in ms-intrin.cpp and define size_t manually. by Reid Kleckner · 11 years ago
  88. 0f238a6 Fix use-after-free in r190980. by Eli Friedman · 11 years ago
  89. b22352e Use curly braces all the way through long if/else chain for consistency and readability. by Craig Topper · 11 years ago
  90. f91e86c Fix crash with cast of value-dependent expr. by Eli Friedman · 11 years ago
  91. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  92. dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
  93. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  94. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  95. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  96. 83b6397 Fix CharByteWidth assertion in LiteralSupport. by Eli Friedman · 11 years ago
  97. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  98. b00ddc5 Fix closing brace around ifdef. by Eric Christopher · 11 years ago
  99. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  100. 1fe5ccf The intrinsics should all have C linkage. by Eric Christopher · 11 years ago