1. e688ddf If a partial specialization of a member template is declared within a class by Richard Smith · 11 years ago
  2. 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
  3. d0dbb7e [OPENMP] Improved variable lookup procedure for threadprivate variables. by Alexey Bataev · 11 years ago
  4. a924f84 ObjectiveC: Handle the case of qualifying protocols by Fariborz Jahanian · 11 years ago
  5. 49b3533 Produce an error for unknown -f options. by Rafael Espindola · 11 years ago
  6. 48b80c7 PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug by Reid Kleckner · 11 years ago
  7. 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
  8. 4ab39de Produce an error if a -cc1 only option is passed to the driver. by Rafael Espindola · 11 years ago
  9. 8d4e8fe Use -Xclang to pass -internal-isystem and -internal-externc-isystem to -cc1. by Rafael Espindola · 11 years ago
  10. 85c80f2 Don't pass -print-stats to the driver, it is a -cc1 option only. by Rafael Espindola · 11 years ago
  11. 641649f ObjectiveC migrator. Don't suggest @property for by Fariborz Jahanian · 11 years ago
  12. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  13. 01ae093 Allow dynamic_cast to void* even with -fno-rtti. by Eli Friedman · 11 years ago
  14. 2ae28e5 Fix -Wmissing-variable-declarations regression. by Eli Friedman · 11 years ago
  15. bffd89b ObjectiveC migrator: provide space between the property by Fariborz Jahanian · 11 years ago
  16. 3226abf ObjectiveC migrator: Another test for my last patch. // rdar://15044991 by Fariborz Jahanian · 11 years ago
  17. f85f5e4 ObjectiveC migrator: iDOn't mangle names when by Fariborz Jahanian · 11 years ago
  18. ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
  19. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  20. a8ffc16 clang-cl: fix passing optimization level to cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  21. 1413d62 clang-cl: pass /nologo when falling back to cl.exe by Hans Wennborg · 11 years ago
  22. 2330df4 Revert my patch in r191155 to allow forward by Fariborz Jahanian · 11 years ago
  23. ba91758 Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS. by Rafael Espindola · 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. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  30. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  31. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  32. 06b52b4 Produce errors for unknown options. by Rafael Espindola · 11 years ago
  33. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  34. d11c53b Fix an incomplete copy and paste in my previous patch. by Rafael Espindola · 11 years ago
  35. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  36. afa170f Add tests on how clang currently handles some unknown options. by Rafael Espindola · 11 years ago
  37. 635fe06 ObjectiveC migrator. When migrating to property declaration by Fariborz Jahanian · 11 years ago
  38. ff89d06 ObjectiveC migrator: Infer NS_OPTIONS when if there is at by Fariborz Jahanian · 11 years ago
  39. d85ec0e Enable -fsanitize=use-after-return by default under -fsanitize=address by Kostya Serebryany · 11 years ago
  40. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  41. ff989a8 Parse: Don't crash during parsing if we lack a simple-type-specifier by David Majnemer · 11 years ago
  42. 4424239 ObjectiveC: ObjC declarations, including forward class by Fariborz Jahanian · 11 years ago
  43. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  44. bbac9aa [Mips] Allocate NaClTargetInfo for MIPSEL NaCl by Petar Jovanovic · 11 years ago
  45. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  46. dea47a5 Switch tests in test/Headers to use %clang_cc1 rather than %clang. There by Chandler Carruth · 11 years ago
  47. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  48. 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
  49. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  50. 75bd9ed Testcase I forgot to svn add in r191057. by Richard Smith · 11 years ago
  51. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  52. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  53. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  54. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  55. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  56. cdc532c [ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver. by Amara Emerson · 11 years ago
  57. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  58. d2cf084 Use -ffreestanding in ms-intrin.cpp and define size_t manually. by Reid Kleckner · 11 years ago
  59. f91e86c Fix crash with cast of value-dependent expr. by Eli Friedman · 11 years ago
  60. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  61. dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
  62. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  63. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  64. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  65. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  66. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  67. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  68. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  69. d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
  70. f9d38c0 ObjectiveC migrator: Infer property in the presense by Fariborz Jahanian · 11 years ago
  71. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  72. d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  73. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  74. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  75. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  76. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  77. 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
  78. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  79. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  80. bb2405f ObjectiveC migrator. infer NS_OPTIONS correctly in the by Fariborz Jahanian · 11 years ago
  81. 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
  82. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  83. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  84. 641645f ObjectiveC migrator. Ignore migrating 'deprecated' entities. // rdar://14989365 by Fariborz Jahanian · 11 years ago
  85. 89ac741 ObjectiveC migrator: Don't infer a property from isXXX method by Fariborz Jahanian · 11 years ago
  86. dce3ce3 [arcmt] Don't try to handle files that are already ARC'ified, this is not possible currently. by Argyrios Kyrtzidis · 11 years ago
  87. 9c47591 ObjectiveC migrator. Infer property in categories by Fariborz Jahanian · 11 years ago
  88. 786e56f ObjectiveC modern translator: Provide proper cast of by Fariborz Jahanian · 11 years ago
  89. 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
  90. 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
  91. 1c3441e cl-options.c just use touch to create that .obj file by Hans Wennborg · 11 years ago
  92. de2b33d Fix test/Driver/cl-options.c test by Hans Wennborg · 11 years ago
  93. d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
  94. 31bc1d2 ffreestanding shouldn't effect main() on win32 by David Majnemer · 11 years ago
  95. 6560839 clang-cl: ignore all /w<foo> options by Hans Wennborg · 11 years ago
  96. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  97. 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago
  98. 175d417 Add some missing ProhibitAttributes calls to some declaration-like #pragmas. by Richard Smith · 11 years ago
  99. e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
  100. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago