aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-15Class continuation now has its own property ast forFariborz Jahanian
2010-02-15Test to compile the rewritten file for my last patch.Fariborz Jahanian
2010-02-15Fix a broken rewritin of @implementation keyword.Fariborz Jahanian
2010-02-15Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver.John McCall
2010-02-15Use getLocStart(), instead of getLocEnd(), to record starting location of obj...Devang Patel
2010-02-15reverting back 96242 as it still causes a test failure.Sanjiv Gupta
2010-02-15Re-applying 96173 with corresponding changes in test.Sanjiv Gupta
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-02-15Defer covariance checks for dependent types. Add test cases that also ensureChandler Carruth
2010-02-15Simplify code. If we can reach here, the base must be virtual.Zhongxing Xu
2010-02-15When emitting an aggregate into a temporary, make sure we set the alignmentJohn McCall
2010-02-14clang::Attr objects should be treated as AST nodes as well byTed Kremenek
2010-02-14Add LLVM conventions check that scans for AST elements (types, stmts, decls)Ted Kremenek
2010-02-14Change LLVMConventionsChecker to accept an entire translation unit insteadTed Kremenek
2010-02-14Rework translation unit actions to actually take an entire translation unitTed Kremenek
2010-02-14For the StringRef check, also visit the children of DeclStmts.Ted Kremenek
2010-02-14Place type-checking static methods at type of file (where they will congregate).Ted Kremenek
2010-02-14temporarily revert 96173, it is causing test failures.Chris Lattner
2010-02-14renamed pic16 specifiic macros.Sanjiv Gupta
2010-02-14Don't compute final overriders or build vtables for bases that don't need a v...Anders Carlsson
2010-02-14Pass StringRefs to InsertText/ReplaceText in RewriteObjC and remove a ton of ...Benjamin Kramer
2010-02-14CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar
2010-02-14CIndex: Avoid an unnecessary getLocForEndOfToken call, the region of interestDaniel Dunbar
2010-02-14c-index-test: Unify and always print half-open extents.Daniel Dunbar
2010-02-14c-index-test: Simplify file scanning code.Daniel Dunbar
2010-02-14c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar
2010-02-14CIndex: Simplify (remove provably dead code).Daniel Dunbar
2010-02-14CIndex: Inline CompareRegionOfInterest(CXSourceRange) into sole caller.Daniel Dunbar
2010-02-14Rename translateSourceRange(CXSourceRange) translateCXSourceRange, instead ofDaniel Dunbar
2010-02-14Fix pr6293. If ptr is NULL, no operation is preformed.Zhongxing Xu
2010-02-14Add new static analyzer for checking LLVM coding conventions: -analyzer-check...Ted Kremenek
2010-02-14Two changes to AnalysisConsumer::HandleTopLevelSingleDecl():Ted Kremenek
2010-02-14CIndex: Kill off CXSourceLocationPtr, and AtEnd arguments.Daniel Dunbar
2010-02-14CIndex: Stop hiding magic end bit in CXSourceRange locations where clients can'tDaniel Dunbar
2010-02-14Improve the diagnostic given when referring to a tag type without a tag (in C)John McCall
2010-02-14Build fix.Anders Carlsson
2010-02-14Baby steps towards teaching FinalOverriders about virtual bases.Anders Carlsson
2010-02-14Don't try to layout construction vtables for now.Anders Carlsson
2010-02-14Improve support for non-virtual 'this' pointer adjustments. With this, it sho...Anders Carlsson
2010-02-13Add basic support for simple non-virtual 'this' pointer adjustments.Anders Carlsson
2010-02-13Add support for very simple non-virtual this adjustments in the FinalOverride...Anders Carlsson
2010-02-13Cleanup; remove some duplicated code.Anders Carlsson
2010-02-13Assert if we encounter this adjustments.Anders Carlsson
2010-02-13Start laying out secondary vtables.Anders Carlsson
2010-02-13Merge base offsets and dump them.Anders Carlsson
2010-02-13Don't make return adjustments for pure virtual member functions.Anders Carlsson
2010-02-13Handle virtual bases in return adjustment types.Anders Carlsson
2010-02-13Handle virtual bases in ComputeBaseOffset.Anders Carlsson
2010-02-13Add newline.Daniel Dunbar
2010-02-13More work on covariant return types. We now handle non-virtual adjustments fine.Anders Carlsson