Age | Commit message (Expand) | Author |
2010-06-15 | Update equality and relationship comparisons of pointers to reflect | Douglas Gregor |
2010-06-15 | Remove a completely useless and utterly incorrect assertion. | Douglas Gregor |
2010-06-15 | Teach code completion not to ignore data members when performing code | Douglas Gregor |
2010-06-15 | tidy up | Chris Lattner |
2010-06-15 | Allocate template parameter lists for out-of-line definitions via the | Douglas Gregor |
2010-06-15 | Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> | Douglas Gregor |
2010-06-15 | When analyzing for member self-assignment, don't attempt to dereference null | Nick Lewycky |
2010-06-14 | Warn when a 'typename' or a 'template' keyword refers to a | Douglas Gregor |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-13 | TemplateSpecializationType's isCurrentInstantiation bit can be derived | John McCall |
2010-06-13 | Most of NEON sema checking & fix to polynomial type detection | Nate Begeman |
2010-06-12 | Added template parameters info for out-of-line definitions of class template ... | Abramo Bagnara |
2010-06-12 | Don't omit class explicit instantiation from AST. | Abramo Bagnara |
2010-06-12 | When deciding whether an expression has the boolean nature, don't look through | John McCall |
2010-06-11 | Allow pseudo-destructors to be called on qualified pointers. Patch by | John McCall |
2010-06-11 | Conversions from Objective C object pointers to bool are "pointer conversions | John McCall |
2010-06-11 | Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so | Jeffrey Yasskin |
2010-06-11 | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-06-10 | Another chunk of the new RecursiveASTVisitor implementation: switch the return | Chandler Carruth |
2010-06-09 | Commit my WIP on constexpr support. This commit: an XFAILed test and treating... | Sebastian Redl |
2010-06-09 | Fix two typos in comments. | Sebastian Redl |
2010-06-09 | Added inherited info to template and non-type arguments of templates. | Abramo Bagnara |
2010-06-09 | Major redesign of the RecursiveASTVisitor. This implements the majority of the | Chandler Carruth |
2010-06-09 | Added FixIt support to printf format string checking. | Tom Care |
2010-06-09 | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor |
2010-06-09 | Implement transpose/zip/unzip & table lookup. | Nate Begeman |
2010-06-08 | When referring to a tag that was previously declared only as a friend, | Douglas Gregor |
2010-06-08 | A built-in overload candidate is consider a non-template function when | Douglas Gregor |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-06-08 | Warn about comparisons between arrays and improve self-comparison | Douglas Gregor |
2010-06-08 | Fixes a typo which prevented proper code gen. for | Fariborz Jahanian |
2010-06-08 | Implement a warning when converting the literal 'false' to a | Douglas Gregor |
2010-06-08 | Since the enum values for each arch's builtins overlap, it is not appropriate... | Nate Begeman |
2010-06-08 | Extend __builtin_shufflevector to expose the full power of the llvm shuffleve... | Nate Begeman |
2010-06-07 | When using property-dot assignment syntax to call a setter method, | Fariborz Jahanian |
2010-06-07 | Use MaybeCreateCXXExprWithTemporaries for potential destruction of | Fariborz Jahanian |
2010-06-07 | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin |
2010-06-05 | Simplify the methods for creating a pointer, reference, member-pointer, | John McCall |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-06-05 | Add an extension to avoid an error when a global template has the same name as | Jeffrey Yasskin |
2010-06-04 | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall |
2010-06-04 | When deciding whether reinterpret_cast casts away constness we need to look a... | Anders Carlsson |
2010-06-04 | Build AST for copy-construction of copied-in | Fariborz Jahanian |
2010-06-04 | Remember type source information for Objective C property declarations. | John McCall |
2010-06-04 | Preserve more information from a block's original function declarator, if one | John McCall |
2010-06-04 | Restructure how we interpret block-literal declarators. Correctly handle | John McCall |
2010-06-04 | Don't insert in lexical context implicit definitions of static member instances. | Abramo Bagnara |
2010-06-04 | When checking for equality of template parameter lists, a template | Douglas Gregor |