1. 473f8b2 Fix the test files by removing the unnecessary -emit-llvm flag (should address Matt Beaumont-Gay's concern regarding failure on a read-only filesystem) by Faisal Vali · 11 years ago
  2. 6967e78 Added a comment and another test for the UT_ForIndentation option by Alexander Kornienko · 11 years ago
  3. 62a5565 Updated examples of UseTab option by Alexander Kornienko · 11 years ago
  4. f6a6882 Updated clang-format style options doc. by Alexander Kornienko · 11 years ago
  5. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  6. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  7. acf8e90 Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth. by Alexander Kornienko · 11 years ago
  8. 6b3ff8c clang-format: Improve formatting of functions with multiple trailing tokens. by Daniel Jasper · 11 years ago
  9. c420e3c AST: Handle multidimensional arrays inside of __uuidof() by David Majnemer · 11 years ago
  10. 48c099f clang-format: Fix formatting bug with comment in weird place. by Daniel Jasper · 11 years ago
  11. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  12. bce8c92 Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add by Nick Lewycky · 11 years ago
  13. 2add97e NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's miscompilation. by NAKAMURA Takumi · 11 years ago
  14. 5467920 Sema: Respect -fdelayed-template-parsing when parsing constexpr functions by David Majnemer · 11 years ago
  15. 18209a7 Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block. by Craig Topper · 11 years ago
  16. f1ebccd ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTER by Fariborz Jahanian · 11 years ago
  17. 0d4e068 ObjectiveC migrator: function pointer is not an by Fariborz Jahanian · 11 years ago
  18. 35969ea Debug info: Fix a crash when trying to construct a type with redundant by Adrian Prantl · 11 years ago
  19. d7a495c Remove an unused variable - thanks to Nick Lewycky for pointing this out! by Faisal Vali · 11 years ago
  20. a934c31 Fix error recovery when a return type correction includes a new name specifier. by Kaelyn Uhrain · 11 years ago
  21. 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
  22. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  23. e67ebbe Fix a bug in the typo correction replacement location. by Kaelyn Uhrain · 11 years ago
  24. 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
  25. 65ea687 Add macro test from N3781. by Richard Smith · 11 years ago
  26. 9a17677 Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive. by Richard Smith · 11 years ago
  27. 0e4bdb0 clang-cl: Add /FI (forced include) as an alias for -include by Reid Kleckner · 11 years ago
  28. 0fe441a [driver] Ignore -fno-var-tracking; it's a GCC option we don't support. by Jordan Rose · 11 years ago
  29. 6a09ad2 Remove fno_builtin_strcat and fno_builtin_strcpy. by Rafael Espindola · 11 years ago
  30. 0cd6bd6 Mark an impossible path as unreachable to pacify GCC. by Benjamin Kramer · 11 years ago
  31. 729be24 Remove -fbuiltin-strcat and -fbuiltin-strcpy. by Rafael Espindola · 11 years ago
  32. 4e77e06 Ignore unknown -fno-builtin-*. by Rafael Espindola · 11 years ago
  33. e48ceda Remove unused parameter. by Rafael Espindola · 11 years ago
  34. 7178f6e Ignore some -f options that are supported by gcc. by Rafael Espindola · 11 years ago
  35. 146feb0 Remove tabs. by Benjamin Kramer · 11 years ago
  36. 7f270f0 Fix buildbot breakage. by Richard Smith · 11 years ago
  37. 064c3f1 Replace a bool with an enum for clarity, based on review comment from James Dennett. by Richard Smith · 11 years ago
  38. e688ddf If a partial specialization of a member template is declared within a class by Richard Smith · 11 years ago
  39. 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
  40. d0dbb7e [OPENMP] Improved variable lookup procedure for threadprivate variables. by Alexey Bataev · 11 years ago
  41. e7346c1 Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h by Hans Wennborg · 11 years ago
  42. e3e686f Remove unused param from MicrosoftMangle::mangleCallingConvention() by Reid Kleckner · 11 years ago
  43. 92011d0 Update NumTypeBits on Type to match the actual number of used bits. by Mark Lacey · 11 years ago
  44. a924f84 ObjectiveC: Handle the case of qualifying protocols by Fariborz Jahanian · 11 years ago
  45. 49b3533 Produce an error for unknown -f options. by Rafael Espindola · 11 years ago
  46. 48b80c7 PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug by Reid Kleckner · 11 years ago
  47. 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
  48. 4ab39de Produce an error if a -cc1 only option is passed to the driver. by Rafael Espindola · 11 years ago
  49. 8d4e8fe Use -Xclang to pass -internal-isystem and -internal-externc-isystem to -cc1. by Rafael Espindola · 11 years ago
  50. db10fe2 Move --relocatable-pch to Options.td. by Rafael Espindola · 11 years ago
  51. 85c80f2 Don't pass -print-stats to the driver, it is a -cc1 option only. by Rafael Espindola · 11 years ago
  52. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  53. 74cd65e Remove unused option. by Rafael Espindola · 11 years ago
  54. 7034fae Sema: Simplify code a bit, plug a potential leak. by Benjamin Kramer · 11 years ago
  55. eac8c45 StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  56. 41d0958 Refactor to use C++1y 'auto' semantics directly in lambdas with no specified by Richard Smith · 11 years ago
  57. 641649f ObjectiveC migrator. Don't suggest @property for by Fariborz Jahanian · 11 years ago
  58. dd9e2cb [libclang] python: fix return type of clang_Type_getSizeOf(). by Argyrios Kyrtzidis · 11 years ago
  59. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  60. 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
  61. 01ae093 Allow dynamic_cast to void* even with -fno-rtti. by Eli Friedman · 11 years ago
  62. 2ae28e5 Fix -Wmissing-variable-declarations regression. by Eli Friedman · 11 years ago
  63. 6fde25e Avoid a signed/unsigned comparison warning with compilers that don't know how by Richard Smith · 11 years ago
  64. bffd89b ObjectiveC migrator: provide space between the property by Fariborz Jahanian · 11 years ago
  65. 3226abf ObjectiveC migrator: Another test for my last patch. // rdar://15044991 by Fariborz Jahanian · 11 years ago
  66. f85f5e4 ObjectiveC migrator: iDOn't mangle names when by Fariborz Jahanian · 11 years ago
  67. ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
  68. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  69. a8ffc16 clang-cl: fix passing optimization level to cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  70. 1413d62 clang-cl: pass /nologo when falling back to cl.exe by Hans Wennborg · 11 years ago
  71. 2330df4 Revert my patch in r191155 to allow forward by Fariborz Jahanian · 11 years ago
  72. ba91758 Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS. by Rafael Espindola · 11 years ago
  73. f26d8bc Remove a use of OPT_m_Joined. by Rafael Espindola · 11 years ago
  74. 733bac2 Fix uninitialized value bug discovered buy msan buildbot. by Daniel Jasper · 11 years ago
  75. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  76. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  77. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  78. 0302214 Hopefully unbreak bots which are seeing an assert in this test. Temporary, real by Richard Smith · 11 years ago
  79. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  80. f7b9a5a CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago
  81. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  82. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  83. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  84. c3c6687 Remove unused option. by Rafael Espindola · 11 years ago
  85. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  86. 06b52b4 Produce errors for unknown options. by Rafael Espindola · 11 years ago
  87. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  88. ec20b7e Remove extra space. by Fariborz Jahanian · 11 years ago
  89. d11c53b Fix an incomplete copy and paste in my previous patch. by Rafael Espindola · 11 years ago
  90. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  91. afa170f Add tests on how clang currently handles some unknown options. by Rafael Espindola · 11 years ago
  92. 635fe06 ObjectiveC migrator. When migrating to property declaration by Fariborz Jahanian · 11 years ago
  93. 90618ff Revert change accidentally committed in r191150. by Richard Smith · 11 years ago
  94. ff89d06 ObjectiveC migrator: Infer NS_OPTIONS when if there is at by Fariborz Jahanian · 11 years ago
  95. d85ec0e Enable -fsanitize=use-after-return by default under -fsanitize=address by Kostya Serebryany · 11 years ago
  96. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  97. 4124c7a Make sort predicate match the qsort convention. by Benjamin Kramer · 11 years ago
  98. 767b3d2 Fix array_pod_sort predicates after LLVM change. by Benjamin Kramer · 11 years ago
  99. 2d46cc2 array_pod_sort loses some type safety, better use the right types. by Benjamin Kramer · 11 years ago
  100. 52e2d30 Rewrite a cold use of std::sort to array_pod_sort. by Benjamin Kramer · 11 years ago