Age | Commit message (Expand) | Author |
2009-10-13 | Diagnose attempts to add default function arguments to a | Douglas Gregor |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-13 | Improve the internal representation and semantic analysis of friend | Douglas Gregor |
2009-10-13 | Return the original state by default. | Zhongxing Xu |
2009-10-13 | make the diagnostic in the 'unused result' warning more precise | Chris Lattner |
2009-10-13 | Add two utility methods. | Zhongxing Xu |
2009-10-13 | Add an initial implementation of EnterStackFrame() to the StoreManager. | Zhongxing Xu |
2009-10-12 | Implement -Wparentheses: warn about using assignments in contexts that require | John McCall |
2009-10-12 | Use a BumpPtrAllocator to allocate all aspects of CFG, including CFGBlocks, s... | Ted Kremenek |
2009-10-12 | Fixup windows include paths. Patch by John Thompson. | Mike Stump |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-12 | Handle built-in unary operators when reporting ambiguities. | Fariborz Jahanian |
2009-10-12 | Allow BumpVectorContext to conditionally own the underlying BumpPtrAllocator. | Ted Kremenek |
2009-10-12 | Use CanQualType (instead of QualType) to store collection of visible | Fariborz Jahanian |
2009-10-12 | If built-in operators could not be selected because of ambiguity in | Fariborz Jahanian |
2009-10-11 | Test exception spec compatibility on return type and parameters. | Sebastian Redl |
2009-10-10 | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-09 | Efficiency refinements. | Mike Stump |
2009-10-09 | Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() | Axel Naumann |
2009-10-09 | Produce good looking diagnostics on ambiguous built-in operators. | Fariborz Jahanian |
2009-10-09 | Remove unused code. | Zhongxing Xu |
2009-10-09 | Improve on reporting ambiguity involving built-in candidates. | Fariborz Jahanian |
2009-10-08 | Set up include paths for VC++ and Cygwin headers, along with the | Mike Stump |
2009-10-08 | This fixes support for complex literals, reworked to avoid a goto, and | Mike Stump |
2009-10-08 | Fix up error reporting when object cannot be constructed | Fariborz Jahanian |
2009-10-08 | Add code completion support for ObjC property declarations/attributes. | Steve Naroff |
2009-10-08 | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor |
2009-10-08 | Fix an assertion in the XML output, from Olaf Krzikalla! | Douglas Gregor |
2009-10-08 | Improve checking for specializations of member classes of class | Douglas Gregor |
2009-10-08 | For instantiations of static data members of class templates, keep | Douglas Gregor |
2009-10-08 | Compress storage for MemberSpecializationInfo into a single | Douglas Gregor |
2009-10-07 | Keep track of whether a member function instantiated from a member | Douglas Gregor |
2009-10-07 | Refactoring around friend class templates. Better error message for friend e... | John McCall |
2009-10-07 | Type checking for specializations of member functions of class | Douglas Gregor |
2009-10-07 | Fixes problem in finding visible convertion functions of a class | Fariborz Jahanian |
2009-10-07 | Diagnose explicit instantiations and specializations that occur in class scope | Douglas Gregor |
2009-10-07 | Add 'template' keyword to disambiguate the use of a member template within a ... | Ted Kremenek |
2009-10-07 | Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal... | Ted Kremenek |
2009-10-07 | Refactor checking of the scope of explicit template specialization | Douglas Gregor |
2009-10-06 | Fix eof. | Mike Stump |
2009-10-06 | Add codegen for __builtin_abort. Convert to FileCheck. | Mike Stump |
2009-10-06 | Add more of __builtin_abort, WIP, still missing codegen. | Mike Stump |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-10-06 | Add the -nostdclanginc option to clang (the driver). | Rafael Espindola |
2009-10-06 | Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when | Ted Kremenek |
2009-10-06 | Refactor the c++ include path a bit. | Rafael Espindola |
2009-10-05 | This is slightly contentious, but, if llvm has gone to addressable | Mike Stump |
2009-10-05 | Encode the Clang branch and Subversion revision into a PCH file, and | Douglas Gregor |