1. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  2. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  3. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  4. a3bf897 SourceManager intialization tweaks. by Benjamin Kramer · 11 years ago
  5. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  6. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  7. 6a4c5dc Use new llvm::SpecialCaseList API in CodeGenModule by Alexey Samsonov · 11 years ago
  8. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  9. 6010b4b Fix misindentation. by Richard Smith · 11 years ago
  10. 30d2375 Omit llvm:: before StringRef and SmallString. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  11. e7205c0 Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  12. 29a46e6 Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not instantiated in this scope") by Serge Pavlov · 11 years ago
  13. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  14. 62f675c Avoid spurious error messages if parent template class cannot be instantiated by Serge Pavlov · 11 years ago
  15. bcb2500 Fix warning in builds without asserts. by Rafael Espindola · 11 years ago
  16. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  17. ee138f6 Correctly profile CXXPseudoDestructorExprs. by Eli Friedman · 11 years ago
  18. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  19. 7ea491c Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  20. 2401676 [arcmt] When handling unbridged casts, handle the body of BlockDecl separately because ParentMap does not record by Argyrios Kyrtzidis · 11 years ago
  21. 834c058 Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  22. 82ccd75 Remove "static" on simple temporary StringRef. by Benjamin Kramer · 11 years ago
  23. 746974d clang-cl: Don't pass /defaultlib to the linker by Hans Wennborg · 11 years ago
  24. d6d5d69 Only emit debug info for implicit members that actually get codegen, not just ODR use. by David Blaikie · 11 years ago
  25. ed5f28f Add a convenient way to compare GCCVersions without creating temporary objects. by Benjamin Kramer · 11 years ago
  26. a79a20e DirectIvarAssignment: Replace vtable'd objects with simple functions. by Benjamin Kramer · 11 years ago
  27. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  28. 541a28f Put back a microoptimization with a comment to make it more obvious. by Benjamin Kramer · 11 years ago
  29. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  30. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  31. 6ebe9df [analyzer] Enable usage of temporaries in InitListExprs by Pavel Labath · 11 years ago
  32. 8bdc92c Make SanitizerArgs parsing toolchain-independent by Alexey Samsonov · 11 years ago
  33. a919337 Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. by Alexander Kornienko · 11 years ago
  34. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  35. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  36. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  37. fa220f5 [analyzer] Warn when using 'delete' on an uninitialized variable. by Jordan Rose · 11 years ago
  38. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  39. f1f3e05 unbreak buildbot on Windows. by Fariborz Jahanian · 11 years ago
  40. 1197c65 ObjectiveC migrator: tighten rule about when to by Fariborz Jahanian · 11 years ago
  41. a922649 ObjectiveC migration: Handle another special case of by Fariborz Jahanian · 11 years ago
  42. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  43. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  44. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  45. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  46. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  47. 1e9fdc1 Factor out parsing sanitizer arguments to a separate function by Alexey Samsonov · 11 years ago
  48. 47abb25 Remove unused variable. No functionality change. by Benjamin Kramer · 11 years ago
  49. 442c60a Move SanitizerArgs implementation from .h to .cpp by Alexey Samsonov · 11 years ago
  50. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  51. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  52. fbbdc5d Emit an error for enum increments and decrements in C++ mode. Fixes PR16394. by Richard Trieu · 11 years ago
  53. 8593e78 UBSan: Fix alignment checks emitted in downcasts. by Filipe Cabecinhas · 11 years ago
  54. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  55. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  56. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  57. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  58. 51e75ae [PCH] Fix a PCH serialization crash, with invalid code related to forward enum references. by Argyrios Kyrtzidis · 11 years ago
  59. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  60. b82f77f Correctly allign arrays on 32 bit systems. by Rafael Espindola · 11 years ago
  61. 15c8e56 Patch to fix doxygen trailing comments for ObjectiveC methods. by Fariborz Jahanian · 11 years ago
  62. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  63. a7b8797 Eliminate CXXConstructorDecl::IsImplicitlyDefined. by Jordan Rose · 11 years ago
  64. 201d3fb Indicate success for simple options when clang called with -cc1. by Rafael Espindola · 11 years ago
  65. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  66. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  67. 8c238be Patch to fix doxygen trailing comments for ObjectiveC properties. by Fariborz Jahanian · 11 years ago
  68. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  69. acdbbc7 Add a new warning to -Wloop-analysis to detect suspicious increments or by Richard Trieu · 11 years ago
  70. fa45cb3 ObjectiveC migration: tweak setting of lifetime attribute by Fariborz Jahanian · 11 years ago
  71. 2521813 A bit of clean up based on peer's feedback... by Larisse Voufo · 11 years ago
  72. 3835a4e PR16755: When initializing or modifying a bitfield member in a constant by Richard Smith · 11 years ago
  73. 9c90f7f Removed hack that was used to properly restore the nested name specifier of qualified variable template ids. It turns out that the current implementation was just not logical setup for it. This commit has made it so. by Larisse Voufo · 11 years ago
  74. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  75. 1a81e74 Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  76. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  77. cec70f5 SemaTemplateInstantiateDecl.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  78. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  79. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  80. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  81. 02c44f0 [ms-cxxabi] Handle template-template arguments by David Majnemer · 11 years ago
  82. 7802fc9 [ms-cxxabi] Mangle nullptr template arguments by David Majnemer · 11 years ago
  83. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  84. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  85. edc45d5 [analyzer] Clarify that r187624 is a hack and should be fixed better later. by Jordan Rose · 11 years ago
  86. d9d57e9 Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. by Craig Topper · 11 years ago
  87. 8b051ce Sema: Don't assume a nested name specifier holds a type by David Majnemer · 11 years ago
  88. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  89. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  90. c217ced ObjectiveC migrator. Differentiate 'instancetype' by Fariborz Jahanian · 11 years ago
  91. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  92. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  93. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  94. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  95. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  96. 4ed47cc CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 11 years ago
  97. f647b69 ObjectiveC migrator: Fixes public buildbot failures, by Fariborz Jahanian · 11 years ago
  98. 6803dbe revert patch I added in r187655. It still breaks public buildbot. by Fariborz Jahanian · 11 years ago
  99. 906c7f7 ObjectiveC migration. Check-in patch reverted in r187634. by Fariborz Jahanian · 11 years ago
  100. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago