1. 2c2f729 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 11 years ago
  2. e1668a3 Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. by Aaron Ballman · 11 years ago
  3. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  4. 3084518 New message for cases when ownership is taken: by Anton Yartsev · 11 years ago
  5. 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
  6. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  7. f55e36a [analyzer] scan-build: add missing semicolon by Jordan Rose · 11 years ago
  8. 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
  9. 84f007b Make F16C feature imply AVX. Matches GCC behavior. by Craig Topper · 11 years ago
  10. 2574084 Prune "return" after llvm_unreachable(). It was redundant. by NAKAMURA Takumi · 11 years ago
  11. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  12. 3225b9c Avoid getting an argument of allocation function if it does not exist. by Serge Pavlov · 11 years ago
  13. d3d9e0f clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations. by Daniel Jasper · 11 years ago
  14. abcfa61 Parse: Template specializations which aren't dependent needn't have their parsing be delayed by David Majnemer · 11 years ago
  15. 57b1da1 Clean up some Triple usage in clang. by Cameron Esfahani · 11 years ago
  16. f8a89ce [analyzer] Put more uniqueness in scan-build's temporary directory names. by Jordan Rose · 11 years ago
  17. 0f43a6d Add support for -ggnu-pubnames matching the llvm support. by Eric Christopher · 11 years ago
  18. d7ae870 Fix a comment. by Michael Han · 11 years ago
  19. 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
  20. 1fca547 Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if by Richard Smith · 11 years ago
  21. b445cb9 vector_size cannot be applied to Booleans. Updated the semantic checking logic, as well as the comment and added a test case. Fixes PR12649 by Aaron Ballman · 11 years ago
  22. 422ac9e Switching the WeakRef attribute to using the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  23. c57ea68 Update Atom Silvermont (SLM) support by adding enabled features. by Preston Gurd · 11 years ago
  24. 8b6aaa9 DebugInfo: omit debug info for friends by David Blaikie · 11 years ago
  25. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  26. 30961ca Fix indentation of closing }; by David Blaikie · 11 years ago
  27. fbf6f5c Updated the PCS calling convention to use the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  28. c561714 As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. by Benjamin Kramer · 11 years ago
  29. cb3b400 ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago
  30. b029c50 Moving Cortex-R cores to armv7r arch by Renato Golin · 11 years ago
  31. 5df4045 Add more Cortex CPUs and tests by Renato Golin · 11 years ago
  32. 1302f9f Fix Neon detection for Cortex-A class, plus adds some more CPUs to default features by Renato Golin · 11 years ago
  33. f37e4f2 Guard availability and thread safety attributes against wide strings. by Benjamin Kramer · 11 years ago
  34. 1a343e2 Unify handling of string literal arguments for attributes and add fixits. by Benjamin Kramer · 11 years ago
  35. 2b33b7e [ARMv8] Change the naming of some options to be more consistent. by Joey Gouly · 11 years ago
  36. 62df7ef clang-format: Add -assume-filename option for editor integrations. by Daniel Jasper · 11 years ago
  37. cb2dfc7 Added missing field comparisons to the FormatStyle::operator== by Alexander Kornienko · 11 years ago
  38. cef8e69 A buildbot compiling with strict error on unused variables pointed out a by David Tweed · 11 years ago
  39. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  40. 0909859 Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests by Amaury de la Vieuville · 11 years ago
  41. ac885cd clang-format: Detect braced lists in subscript expressions. by Daniel Jasper · 11 years ago
  42. 978c5e0 [-cxx-abi microsoft] Mangle user defined entry points properly by David Majnemer · 11 years ago
  43. 5798120 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 11 years ago
  44. cab7dad [-cxx-abi microsoft] Mangle declarations inside extern "C" by David Majnemer · 11 years ago
  45. 167b774 CHECK -> CHECK-DAG by David Majnemer · 11 years ago
  46. fbb08b5 Refactor the uninitialized field visitor. Also moved the calls to the visitor by Richard Trieu · 11 years ago
  47. 1b9e4eb Documentation: Doxygen-ification of existing docs for Sema/DelayedDiagnostic.h. by James Dennett · 11 years ago
  48. d8e1358 Documentation cleanup: Fixing \brief comments, migrating away from old style by James Dennett · 11 years ago
  49. a1ec2b0 Fix two incorrect comments. by Jordan Rose · 11 years ago
  50. c9aed76 [analyzer] Fix copy-paste error in internal docs. by Jordan Rose · 11 years ago
  51. c07cad8 [analyzer] Run post-stmt checks for DeclStmt. by Jordan Rose · 11 years ago
  52. ce4ad40 Restore the sqrt -> llvm.sqrt mapping in fast-math mode by Hal Finkel · 11 years ago
  53. b2956ba Fix typo in llvm_unreachable string. by Nick Lewycky · 11 years ago
  54. 9bd3cdc PR13657 (and duplicates): by Richard Smith · 11 years ago
  55. 0f115b3 Fix regression from r190427. by Eli Friedman · 11 years ago
  56. 0bb3ca3 Add a test case to test RAV visits parameters of implicit copy constructor. by Michael Han · 11 years ago
  57. 8a1fdfc PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a by Richard Smith · 11 years ago
  58. aaaa2a1 Move the execution code from Compilation::ExecuteCommand to Command::Execute by Hans Wennborg · 11 years ago
  59. fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
  60. 17e95c8 [CMake] Put controversial always-recheck-revision-number behind an option. by Jordan Rose · 11 years ago
  61. 12981a7 Fix the MCTargetAsmParser API change. by Joey Gouly · 11 years ago
  62. 8644aa9 [libclang] In clang_getLocation, check that the provided line/column is valid. by Argyrios Kyrtzidis · 11 years ago
  63. e825cf3 Fix the end-location of a CXXTemporaryObjectExpr when it is created with a initializer_list. by Argyrios Kyrtzidis · 11 years ago
  64. 23443cd [CMake] Fix repository version checking dependencies harder. by Jordan Rose · 11 years ago
  65. 4bb81d6 clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL. by NAKAMURA Takumi · 11 years ago
  66. 7f9a8e9 [CMake] Always include the Clang repo version, just like the autoconf build. by Jordan Rose · 11 years ago
  67. bdb5468 ObjectiveC migration. NS_RETURNS_NOT_RETAINED is the default for by Fariborz Jahanian · 11 years ago
  68. 7e27400 clang-format: Fix bug in pointer detection by Daniel Jasper · 11 years ago
  69. 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
  70. e80501b ObjectiveC migrator. Modify inferred property name by Fariborz Jahanian · 11 years ago
  71. 8524ed1 Test for correct usage of columnWidth in clang fixit hints. by Alexander Kornienko · 11 years ago
  72. cd7b0f0 Clarify the status of PowerPC support. by Roman Divacky · 11 years ago
  73. a81f102 ObjectiveC migrator. methods which look like a getter and by Fariborz Jahanian · 11 years ago
  74. 313a9f4 Added regression tests. by Serge Pavlov · 11 years ago
  75. d8dfae6 [analyzer] Handle zeroing constructors for fields of structs with empty bases. by Jordan Rose · 11 years ago
  76. 42ade49 clang-cl: Warn about overriding /MD with /MT etc. by Hans Wennborg · 11 years ago
  77. 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago
  78. 5427211 fix xcore-opts.c test by Robert Lytton · 11 years ago
  79. a19efaf Adding some additional test cases for the cleanup attribute. by Aaron Ballman · 11 years ago
  80. 2bb6dad Fix 2 cases of uninitialized reads of an invalid PresumedLoc. by Evgeniy Stepanov · 11 years ago
  81. 73d845c Support for CR LF newlines. by Alexander Kornienko · 11 years ago
  82. e481413 Fix the ASan dll_thunk path by Timur Iskhodzhanov · 11 years ago
  83. 0f599ac Simplify code with the in place path::native. No functionality change. by Benjamin Kramer · 11 years ago
  84. 71fcba8 Split -Wunused-variable warning. by Daniel Jasper · 11 years ago
  85. 595ff7f [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics by Daniel Sanders · 11 years ago
  86. 09ec200 SemaTemplateDeduction.cpp: Prune two stray \param(s), TPOC and NumCallArguments in Sema::getMostSpecialized(). They were removed since r190444. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  87. 75804ca Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  88. 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
  89. 56bed97 Fix a bug where -msse followed by -mno-sse would leave MMX enabled. by Craig Topper · 11 years ago
  90. 58e4cd0 [-cxx-abi microsoft] Canonicalize array parameters better by David Majnemer · 11 years ago
  91. f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
  92. a3d727b volatile types are not trivially copyable. by Eli Friedman · 11 years ago
  93. 6c3eb6b Fix test. by Eli Friedman · 11 years ago
  94. ba08161 Fix is_trivially_constructible preconditions. by Eli Friedman · 11 years ago
  95. 62a3bba Disable the bool and enum sanitizers when emitting the implicitly-defined copy by Nick Lewycky · 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. 2d2aed2 Get rid of unused isPodLike definition. by Eli Friedman · 11 years ago
  100. e2e9a51 Remove unused class. by Eli Friedman · 11 years ago