1. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  2. d78d659 REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates. by Faisal Vali · 11 years ago
  3. 849f3ec Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 11 years ago
  4. 2bd8af5 [AArch64] The shift right/left and insert immediate builtins expect 3 by Chad Rosier · 11 years ago
  5. 1cd76b1 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  6. 9473c19 [AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions. by Chad Rosier · 11 years ago
  7. bd39527 This reverts commit r194330, r194329 and r194328. by Rafael Espindola · 11 years ago
  8. a799d7d Add support for -fuse-ld=. by David Chisnall · 11 years ago
  9. b310439 Try to recover a bit better if a close brace is missing from the end of a class by Richard Smith · 11 years ago
  10. c31fbe3 Comment parsing: recognize \def (but processing is a no-op, like the rest of by Dmitri Gribenko · 11 years ago
  11. ce6426f Issue a diagnostic if we see a templated friend declaration that we do not by Richard Smith · 11 years ago
  12. 6acb04f Thread the info about vbptr sharing through ASTRecordLayout by Timur Iskhodzhanov · 11 years ago
  13. db7da0b Remove diagnostic leftover from the ancient times when C++1y support was incomplete. by Benjamin Kramer · 11 years ago
  14. 2f8b0cc s/DebugPrint/dump/g by Douglas Gregor · 11 years ago
  15. 78e39b0 ObjectiveC migrator. Fixes an obscure bug where by Fariborz Jahanian · 11 years ago
  16. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  17. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  18. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  19. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  20. 51fcdf8 Introduce MatchFinder::matchAST. by Peter Collingbourne · 11 years ago
  21. d2bd589 Re-introduce MatchFinder::addDynamicMatcher. by Peter Collingbourne · 11 years ago
  22. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  23. 60c9c30 RewriteBuffer: Remove an unused typedef by Alp Toker · 11 years ago
  24. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  25. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  26. 00b0f7e clang-cl: Hide ignored joined flags as well by Alp Toker · 11 years ago
  27. 2dc57f4 Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606 by Aaron Ballman · 11 years ago
  28. f907afe Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  29. 9b28079 clang-cl: Hide ignored flags by Alp Toker · 11 years ago
  30. 6e99044 clang-cl: Add /FS as an ignored flag by Alp Toker · 11 years ago
  31. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  32. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  33. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  34. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  35. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  36. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  37. 3f0e040 Introduce BoundNodes::getMap. by Peter Collingbourne · 11 years ago
  38. 527dcd4 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 11 years ago
  39. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  40. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  41. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  42. 93b97a8 Documentation tweaks: Fix a typo in a reference to the C++ standard, by James Dennett · 11 years ago
  43. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  44. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  45. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  46. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  47. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  48. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  49. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  50. 6ffbea4 Updating the makefile to reflect CMake; addendum to r193989. by Aaron Ballman · 11 years ago
  51. 9feedb8 Attributes which accept a type as their sole argument are no longer hard coded into the parser. Instead, they are automatically listed through tablegen. by Aaron Ballman · 11 years ago
  52. f09c6a1 Make ADLResult::iterator a proper iterator. by Benjamin Kramer · 11 years ago
  53. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  54. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  55. a07d5ce Fix typo in err_flexible_array_empty_aggregate by David Majnemer · 11 years ago
  56. 28165b7 Sema: Disallow inheriting from classes with flexible array members by David Majnemer · 11 years ago
  57. d3d7c61 Remove a stray tab character from warn_objc_root_class_missing by David Majnemer · 11 years ago
  58. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  59. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  60. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  61. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  62. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  63. 8b1ab40 Simplify computation of visible module set. by Richard Smith · 11 years ago
  64. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  65. bc64d35 Clang modules: collect exports recursively by Dmitri Gribenko · 11 years ago
  66. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  67. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  68. e5849ca iboutletcollection really does have custom parsing. by Aaron Ballman · 11 years ago
  69. b5901e0 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  70. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  71. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  72. 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago
  73. 45cac8c [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests by Daniel Sanders · 11 years ago
  74. 33d7fbc [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  75. 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
  76. 6167d7f [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  77. 2597315 Recover instead of crashing on MS assembly when no target is loaded by Alp Toker · 11 years ago
  78. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  79. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  80. 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
  81. d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
  82. b7488d7 Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 11 years ago
  83. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  84. 6bf97fb Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
  85. 66490d2 Remove obsolete RewriteBuffer comment by Alp Toker · 11 years ago
  86. 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
  87. 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
  88. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  89. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  90. cc91875 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  91. 9d9a943 ObjectiveC arc. Warn when an implicitly 'strong' property by Fariborz Jahanian · 11 years ago
  92. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  93. 02debf6 Add -Wstring-plus-char, which warns when adding char literals to C strings. by Jordan Rose · 11 years ago
  94. 47066e4 clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 11 years ago
  95. 9d33c40 Sema: Do not allow lambda expressions to appear inside of constant expressions by David Majnemer · 11 years ago
  96. 858d2ba Simplify and refactor the uninitialized field warning. by Richard Trieu · 11 years ago
  97. f9258ee Revert "Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::string> corresponding to LLVM r193344." by Argyrios Kyrtzidis · 11 years ago
  98. a1cc4d6 Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::string> corresponding to LLVM r193344. by NAKAMURA Takumi · 11 years ago
  99. 7edf9a4 Teach Clang to accept and ignore -f[no-]implicit-templates. by Chandler Carruth · 11 years ago
  100. 6e40ca5 Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location by Chandler Carruth · 11 years ago