Age | Commit message (Expand) | Author |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-07-08 | Makes RecursiveASTVisitor traverse the type of a temporary object | Zhanyong Wan |
2010-07-08 | During code completion, give the "nil" and "NULL" macros the same | Douglas Gregor |
2010-07-08 | Allow C-style casts and reinterpret_casts between block pointers and | Douglas Gregor |
2010-07-08 | PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight | Eli Friedman |
2010-07-08 | Handle forward declarations properly in debug info. | Devang Patel |
2010-07-08 | Add missing whitespace. | Ted Kremenek |
2010-07-08 | When performing substitution of template arguments within the body of | Douglas Gregor |
2010-07-08 | Update checker build. | Ted Kremenek |
2010-07-08 | Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclR... | Argyrios Kyrtzidis |
2010-07-08 | Support TemplateTemplateParmDecl for PCH. | Argyrios Kyrtzidis |
2010-07-08 | Bowing to popular demand, reduce the "comma at end of enumerator list" | Douglas Gregor |
2010-07-08 | Apparently the {{$}} hack doesn't work on Windows; I am saddened but not | John McCall |
2010-07-08 | For TagType and TemplateSpecializationType, isDependent calculation may be in... | Argyrios Kyrtzidis |
2010-07-08 | Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH. | Argyrios Kyrtzidis |
2010-07-08 | Fix reading of UsingDecl from PCH. | Argyrios Kyrtzidis |
2010-07-08 | Remove unused protected constructor of DeclRefExpr. | Argyrios Kyrtzidis |
2010-07-08 | Wrap the new ext-warn on extraneous comma on the last entry of an enumerator | Chandler Carruth |
2010-07-08 | Add support for differentiating between attributes ignored when handled and | Chandler Carruth |
2010-07-08 | Tweak documentation to mention Debug+Asserts. | Duncan Sands |
2010-07-08 | Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind | John McCall |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-08 | allow this to pass on 32-bit hosts. | Chris Lattner |
2010-07-08 | fix the clang side of PR7437: EmitAggregateCopy | Chris Lattner |
2010-07-08 | filecheckize this test. | Chris Lattner |
2010-07-07 | Fix a few errors in the internals doc. | Sebastian Redl |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | fix PR4499, patch by Kyle Dean! | Chris Lattner |
2010-07-07 | Rip out the C++0x-specific handling of destructor names. The specification is... | Sebastian Redl |
2010-07-07 | A using declaration can redeclare a typedef to the same type. These | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-07 | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor |
2010-07-07 | Fix an issue with opencl init list checking. | Nate Begeman |
2010-07-07 | Changes how the TypeLoc traverser invokes the Type traverser: before, | Zhanyong Wan |
2010-07-07 | When printing statistics for the ASTContext, also print them for its BumpPtrA... | Douglas Gregor |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-07-07 | Fix broken reading of NestedNameSpecifiers from PCH. | Argyrios Kyrtzidis |
2010-07-07 | Delay passing InterestingDecls to the Consumer until when we know we are not ... | Argyrios Kyrtzidis |
2010-07-07 | getBody() -> hasBody() | Argyrios Kyrtzidis |
2010-07-07 | Simplify code and remove comment that is no longer relevant. | Argyrios Kyrtzidis |
2010-07-07 | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis |
2010-07-07 | Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. | Argyrios Kyrtzidis |
2010-07-07 | Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces. | Argyrios Kyrtzidis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-07 | Add memcmp() and bcmp() to CStringChecker. These check for valid access to th... | Jordy Rose |
2010-07-07 | A Release-Asserts build is now called a Release build. | Duncan Sands |
2010-07-07 | Cleanup on CStringChecker and its associated tests. Also check for null argum... | Jordy Rose |
2010-07-07 | Teach function-try-blocks on constructors and destructors to implicitly | John McCall |
2010-07-07 | implement PR7569, warning about assignment to null, which | Chris Lattner |
2010-07-07 | Don't consider casted non-global pointers to be evaluatable. | John McCall |