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