2009-07-21 |
Argyrios Kyrtzidis | Change the semantics for Entity. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ryan Flynn | define __STDC_VERSION__ processor token for c94 |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Use temporary output to avoid running index-test with... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Implement the virtual getNextRedeclaration() for ObjCMe... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Add an assertion for the return value of Decl::getNextR... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Remove the ObjCCategoryImpls vector from Sema class. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Remove Sema::LookupObjCImplementation and replace it... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | - Introduce ASTContext::getObjCImplementation() and... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Handle references from ObjCIvarRefExprs. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Argyrios Kyrtzidis | Add '\n' to the end of error message. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Mike Stump | Add yet more analysis for CFGs involving conditionals... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Fariborz Jahanian | Move EmitCtorPrologue to CGCXX. Add an assert and FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Enhanced IsReinterpreted() (RegionStore.cpp) to reason... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Fariborz Jahanian | Improve message for bad destructor decl. Per Doug's... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Fariborz Jahanian | Early ir-gen for constructor prologue. This is on going. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Douglas Gregor | Reuse VarDecl::Init to store the default argument of... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | This test now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Enhance GRExprEngine::EvalBind to handle some implicit... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Enhance SimpleSValuator to handle nonloc::LocAsInteger... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Mike Stump | Remove an apparently unused forward class decl. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Mike Stump | Remove an apparently unused header. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Add XFAILED test. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Add FIXME. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Douglas Gregor | When a field is variable-sized or is an array with... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Update DataflowSolver to handle the case where a succes... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Douglas Gregor | Improve GCC compatibility by allowing static tentative... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Ted Kremenek | Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Steve Naroff | 5 cleanups to ObjCObjectPointerType work: |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Fariborz Jahanian | Issue a more descriptive diagnostics when mis-declaring |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Zhongxing Xu | The children statements might be NULL. Check for this... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Ted Kremenek | Implement FIXME in pretty-printing for StringRegions. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Ted Kremenek | Improve debug pretty-printing for ObjCIVarRegions. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Chris Lattner | enhance the goto checker to reject jumps across __block... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Catch another trivial case where we can avoid emitting... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Detect when the current generation point is unreachable... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Avoid generation of dead code in a few more situations. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Add include needed for MSVC. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Anders Carlsson | Handle layout of non-virtual base classes. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | Refactor field layout into a separate function. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | Rename NextOffset to DataSize, which better matches... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | Migrate over to the record layout builder. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Introduce ASTLocation::getReferencedDecl(), for getting... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Handle invalid ASTLocations instead of asserting. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | More layout builder work. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | Add a new ASTRecordLayoutBuilder class. Not used yet. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Daniel Dunbar | Disable this test for now, it has been crashing on... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Anders Carlsson | Revert r75641. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Steve Naroff | Fix typo from r76321. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Steve Naroff | Remove ObjCQualifiedInterfaceType:-) |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Sebastian Redl | Fix RUN line to not litter the test directory. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Sebastian Redl | svn:ignore the build directories |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Sebastian Redl | Rename file in preparation of properly implementing... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Sebastian Redl | Enhance testing of overriding exception specs for inacc... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Zhongxing Xu | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Introduce a redecl_iterator in Decl class, so that... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Introduce the Redeclarable template class, which serves... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Remove StmtLocResolver::VisitObjCIvarRefExpr, it was... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Don't add a SourceLocation for 'self' if it does not... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Zhongxing Xu | Replace stmt visitors with the fall back method. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Ted Kremenek | Fix crash in StoreManager::NewCastRegion() when handlin... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Ted Kremenek | Return CodeTextRegions for BlockPointerTypes in additio... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Ted Kremenek | Add test case for bug fix in r76262. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Ted Kremenek | Fix some fallout from CFGBuilder restructuring: all... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Remove getFirstDeclaration/getLatestDeclaration from... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Remove ASTContext::getCanonicalDecl() and use Decl... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Move the functionality of ASTContext::getCanonicalDecl... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Resolve a location that is inside an ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Make ASTLocation accept a Stmt that is inside an ObjCMe... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Search through all Decls that are DeclContexts. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Set ObjCMethodDecl's EndLoc to the '}' when it's a... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Location should be passed to setLocEnd() not to setAtEn... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Argyrios Kyrtzidis | Add getSourceRange() methods for ObjC Decls. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | fix objc codegen to not have its own list of things... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | This takes a long time to crash, just disable it for... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Fix caching bug revealed by analyzing ClamAV using... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Fix possible null dereference in CFG construction. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Remove bogus check. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Add error message when clang-cc cannot be found. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Restructure CFG builder to have just one visitor path... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Move WalkAST logic for 'ChooseExpr' to 'VisitChooseExpr'. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Move WalkAST logic for 'ConditionalOperator' into ... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Daniel Dunbar | Fix indentation / trailing white space. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Remove stale comments. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Per offline discussion with Steve Naroff, add back... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | clean up this code, add the fixme back. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Chris Lattner | objc methods can't be an operand to callexpr. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Rename Entity::getName() to Entity::getPrintableName... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | As suggested by Argyrios, revert r76159 and make "FindI... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Refactor code into a new CallExpr::getDirectCallee... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | CallGraph: add a bunch of stmt visitors. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | Relax the assertion in ASTLocation's ctor: if the decl... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zhongxing Xu | CallGraph: |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Mike Stump | Fixup indentation of rest of switch statement to match... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Replaced Type::getAsLValueReferenceType(), Type::getAsR... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Argyrios Kyrtzidis | If we are not doing a Debug build, no need for the... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Argyrios Kyrtzidis | ObjCCategoryImplDecl and ObjCImplementation do not... |
commit | commitdiff | tree | snapshot |
next |