1. 7faf81f PR17949: Fix crash if someone puts a namespace inside a class template. by Richard Smith · 11 years ago
  2. e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
  3. b72227f Fix bogus diagnostic wording. There's no such thing as a compound expression. by Richard Smith · 11 years ago
  4. e22017e Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 11 years ago
  5. d378144 clang-cl: Make the driver parse all(?) msvc flags by Hans Wennborg · 11 years ago
  6. 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
  7. eb4d7c3 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  8. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  9. e05372a Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-formed in C++11. by Richard Smith · 11 years ago
  10. 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
  11. 624bb5e [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
  12. 8137a60 Implement aarch64 neon instruction class misc. by Kevin Qin · 11 years ago
  13. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  14. 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
  15. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  16. 6526de4 -fms-extensions: Recognize _alloca as an alias for the alloca builtin by Reid Kleckner · 11 years ago
  17. f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
  18. 86cfda2 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 11 years ago
  19. 1d40d62 No functional change. Renaming a variable in RecordLayoutBuilder and by Warren Hunt · 11 years ago
  20. 7792fde Adds ARM backend options: -mrestrict-it and -mno-restrict-it by Weiming Zhao · 11 years ago
  21. f88536a Add an optional mapping from source paths to source contents. by Manuel Klimek · 11 years ago
  22. b85a9ec Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 11 years ago
  23. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  24. 9b60286 Fix closing namespace comment to reflect reality by Dmitri Gribenko · 11 years ago
  25. 5d2a206 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 11 years ago
  26. 86e2a6f clang-cl: parse the /Yc flag (PR17895) by Hans Wennborg · 11 years ago
  27. f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
  28. 186b26d add intrinsics: __builtin_arm_{dmb,dsb} for ARM by Weiming Zhao · 11 years ago
  29. a2f1ed0 clang-cl: parse the /GT option by Hans Wennborg · 11 years ago
  30. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  31. d78d659 REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates. by Faisal Vali · 11 years ago
  32. 849f3ec Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 11 years ago
  33. 2bd8af5 [AArch64] The shift right/left and insert immediate builtins expect 3 by Chad Rosier · 11 years ago
  34. 1cd76b1 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  35. 9473c19 [AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions. by Chad Rosier · 11 years ago
  36. bd39527 This reverts commit r194330, r194329 and r194328. by Rafael Espindola · 11 years ago
  37. a799d7d Add support for -fuse-ld=. by David Chisnall · 11 years ago
  38. 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
  39. c31fbe3 Comment parsing: recognize \def (but processing is a no-op, like the rest of by Dmitri Gribenko · 11 years ago
  40. ce6426f Issue a diagnostic if we see a templated friend declaration that we do not by Richard Smith · 11 years ago
  41. 6acb04f Thread the info about vbptr sharing through ASTRecordLayout by Timur Iskhodzhanov · 11 years ago
  42. db7da0b Remove diagnostic leftover from the ancient times when C++1y support was incomplete. by Benjamin Kramer · 11 years ago
  43. 2f8b0cc s/DebugPrint/dump/g by Douglas Gregor · 11 years ago
  44. 78e39b0 ObjectiveC migrator. Fixes an obscure bug where by Fariborz Jahanian · 11 years ago
  45. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  46. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  47. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  48. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  49. 51fcdf8 Introduce MatchFinder::matchAST. by Peter Collingbourne · 11 years ago
  50. d2bd589 Re-introduce MatchFinder::addDynamicMatcher. by Peter Collingbourne · 11 years ago
  51. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  52. 60c9c30 RewriteBuffer: Remove an unused typedef by Alp Toker · 11 years ago
  53. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  54. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  55. 00b0f7e clang-cl: Hide ignored joined flags as well by Alp Toker · 11 years ago
  56. 2dc57f4 Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606 by Aaron Ballman · 11 years ago
  57. f907afe Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  58. 9b28079 clang-cl: Hide ignored flags by Alp Toker · 11 years ago
  59. 6e99044 clang-cl: Add /FS as an ignored flag by Alp Toker · 11 years ago
  60. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  61. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  62. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  63. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  64. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  65. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  66. 3f0e040 Introduce BoundNodes::getMap. by Peter Collingbourne · 11 years ago
  67. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  68. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  69. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  70. 93b97a8 Documentation tweaks: Fix a typo in a reference to the C++ standard, by James Dennett · 11 years ago
  71. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  72. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  73. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  74. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  75. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  76. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  77. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  78. 6ffbea4 Updating the makefile to reflect CMake; addendum to r193989. by Aaron Ballman · 11 years ago
  79. 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
  80. f09c6a1 Make ADLResult::iterator a proper iterator. by Benjamin Kramer · 11 years ago
  81. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  82. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  83. a07d5ce Fix typo in err_flexible_array_empty_aggregate by David Majnemer · 11 years ago
  84. 28165b7 Sema: Disallow inheriting from classes with flexible array members by David Majnemer · 11 years ago
  85. d3d7c61 Remove a stray tab character from warn_objc_root_class_missing by David Majnemer · 11 years ago
  86. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  87. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  88. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  89. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  90. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  91. 8b1ab40 Simplify computation of visible module set. by Richard Smith · 11 years ago
  92. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  93. bc64d35 Clang modules: collect exports recursively by Dmitri Gribenko · 11 years ago
  94. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  95. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  96. e5849ca iboutletcollection really does have custom parsing. by Aaron Ballman · 11 years ago
  97. b5901e0 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  98. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  99. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  100. 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago