1. b321c0c fix typo by Chris Lattner · 14 years ago
  2. bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago
  3. af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
  4. 0a3ed31 Rename several methods/functions in the analyzer by Ted Kremenek · 14 years ago
  5. 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
  6. ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
  7. 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
  8. a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
  9. 099ffe8 Tweak a comment by Douglas Gregor · 14 years ago
  10. 4d2abba Delay the check for unexpanded parameter packs in the types of by Douglas Gregor · 14 years ago
  11. 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
  12. 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
  13. 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
  14. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  15. 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 14 years ago
  16. a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
  17. 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
  18. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  19. 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
  20. 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
  21. 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
  22. 46e392a Implement builtins for Neon half-precision float conversions. by Bob Wilson · 14 years ago
  23. 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
  24. e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
  25. cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
  26. 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
  27. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  28. c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 14 years ago
  29. 028d397 Reorganize LookupMemberExpr for clarity and to make the obvious fast paths by John McCall · 14 years ago
  30. de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
  31. fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
  32. f24e54a Silence GCC warning about control reaching the end of the function and explicitly mark that all cases are handled. by Chandler Carruth · 14 years ago
  33. 5e3c67b Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital by John McCall · 14 years ago
  34. bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
  35. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  36. 8cc246c Function types are compatible (in the C sense) if their regparms are identical. by John McCall · 14 years ago
  37. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  38. 8786da7 Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix by John McCall · 14 years ago
  39. 373920b Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found by John McCall · 14 years ago
  40. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  41. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  42. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  43. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  44. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  45. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  46. 6a57746 Reduce the number of builtin operator overload candidates added in certain by Chandler Carruth · 14 years ago
  47. 7b38198 Basic, Sema: add support for CUDA launch_bounds attribute by Peter Collingbourne · 14 years ago
  48. 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
  49. aee543a Move the functionality to mark all vtables of key functions as used within by Chandler Carruth · 14 years ago
  50. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  51. 6d69558 Finish cleaning up the static utility code for adding builtin operator overload by Chandler Carruth · 14 years ago
  52. 38ca8d1 Clean up the helpers used to compute the usual arithmetic conversions' result by Chandler Carruth · 14 years ago
  53. 3c69dc4 Add a comment to a helper function. by Chandler Carruth · 14 years ago
  54. 7b80b4b Sink the logic to suppress builtin operator overloads in the presence of by Chandler Carruth · 14 years ago
  55. abb7184 Reorder the cases in the switch to be more logically grouped (to my mind). If by Chandler Carruth · 14 years ago
  56. c140946 Remove the final goto from this switch making it explict which overload set is by Chandler Carruth · 14 years ago
  57. 32fe0d0 Fold away completely identical code with simple fallthrough. by Chandler Carruth · 14 years ago
  58. fe62274 Move and copy function calls around to remove the indirection through gotos by Chandler Carruth · 14 years ago
  59. daf55d3 Simplify the flow through the switch by explicitly listing the added overloads by Chandler Carruth · 14 years ago
  60. 6df868e Fix 80-column violations and reflowing some code to facilitate those fixes. by Chandler Carruth · 14 years ago
  61. 3a0f3ef Begin the refactoring of how builtin operators are added to the overload by Chandler Carruth · 14 years ago
  62. c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
  63. 96fc8e4 Improved complex constants evaluation. by Abramo Bagnara · 14 years ago
  64. 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
  65. 141e489 Add missing switch case for the quad-register version of the Neon vmul builtin. by Bob Wilson · 14 years ago
  66. a0eb23b Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types. by Bob Wilson · 14 years ago
  67. e005d19 Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver. by Argyrios Kyrtzidis · 14 years ago
  68. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  69. 42499f9 Do not assert on shifts of Neon polynomial types. by Bob Wilson · 14 years ago
  70. 3922ed0 Silence a few more uninitialized-value warnings by Douglas Gregor · 14 years ago
  71. 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
  72. 9913d6e Fix a compiler warning. by Fariborz Jahanian · 14 years ago
  73. 1ab55e9 Eliminate the branching in QualType::getTypePtr() by providing a by Douglas Gregor · 14 years ago
  74. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  75. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  76. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  77. eb0eb49 Use TypeAlignment constant rather than fixed alignment of 8 by Douglas Gregor · 14 years ago
  78. 30daefc Add missing switch case to handle builtin for Neon vqnegq. by Bob Wilson · 14 years ago
  79. c1fa01b LLVM's intrinsics for vpaddl and vpadal have 2 overloaded types. by Bob Wilson · 14 years ago
  80. 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
  81. db67e2f Bind the result of a property fetch to a temporary. by John McCall · 14 years ago
  82. d185035 Neon compare absolute LLVM intrinsics are not overloaded. PR8484. by Bob Wilson · 14 years ago
  83. db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
  84. 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
  85. bfe5788 Refactored/cleanedup ActOnFunctionDeclarator by Fariborz Jahanian · 14 years ago
  86. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  87. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  88. d64f4c1 Gather cached code completions after the first reparse, not after the by Douglas Gregor · 14 years ago
  89. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  90. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  91. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  92. 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
  93. 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
  94. 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
  95. 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
  96. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  97. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  98. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  99. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  100. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago