1. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  2. bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
  3. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  4. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  5. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  6. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  7. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  8. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  9. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  10. 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
  11. abd5fa2 Added forgotten break. by Abramo Bagnara · 12 years ago
  12. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  13. acf0bb4 Add missing comment for mangling. by Nick Lewycky · 12 years ago
  14. 7b2f93c CodeGen: Fix a silly typo when emitting subs of block addresses. by Benjamin Kramer · 12 years ago
  15. 385b91f When mangling an APSInt with the ms abi, make sure to look at all nibbles. by Nico Weber · 12 years ago
  16. c950bc9 While I'm here, resync a %select with the enum definition it selects on. by Nico Weber · 12 years ago
  17. 2225556 Move expression mangling in the microsoft mangler to its own function. by Nico Weber · 12 years ago
  18. 88a374a Replace a default: with an explicit list of cases. No functionality change. by Nico Weber · 12 years ago
  19. d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 12 years ago
  20. 041ce8e Teach getCXXRecordDeclForPointerType about references. by Jordan Rose · 12 years ago
  21. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  22. 01cad02 Fix treatment of case which came up on std-proposals@: 'void' is permitted in core constant expressions, despite not being a literal type. by Richard Smith · 12 years ago
  23. bbff82f Move isObjCSelf into Expr. by Anna Zaks · 12 years ago
  24. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  25. 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
  26. 70d38f3 Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by Tijl Coosemans! by Richard Smith · 12 years ago
  27. 65eaecf Clean up part of template type diffing. Moved repeated code to separate by Richard Trieu · 12 years ago
  28. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  29. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
  30. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  31. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  32. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  33. d498f38 Improve upon r164450 and localize the logic of updating the type of by Argyrios Kyrtzidis · 12 years ago
  34. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  35. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  36. 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
  37. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  38. f0fdefc When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can point to the by Argyrios Kyrtzidis · 12 years ago
  39. 6ddca84 Fix build errors. by Argyrios Kyrtzidis · 12 years ago
  40. ac70c1a [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don't pass by Argyrios Kyrtzidis · 12 years ago
  41. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  42. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  43. ec504e0 Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 12 years ago
  44. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  45. 66dfef1 In StringLiteral::setString make sure that we copy the number of by Argyrios Kyrtzidis · 12 years ago
  46. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  47. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  48. cca1780 Convert a few more getAs cases to castAs where we immediately call a member function. by Ted Kremenek · 12 years ago
  49. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  50. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  51. a13cdf4 Switch a SmallPtrSet/SmallVector pair over to SetVector. by Douglas Gregor · 12 years ago
  52. 116bb09 Fix buffer overflow. by Eli Friedman · 12 years ago
  53. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  54. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  55. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  56. 4a66557 RawCommentList: don't copy the whole new RawComment to LastComment each time. by Dmitri Gribenko · 12 years ago
  57. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  58. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  59. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  60. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  61. 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 12 years ago
  62. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  63. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  64. 12603e2 [ms-inline asm] Fix an illegal index and an 80-column violation. by Chad Rosier · 12 years ago
  65. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  66. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  67. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  68. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  69. 7aaa167 Remove windows line endings. by Benjamin Kramer · 12 years ago
  70. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  71. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  72. c24a76e Comment HTML tag name machers: move from StringSwitch to an efficient by Dmitri Gribenko · 12 years ago
  73. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  74. 482466b Switch a couple getAs uses to castAs. by Eli Friedman · 12 years ago
  75. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  76. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  77. 48def65 Move TLS check from LValueExprEvaluator::VisitVarDecl to by Hans Wennborg · 12 years ago
  78. 29f431b Fix r162835 as per Richard's comments. by Hans Wennborg · 12 years ago
  79. ae7a66f The address of a TLS var is not compile-time constant (PR13720) by Hans Wennborg · 12 years ago
  80. 00d1637 [ms-inline asm] Have generateAsmString() return the AsmString computed by Sema. by Chad Rosier · 12 years ago
  81. 89fb6d7 [ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute by Chad Rosier · 12 years ago
  82. 9252701 [ms-inline asm] Use dyn_cast<> here to simplify logic. by Chad Rosier · 12 years ago
  83. aba59aa [ms-inline asm] Make the AsmStmt class non-virtual. by Chad Rosier · 12 years ago
  84. 4c3b8a3 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
  85. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 12 years ago
  86. c4fb221 [ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs by Chad Rosier · 12 years ago
  87. 33f0558 [ms-inline asm] Add virtual function, getClobber, that returns a StringRef. by Chad Rosier · 12 years ago
  88. 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
  89. da083b2 [ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with by Chad Rosier · 12 years ago
  90. 066ef86 [ms-inline asm] Hoist common logic into the AsmStmt base class. by Chad Rosier · 12 years ago
  91. 728581e [ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt by Chad Rosier · 12 years ago
  92. efe97d6 Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov! by John McCall · 12 years ago
  93. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  94. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  95. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  96. be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
  97. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  98. 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 12 years ago
  99. 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
  100. 7dd8860 Attaching comments to decls: since it was decided that Decl::isImplicit should by Dmitri Gribenko · 12 years ago