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