1. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  2. bce8c92 Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add by Nick Lewycky · 11 years ago
  3. 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
  4. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  5. 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
  6. 0e4bdb0 clang-cl: Add /FI (forced include) as an alias for -include by Reid Kleckner · 11 years ago
  7. 0fe441a [driver] Ignore -fno-var-tracking; it's a GCC option we don't support. by Jordan Rose · 11 years ago
  8. 6a09ad2 Remove fno_builtin_strcat and fno_builtin_strcpy. by Rafael Espindola · 11 years ago
  9. 729be24 Remove -fbuiltin-strcat and -fbuiltin-strcpy. by Rafael Espindola · 11 years ago
  10. 4e77e06 Ignore unknown -fno-builtin-*. by Rafael Espindola · 11 years ago
  11. e48ceda Remove unused parameter. by Rafael Espindola · 11 years ago
  12. 7178f6e Ignore some -f options that are supported by gcc. by Rafael Espindola · 11 years ago
  13. 064c3f1 Replace a bool with an enum for clarity, based on review comment from James Dennett. by Richard Smith · 11 years ago
  14. 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
  15. 92011d0 Update NumTypeBits on Type to match the actual number of used bits. by Mark Lacey · 11 years ago
  16. a924f84 ObjectiveC: Handle the case of qualifying protocols by Fariborz Jahanian · 11 years ago
  17. 49b3533 Produce an error for unknown -f options. by Rafael Espindola · 11 years ago
  18. 8155722 [analyzer] Handle destructors for the argument to C++ 'delete'. by Jordan Rose · 11 years ago
  19. db10fe2 Move --relocatable-pch to Options.td. by Rafael Espindola · 11 years ago
  20. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  21. 74cd65e Remove unused option. by Rafael Espindola · 11 years ago
  22. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  23. 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
  24. ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
  25. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  26. f26d8bc Remove a use of OPT_m_Joined. by Rafael Espindola · 11 years ago
  27. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  28. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  29. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  30. ecbce69 Implement restriction that a partial specialization must actually specialize 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. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  36. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  37. 867521c Some comment updates and tweaks for clarity. by Richard Smith · 11 years ago
  38. 13b228d Rearrange narrowing checks in initialization to be a different form of step by Richard Smith · 11 years ago
  39. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  40. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  41. 8adf837 PR17290: Use 'false' macro in fix-it hint for initializing a variable of type by Richard Smith · 11 years ago
  42. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  43. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  44. f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
  45. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  46. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  47. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  48. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  49. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  50. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  51. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  52. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  53. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  54. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  55. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  56. 6028860 Remove unnecessary comment regarding AsTypeExpr base class by Hal Finkel · 11 years ago
  57. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  58. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  59. 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
  60. 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
  61. 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago
  62. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  63. f1666bb Move using directive from Job.h to Job.cpp by Hans Wennborg · 11 years ago
  64. 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
  65. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  66. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  67. d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago
  68. 6560839 clang-cl: ignore all /w<foo> options by Hans Wennborg · 11 years ago
  69. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  70. e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
  71. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  72. 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
  73. 0f43a6d Add support for -ggnu-pubnames matching the llvm support. by Eric Christopher · 11 years ago
  74. d7ae870 Fix a comment. by Michael Han · 11 years ago
  75. 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
  76. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  77. 30961ca Fix indentation of closing }; by David Blaikie · 11 years ago
  78. cb2dfc7 Added missing field comparisons to the FormatStyle::operator== by Alexander Kornienko · 11 years ago
  79. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  80. 1b9e4eb Documentation: Doxygen-ification of existing docs for Sema/DelayedDiagnostic.h. by James Dennett · 11 years ago
  81. d8e1358 Documentation cleanup: Fixing \brief comments, migrating away from old style by James Dennett · 11 years ago
  82. a1ec2b0 Fix two incorrect comments. by Jordan Rose · 11 years ago
  83. b2956ba Fix typo in llvm_unreachable string. by Nick Lewycky · 11 years ago
  84. 9bd3cdc PR13657 (and duplicates): by Richard Smith · 11 years ago
  85. 8a1fdfc PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a by Richard Smith · 11 years ago
  86. aaaa2a1 Move the execution code from Compilation::ExecuteCommand to Command::Execute by Hans Wennborg · 11 years ago
  87. fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
  88. d068607 Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. by Aaron Ballman · 11 years ago
  89. 42ade49 clang-cl: Warn about overriding /MD with /MT etc. by Hans Wennborg · 11 years ago
  90. 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago
  91. 71fcba8 Split -Wunused-variable warning. by Daniel Jasper · 11 years ago
  92. 595ff7f [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics by Daniel Sanders · 11 years ago
  93. 75804ca Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  94. 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
  95. f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
  96. ebaee6b The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved. by Aaron Ballman · 11 years ago
  97. 66118c2 PR17075: When performing partial ordering of a member function against a by Richard Smith · 11 years ago
  98. 2956ef4 Add -fansi-escape-codes option by Nico Rieck · 11 years ago
  99. 4ad09e6 getMostSpecialized for function template sets is never used in the context of a by Richard Smith · 11 years ago
  100. 812d6bc PR5683: Issue a warning when subtracting pointers to types of zero size, and by Richard Smith · 11 years ago