1. 926c4b4 Partial fix for PR7267 based on comments by John McCall on an earlier patch. by Chandler Carruth · 14 years ago
  2. 2389324 Suppress diagnosing access violations while looking up deallocation functions by Chandler Carruth · 14 years ago
  3. f9d5bac Use TypeSourceInfo to help determine the SourceRange of a CXXNewExpr. This fixes several by Ted Kremenek · 14 years ago
  4. 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 14 years ago
  5. fba9e8f Add comment for my last patch. by Fariborz Jahanian · 14 years ago
  6. 7d99e98 Fixes a regression when redeclaration of a global satic by Fariborz Jahanian · 14 years ago
  7. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  8. 1984eb9 String literals enclosed in parentheses are still string literals. Fixes PR7488. by Douglas Gregor · 14 years ago
  9. 0061962 Vector types are not arithmetic types, either. Note that we now ban by Douglas Gregor · 14 years ago
  10. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  11. 0c293ea Type Type::isRealFloatingType() that vectors are not floating-point by Douglas Gregor · 14 years ago
  12. 8eee119 Change Type::isFloatingType() to reflect the actual definition of a by Douglas Gregor · 14 years ago
  13. 7c5b109 Don't allow vector conversions to sneak in under the guise of by Douglas Gregor · 14 years ago
  14. f3a7b7c In C++, allow a declaration of an enum to follow a definition of that by Douglas Gregor · 14 years ago
  15. 83c9abc Apply array-to-pointer decay when instantiating a MemberExpr. Fixes by Douglas Gregor · 14 years ago
  16. 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 14 years ago
  17. 43dec6b Alter the internal representation of the condition variable in by Douglas Gregor · 14 years ago
  18. f918b83 Zero out a stale pointer by Douglas Gregor · 14 years ago
  19. 45f9b7e Bug 7377: printf checking fails to flag some undefined behavior by Tom Care · 14 years ago
  20. 9f967c5 IRGen for implementation of init-priority attribute. by Fariborz Jahanian · 14 years ago
  21. 2bf6d7b Fixes a corner case bug whereby declaring and defining an extern variable in a by Fariborz Jahanian · 14 years ago
  22. b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 14 years ago
  23. 96fb42e A trivial fix for a test case that's too horrible to commit. Fixes by Douglas Gregor · 14 years ago
  24. 521f12d Implements Sema part of init_priority(priority) attribute (radar 8076356) - wip. by Fariborz Jahanian · 14 years ago
  25. 8e19890 Don't complain about missing field initializers when the initializer by Douglas Gregor · 14 years ago
  26. d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 14 years ago
  27. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  28. 949bd4b Do not treat @selector as lvalue (unlike g++). Patch by Nico Weber (pr7390). by Fariborz Jahanian · 14 years ago
  29. e4ee966 Bug 7377: Fixed several bad printf format string bugs. by Tom Care · 14 years ago
  30. e2872d0 When pushing a copy of the TypeLoc information for a dependent by Douglas Gregor · 14 years ago
  31. 1ec8ef7 Use UnaryOperator as the representation of dependent expressions when by Douglas Gregor · 14 years ago
  32. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  33. 170e508 fix some more gcc3.4 constness warnings by Gabor Greif · 14 years ago
  34. a23326b Generate arm_neon.inc in include/clang/Basic, which provides: by Nate Begeman · 14 years ago
  35. d69ec16 Remove last of the bool shifts for MS VC++, patch by dimitry andric by Nate Begeman · 14 years ago
  36. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  37. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 14 years ago
  38. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
  39. da59e09 C return types must be complete as well. by Fariborz Jahanian · 14 years ago
  40. d426662 Make sure result type of objc++ message expression is by Fariborz Jahanian · 14 years ago
  41. d27e50c Don't poke at an undefined class type of a field. Fixes PR7355. by Douglas Gregor · 14 years ago
  42. a2dd828 Downgrade the error when using a typedef in the nested-name-specifier by Douglas Gregor · 14 years ago
  43. 8e2eab2 Fixed conflict between objc_memmove_collectable builtin by Fariborz Jahanian · 14 years ago
  44. 3956b1a If a non-dependent base class initializer fails to match any direct or by Douglas Gregor · 14 years ago
  45. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  46. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  47. 52a0275 Fix the build. Using declarations should not be considering when looking by John McCall · 14 years ago
  48. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  49. 9d3347a Give Type::isIntegralType() an ASTContext parameter, so that it by Douglas Gregor · 14 years ago
  50. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  51. ff2d05f Workaround a possible VS C++ bug. by Fariborz Jahanian · 14 years ago
  52. 55bcace Patch adds support for copying of those by Fariborz Jahanian · 14 years ago
  53. 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 14 years ago
  54. 410a1da Remove a completely useless and utterly incorrect assertion. by Douglas Gregor · 14 years ago
  55. 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 14 years ago
  56. 7dc480f tidy up by Chris Lattner · 14 years ago
  57. c722ea4 Allocate template parameter lists for out-of-line definitions via the by Douglas Gregor · 14 years ago
  58. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 14 years ago
  59. 43ad182 When analyzing for member self-assignment, don't attempt to dereference null by Nick Lewycky · 14 years ago
  60. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
  61. 61eecf5 Add some missing shifts by Nate Begeman · 14 years ago
  62. 71d74bc TemplateSpecializationType's isCurrentInstantiation bit can be derived by John McCall · 14 years ago
  63. 0d15c53 Most of NEON sema checking & fix to polynomial type detection by Nate Begeman · 14 years ago
  64. 9b93488 Added template parameters info for out-of-line definitions of class template methods. by Abramo Bagnara · 14 years ago
  65. c98971d Don't omit class explicit instantiation from AST. by Abramo Bagnara · 14 years ago
  66. 6907fbe When deciding whether an expression has the boolean nature, don't look through by John McCall · 14 years ago
  67. 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 14 years ago
  68. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  69. 258de30 Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so by Jeffrey Yasskin · 14 years ago
  70. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  71. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  72. e3e210c Another chunk of the new RecursiveASTVisitor implementation: switch the return by Chandler Carruth · 14 years ago
  73. 7378012 Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. by Sebastian Redl · 14 years ago
  74. 515ddd8 Fix two typos in comments. by Sebastian Redl · 14 years ago
  75. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  76. dfc35e3 Major redesign of the RecursiveASTVisitor. This implements the majority of the by Chandler Carruth · 14 years ago
  77. 3bfc5f4 Added FixIt support to printf format string checking. by Tom Care · 14 years ago
  78. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  79. 1c2a88c Implement transpose/zip/unzip & table lookup. by Nate Begeman · 14 years ago
  80. e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 14 years ago
  81. ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 14 years ago
  82. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  83. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  84. d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 14 years ago
  85. d7c7338 Fixes a typo which prevented proper code gen. for by Fariborz Jahanian · 14 years ago
  86. d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 14 years ago
  87. 26a3142 Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. by Nate Begeman · 14 years ago
  88. 37b6a57 Extend __builtin_shufflevector to expose the full power of the llvm shufflevector instruction. This means it can now be used for vector truncation and concatenation. This will be used for the ARM NEON implementation. by Nate Begeman · 14 years ago
  89. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  90. 310b1c4 Use MaybeCreateCXXExprWithTemporaries for potential destruction of by Fariborz Jahanian · 14 years ago
  91. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  92. 2865474 Simplify the methods for creating a pointer, reference, member-pointer, by John McCall · 14 years ago
  93. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  94. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  95. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  96. 52647c6 When deciding whether reinterpret_cast casts away constness we need to look at array qualifiers. Fixes rdar://problem/8018292. by Anders Carlsson · 14 years ago
  97. 59da45a Build AST for copy-construction of copied-in by Fariborz Jahanian · 14 years ago
  98. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  99. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 14 years ago
  100. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 14 years ago