1. 618c285 Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  2. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  3. 9683f1d Revert changes from the nested lambdas commit till i figure out by Faisal Vali · 11 years ago
  4. aecbb9d Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  5. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  6. b8941a1 ObjectiveC migrator: Add individual options and by Fariborz Jahanian · 11 years ago
  7. a00f873 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 11 years ago
  8. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  9. 2529660 Use the CGCXXABI member on CodeGenTypes. by Mark Lacey · 11 years ago
  10. fb61e46 Speed up CorrectTypo by avoiding lookups on unreasonable candidates. by Kaelyn Uhrain · 11 years ago
  11. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  12. 9a3be4c Fix crashes when creating global instances of polymorphic classes without fields by Timur Iskhodzhanov · 11 years ago
  13. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  14. 58a82a3 Fix gcc -Wunused-but-set-variable warning in r191634. by Patrik Hagglund · 11 years ago
  15. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  16. c53143c Fix build breakage, missed committing a chunk of a patch. by Nick Lewycky · 11 years ago
  17. 4ee7dc2 Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs by Nick Lewycky · 11 years ago
  18. 7453624 [analyzer] Add missing return after function pointer null check. by Jordan Rose · 11 years ago
  19. a89ee57 Fix a typo suggestion regression introduced by r191544. by Kaelyn Uhrain · 11 years ago
  20. 5d4a755 No functionality change. Reflow lines that could fit on one line. Break lines by Nick Lewycky · 11 years ago
  21. 6badc76 ObjectiveC migrator: When doing migration, migrator must suggest by Fariborz Jahanian · 11 years ago
  22. 31e7636 Revert commits r190613, r190560 and r190557. by Rafael Espindola · 11 years ago
  23. 0cc83d1 Fixing implementation of bittestandset in Intrin.h. by Warren Hunt · 11 years ago
  24. d11344a Fixed replacements for files with relative paths are not applied. by Ariel J. Bernal · 11 years ago
  25. e5321c4 Refactoring: split addTokenToState into two methods. by Alexander Kornienko · 11 years ago
  26. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  27. f8aebef Move checkStringLiteralArgument into Sema class by Tim Northover · 11 years ago
  28. fe7ed04 [ARM] Add -mfpu=none option to the driver. by Amara Emerson · 11 years ago
  29. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  30. de8eaa2 Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  31. 91d3f33 Fix typo correction usage of SemaAccess.cpp. by Eli Friedman · 11 years ago
  32. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  33. 9b93f20 Tweak changes in r186464 to avoid a crash. by Eli Friedman · 11 years ago
  34. 8a3f9e4 Remove support for arrays of runtime bound in C++1y, now they have been voted by Richard Smith · 11 years ago
  35. 8712ded Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM by Weiming Zhao · 11 years ago
  36. 69220e7 Changing __X86_64__ to __x86_64__ in Intrin.h. by Warren Hunt · 11 years ago
  37. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  38. 8c8bbad Adding intrinsics to the clang front end for the x86 TBM instruction set. by Yunzhong Gao · 11 years ago
  39. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  40. 2e563c2 Fix use-after-free. by Manuel Klimek · 11 years ago
  41. f78bf4a clang-format: Improve alignment after 'return'. by Daniel Jasper · 11 years ago
  42. 70a499d SemaTemplateDeduction.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  43. c6867dd Revert the linkage fix. by Faisal Vali · 11 years ago
  44. 998c518 Remove an unnecessary overload from ASTLambda.h by Faisal Vali · 11 years ago
  45. 99229cd Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  46. 56fe35b Fix windows newlines :( by Faisal Vali · 11 years ago
  47. 097595a Fix misspelling of -fmodules-decluse. by Daniel Jasper · 11 years ago
  48. 2037698 clang-format: Fix assertion on incomplete string literals. by Daniel Jasper · 11 years ago
  49. d6992ab Implement conversion to function pointer for generic lambdas without captures. by Faisal Vali · 11 years ago
  50. 5ada7a5 Add character set related __STDC_* definitions. by Ed Schouten · 11 years ago
  51. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  52. 6ad3cdd Make helper function static. by Benjamin Kramer · 11 years ago
  53. 42572f5 Refactor comment merging. by Benjamin Kramer · 11 years ago
  54. 5c805e9 Separate construction of bi-arch path suffix from construction of by Simon Atanasyan · 11 years ago
  55. 9beaf20 Add compat/extension warnings for init captures. by Richard Smith · 11 years ago
  56. 44868f5 Mark lambda init-captures as complete. by Richard Smith · 11 years ago
  57. 39edfeb Switch from putting init capture VarDecls in the surrounding DeclContext to by Richard Smith · 11 years ago
  58. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  59. 9b072b3 [analyzer] Make inlining decisions based on the callee being variadic. by Jordan Rose · 11 years ago
  60. 97b94cb Typo correction: _int64 -> __int64. by Warren Hunt · 11 years ago
  61. fffce2e Implements some of the more commonly used intrinsics in Intrin.h by Warren Hunt · 11 years ago
  62. 2ceb67a Don't suggest namespaces if the next token is a '.' by Kaelyn Uhrain · 11 years ago
  63. 8a06d8f TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  64. 9fd8024 ObjectiveC migrator. Infer property from getters only by Fariborz Jahanian · 11 years ago
  65. bb79169 Fix a bug where we failed to diagnose class template specialization uses. by Chandler Carruth · 11 years ago
  66. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  67. 629bc52 Mark variable template implementation as complete. Nearly all of the credit by Richard Smith · 11 years ago
  68. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  69. 0f90ee0 Don't give suggest things like function names on the left side of "=". by Kaelyn Uhrain · 11 years ago
  70. 6243f62 Avoid the hard-coded limit on the number of typo corrections attempted. by Kaelyn Uhrain · 11 years ago
  71. 2b17b47 Cache the location of failed typo corrections so that typo correction by Kaelyn Uhrain · 11 years ago
  72. 4fe475a clang-cl: pass /FI options to fallback by Hans Wennborg · 11 years ago
  73. 1b9c537 SourceManager: Open code isInMainFile. by Benjamin Kramer · 11 years ago
  74. dea69a1 Remove method that always returns true. by Rafael Espindola · 11 years ago
  75. d7c47d9 [analyzer] Allow pre/post-statement checkers for UnaryOperator. by Jordan Rose · 11 years ago
  76. 6967e78 Added a comment and another test for the UT_ForIndentation option by Alexander Kornienko · 11 years ago
  77. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  78. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  79. acf8e90 Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth. by Alexander Kornienko · 11 years ago
  80. 6b3ff8c clang-format: Improve formatting of functions with multiple trailing tokens. by Daniel Jasper · 11 years ago
  81. c420e3c AST: Handle multidimensional arrays inside of __uuidof() by David Majnemer · 11 years ago
  82. 48c099f clang-format: Fix formatting bug with comment in weird place. by Daniel Jasper · 11 years ago
  83. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  84. 2add97e NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's miscompilation. by NAKAMURA Takumi · 11 years ago
  85. 5467920 Sema: Respect -fdelayed-template-parsing when parsing constexpr functions by David Majnemer · 11 years ago
  86. 18209a7 Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block. by Craig Topper · 11 years ago
  87. f1ebccd ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTER by Fariborz Jahanian · 11 years ago
  88. 0d4e068 ObjectiveC migrator: function pointer is not an by Fariborz Jahanian · 11 years ago
  89. 35969ea Debug info: Fix a crash when trying to construct a type with redundant by Adrian Prantl · 11 years ago
  90. d7a495c Remove an unused variable - thanks to Nick Lewycky for pointing this out! by Faisal Vali · 11 years ago
  91. a934c31 Fix error recovery when a return type correction includes a new name specifier. by Kaelyn Uhrain · 11 years ago
  92. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  93. e67ebbe Fix a bug in the typo correction replacement location. by Kaelyn Uhrain · 11 years ago
  94. 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
  95. 9a17677 Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive. by Richard Smith · 11 years ago
  96. 0cd6bd6 Mark an impossible path as unreachable to pacify GCC. by Benjamin Kramer · 11 years ago
  97. 146feb0 Remove tabs. by Benjamin Kramer · 11 years ago
  98. 7f270f0 Fix buildbot breakage. by Richard Smith · 11 years ago
  99. 064c3f1 Replace a bool with an enum for clarity, based on review comment from James Dennett. by Richard Smith · 11 years ago
  100. e688ddf If a partial specialization of a member template is declared within a class by Richard Smith · 11 years ago