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