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. 2e219b8 Microsoft's __uuidof operator returns a lvalue. Part 2. by Francois Pichet · 14 years ago
  7. ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
  8. 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
  9. 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
  10. a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
  11. 099ffe8 Tweak a comment by Douglas Gregor · 14 years ago
  12. 4d2abba Delay the check for unexpanded parameter packs in the types of by Douglas Gregor · 14 years ago
  13. 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
  14. 01dbb3b Revert r121961, which seems to be breaking the buildbots and my local tests. by Douglas Gregor · 14 years ago
  15. 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
  16. 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
  17. 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
  18. 48263ba CMake: Add runtime dir. by Michael J. Spencer · 14 years ago
  19. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  20. 66cdf26 Update for LLVM API change. by Daniel Dunbar · 14 years ago
  21. 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 14 years ago
  22. a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
  23. 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
  24. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  25. 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
  26. 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
  27. 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
  28. 46e392a Implement builtins for Neon half-precision float conversions. by Bob Wilson · 14 years ago
  29. 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
  30. e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
  31. c11e1d7 Teach the RecursiveASTVisitor to traverse the type-location by Douglas Gregor · 14 years ago
  32. cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
  33. 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
  34. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  35. 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
  36. 028d397 Reorganize LookupMemberExpr for clarity and to make the obvious fast paths by John McCall · 14 years ago
  37. de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
  38. fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
  39. 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
  40. dda0c0d Fix gcc warning: 'clang::ASTStmtReader' is already a friend of 'clang::OverloadExpr' by Nico Weber · 14 years ago
  41. 5e3c67b Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital by John McCall · 14 years ago
  42. bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
  43. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  44. 8cc246c Function types are compatible (in the C sense) if their regparms are identical. by John McCall · 14 years ago
  45. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  46. 8786da7 Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix by John McCall · 14 years ago
  47. ed37836 Minor fix for clang-completion-mode, from Dve Abrahams by Douglas Gregor · 14 years ago
  48. 373920b Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found by John McCall · 14 years ago
  49. d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 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. 54eeba7 Generalize this test to work without instruction names. by Dan Gohman · 14 years ago
  54. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  55. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  56. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  57. 1192fff Remove a type that got reduced away from this test case but not actually deleted. by Chandler Carruth · 14 years ago
  58. e7f8504 Fix PR8774 by restricting when hasInit returns true. Previously, it by Chandler Carruth · 14 years ago
  59. 6a57746 Reduce the number of builtin operator overload candidates added in certain by Chandler Carruth · 14 years ago
  60. 7b38198 Basic, Sema: add support for CUDA launch_bounds attribute by Peter Collingbourne · 14 years ago
  61. 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
  62. aee543a Move the functionality to mark all vtables of key functions as used within by Chandler Carruth · 14 years ago
  63. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  64. 6d69558 Finish cleaning up the static utility code for adding builtin operator overload by Chandler Carruth · 14 years ago
  65. 38ca8d1 Clean up the helpers used to compute the usual arithmetic conversions' result by Chandler Carruth · 14 years ago
  66. 3c69dc4 Add a comment to a helper function. by Chandler Carruth · 14 years ago
  67. 7b80b4b Sink the logic to suppress builtin operator overloads in the presence of by Chandler Carruth · 14 years ago
  68. abb7184 Reorder the cases in the switch to be more logically grouped (to my mind). If by Chandler Carruth · 14 years ago
  69. c140946 Remove the final goto from this switch making it explict which overload set is by Chandler Carruth · 14 years ago
  70. 32fe0d0 Fold away completely identical code with simple fallthrough. by Chandler Carruth · 14 years ago
  71. fe62274 Move and copy function calls around to remove the indirection through gotos by Chandler Carruth · 14 years ago
  72. daf55d3 Simplify the flow through the switch by explicitly listing the added overloads by Chandler Carruth · 14 years ago
  73. 6df868e Fix 80-column violations and reflowing some code to facilitate those fixes. by Chandler Carruth · 14 years ago
  74. 3a0f3ef Begin the refactoring of how builtin operators are added to the overload by Chandler Carruth · 14 years ago
  75. c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
  76. 96fc8e4 Improved complex constants evaluation. by Abramo Bagnara · 14 years ago
  77. 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
  78. 141e489 Add missing switch case for the quad-register version of the Neon vmul builtin. by Bob Wilson · 14 years ago
  79. a0eb23b Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types. by Bob Wilson · 14 years ago
  80. e005d19 Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver. by Argyrios Kyrtzidis · 14 years ago
  81. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  82. 5e36210 Make RecursiveASTVisitor traverse a ObjCMethodDecl. by Argyrios Kyrtzidis · 14 years ago
  83. 42499f9 Do not assert on shifts of Neon polynomial types. by Bob Wilson · 14 years ago
  84. 3922ed0 Silence a few more uninitialized-value warnings by Douglas Gregor · 14 years ago
  85. 5aea91b Silence a GCC unitialized-value warning by Douglas Gregor · 14 years ago
  86. 4472fc6 Replace two QualType::getTypePtrOrNull() calls with by Douglas Gregor · 14 years ago
  87. 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
  88. 9913d6e Fix a compiler warning. by Fariborz Jahanian · 14 years ago
  89. 1ab55e9 Eliminate the branching in QualType::getTypePtr() by providing a by Douglas Gregor · 14 years ago
  90. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  91. c3c0af3 Silence GCC warning about comparisons between enumerators of different types by Douglas Gregor · 14 years ago
  92. 7e36988 Another dummy commit to check GIT mirroring by Anton Korobeynikov · 14 years ago
  93. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  94. 55270e4 Update ExtQuals comment to reflect the expansion of the fast qualifiers by Douglas Gregor · 14 years ago
  95. 34e80e9 Optimize memory usage of FunctionProtoType on MSVC. by John McCall · 14 years ago
  96. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  97. eb0eb49 Use TypeAlignment constant rather than fixed alignment of 8 by Douglas Gregor · 14 years ago
  98. 7872d48 Fixed version of 121435. by Rafael Espindola · 14 years ago
  99. 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
  100. 30daefc Add missing switch case to handle builtin for Neon vqnegq. by Bob Wilson · 14 years ago