Age | Commit message (Expand) | Author |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-30 | Add support for the C11 _Alignof keyword. | Jordan Rose |
2012-06-29 | In Sema::ClassifyName, try to avoid nonsensical corrections to | Kaelyn Uhrain |
2012-06-29 | Add a fix-it hint note to -Wunique-enum to suggest that the last element gets | Richard Trieu |
2012-06-29 | fix a typo in my last commit. I thought I recompiled, | Fariborz Jahanian |
2012-06-29 | objc diagnostic: pass IdentifierInfo* to the diagnostic system | Fariborz Jahanian |
2012-06-29 | Avoid redundant error when redefining a function as deleted. | David Blaikie |
2012-06-29 | Change condition to be the same as in SemaTemplateInstantiate. | Nico Weber |
2012-06-29 | When a builtin that requires a constant is given a type- or | Douglas Gregor |
2012-06-29 | Teach the __is_trivially_assignable and __is_trivially_constructible | Douglas Gregor |
2012-06-28 | Warn on self-assignment to member variables. PR13104. | Nico Weber |
2012-06-28 | Warn on weak properties declared in protocols as well. | Jordan Rose |
2012-06-27 | objective-c mrc: Issue warning for mrc, as is done for arc, when | Fariborz Jahanian |
2012-06-27 | Refactoring after r159290: don't hold onto and check a misleading QualType. | Richard Smith |
2012-06-27 | Check for non-POD vararg argument type after default argument promotion, not | Richard Smith |
2012-06-27 | patch to suggest 'static' function should be 'static inline' | Fariborz Jahanian |
2012-06-27 | Implement John McCall's review of r159212 other than the this pointer not | Rafael Espindola |
2012-06-27 | Fix a crash I introduced in r159212. | Rafael Espindola |
2012-06-26 | Whitespace. | Chad Rosier |
2012-06-26 | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola |
2012-06-25 | Give L__FUNCTION__ the right type in templates. PR13206. | Nico Weber |
2012-06-25 | PR12937: Explicitly deleting an explicit template specialization. | David Blaikie |
2012-06-25 | Unrevert r158887, reverted in r158949, along with a fix for the bug which | Richard Smith |
2012-06-25 | Make explicit specializations at class scope work | Nico Weber |
2012-06-23 | objective-c: issue deprecation/unavailability warnings for methods called on | Fariborz Jahanian |
2012-06-23 | Support the tls_model attribute (PR9788) | Hans Wennborg |
2012-06-23 | Support L__FUNCTION__ in microsoft mode, PR11789 | Nico Weber |
2012-06-22 | Perform typo correction for base class specifiers. | Kaelyn Uhrain |
2012-06-22 | Show fixit for unqualified calls to methods of dependent bases | Nico Weber |
2012-06-22 | Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ | Dmitri Gribenko |
2012-06-22 | Documentation cleanup: making \param and \returns docs match the code. | James Dennett |
2012-06-22 | Documentation cleanup: making \param docs match the code. | James Dennett |
2012-06-22 | Diagnostics cleanup: Fixing \params to match the code. | James Dennett |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-06-22 | Documentation cleanup: turn "//" into "///" for a Doxygen comment. | James Dennett |
2012-06-21 | Revert r158887. This fixes pr13168. | Rafael Espindola |
2012-06-21 | objective-c: If an ivar is (1) the first ivar in a root class and (2) named `... | Fariborz Jahanian |
2012-06-21 | PR13165: False positive when initializing member data pointers with NULL. | David Blaikie |
2012-06-21 | Pretend that enum constants have enum type when inferring a block return type. | Jordan Rose |
2012-06-21 | Don't warn for -Wstatic-in-inline if the used function is also inline. | Jordan Rose |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-21 | If an object (such as a std::string) with an appropriate c_str() member function | Richard Smith |
2012-06-20 | objc: tweak my last patch to warn if class extension | Fariborz Jahanian |
2012-06-20 | objective-c: Normally, a property cannot be both 'readonly' and having a | Fariborz Jahanian |
2012-06-20 | Allow unqualified lookup of non-dependent member functions | Nico Weber |
2012-06-20 | Whitespace. | Chad Rosier |
2012-06-20 | Remove -Winternal-linkage-in-inline in C++. | Jordan Rose |
2012-06-20 | [ms-style asm] Change the fatal error to an extension warning. Apparently, this | Chad Rosier |
2012-06-20 | objc: improved diagnostic when property autosynthesis may cause | Fariborz Jahanian |
2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |