2009-07-16 |
Steve Naroff | Avoid crashing for the enclosed test case. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Use utility method to create 0-index into ElementRegion. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Fariborz Jahanian | Fixed a stinko which caused an ast-print test failure. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Handle some more fallout with the conversion of using... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Fariborz Jahanian | #ifdef'ed out -ast-print of destructors which caused |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Fariborz Jahanian | Added ASTs to destructor decl AST for default destructi... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Fix <rdar://problem/7062158> by having BasicStoreManage... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Lexically order files in CMakeLists.txt files. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Reapply r75764: [llvm up] Switch to using the new Targe... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Steve Naroff | Remove cast from test case (cast was incorrectly added... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Steve Naroff | Remove default argument, since it isn't being used... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Argyrios Kyrtzidis | Revert r75764 "[llvm up] Switch to using the new Target... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Argyrios Kyrtzidis | Add comments to indicate why RUN lines are below the... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Steve Naroff | Add a "t". |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Steve Naroff | Implement the ObjC pseudo built-in types as clang ... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Dan Gohman | Update for raw_fd_ostream API changes. raw_fd_ostream... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Daniel Dunbar | [llvm up] Switch to using the new TargetRegistry. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zhongxing Xu | Delete extra whitespaces. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zhongxing Xu | rewrite the logic to make it follow the comments more... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Enhance RegionStore's reasoning about Objective-C ivars... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zhongxing Xu | Use utility method. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zhongxing Xu | Add getName() method to Entity. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Relax assertion. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | More test cases revealed that the logic in StoreManager... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ted Kremenek | Introduced the notion of a "derived symbol" using the... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Handle cast of 'ObjCObjectRegion' in StoreManager:... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Added a FIXME and prevent crash when listing |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Split out 'test2' into an i386 and x86_64 file, illustr... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Owen Anderson | Update for LLVM API change, and contextify a bunch... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | This test currently only passes for 32-bit archs. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Fixed a bug in building ctor-initializer AST. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Eli Friedman | Remove -ftraditional option, which gcc doesn't actually... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Devang Patel | Revert 75648 for now. It is causing test failures. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Enhance RegionStoreManager to handle 'Retrieve's from... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | fix fallout of the LLVM codegen switching to formatted_... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Tweak pretty-printing of CompoundVal to make it more... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Build AST for default ctor-initializer when constructor has |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Support data members of array type in default |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Moved a FIXME to where it was meant to be. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Steve Naroff | Introduce Type::isAnyPointerType() and convert all... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fariborz Jahanian | Patch to build AST for ctor's initializer list according to |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | [llvm up] adjust to match mainline. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Anders Carlsson | Rename RecordLayout.h to ASTRecordLayout.h |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Revert r75614 which depend on r75610 (for LLVM), which... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Steve Naroff | Add a "TypeSpecStartLoc" to FieldDecl. Patch contribute... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Alisdair Meredith | Fix the build |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Alisdair Meredith | Basic support for C++0x unicode types. Support for... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | use new name for method. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Move the RUN lines on the same file but below the code... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | In Stmt::printPretty(), pass the SourceManager to dump(). |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Handle redeclarations properly at the index-test tool. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Introduce redecl_iterator, used for iterating over... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Introduce FunctionDecl::getLatestDeclaration() and... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Introduce FunctionDecl::getFirstDeclaration() and VarDe... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Add a C++ indexing test case, where we show the referen... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | For C++ overloaded operator calls, set the source locat... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | For index-test, if the ASTLocation points at a CallExpr... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Read/write a CXXOperatorCallExpr from/to PCH files. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Fixes for a couple of things: |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Handle struct fields through the index-test tool. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Move the test input source code to a separate file. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | In ResolveLocationInAST, handle locations that are... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | In DeclReferenceMap, map FieldDecls to the MemberExprs... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Read/write TagDecl's RBraceLoc from/to PCH files. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Pass the right brace SourceLocation from the Parser... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Argyrios Kyrtzidis | Add the SourceLocation for the right brace in TagDecl. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Devang Patel | Use LLVM mangler to get mangled name for debug info... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Dunbar | Update debug info generation for ObjCObjectPointer... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Zhongxing Xu | Instead of recovering from a wrong invalidation, this... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Devang Patel | I just revertd llvm patch. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ted Kremenek | Add basic checking for passing NULL to CFRetain/CFRelea... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Owen Anderson | Update for API change. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Tidy pretty-printing for SVals, using 'dump()' instead... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | When pretty-printing symbolic regions, use '{' ...... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fariborz Jahanian | Fixes a minor bug in pretty printing of ctor defs. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Change pretty-printing API for SymExprs and MemRegions... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ted Kremenek | Enhance SimpleSValuator::EvalBinOpNN to recognize the... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Explicitly initialize the options array, MinGW's gcc... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | There is no need to value initialize this array. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Remove superfluous call to getAsPointerType()... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Make stdin for test scripts empty, so that tests don... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Sema::CheckAdditionOperands(): Use Type::getPointeeType... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | New testcase for rev 75503. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | add netbsd support, patch by Krister Kalfridsson! |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fariborz Jahanian | Added pretty-printing support for constructor definition. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | - Improve comment for Type::getPointeeType(). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Steve Naroff | Fix 5 issues from Chris's feedback on http://llvm.org... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Update debug info type cache after fwd decl is replaced... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | minor cleanups, reduce nesting of if's with early return. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | fix file headers. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | fix typo in file headers. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | document the diagnostics pragmas, patch by Louis Gerbarg! |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | add push/pop semantics for diagnostics. Patch by Louis... |
commit | commitdiff | tree | snapshot |
next |