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 |
2009-07-17 |
Argyrios Kyrtzidis | Check whether the IdentifierInfo is null, before using it. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Mike Stump | Make noreturn functions alter the CFG. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Replace Type::getAsReferenceType() with Type::getAs... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Update cf_returns_retained/ns_returns_retained examples... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ted Kremenek | Update test case to use '__has_feature' macro. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Some more ?: for Obj-C tests. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Fix unused variable warnings (with -Asserts) |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Fariborz Jahanian | ir-gen for --/++ operators of objc object pointers |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Add more testing of ?: for Obj-C object types. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | [llvm up] Add support for '#' component of QA_OVERRIDE_... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Add extra print for --time-tests output. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Anton Korobeynikov | Hook in s390x stuff into clang |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Add member template 'Type::getAs<T>', which converts... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Move the source-level CFG from libAST to libAnalysis. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Add 'clang-wpa' to the CMake-based build. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Fariborz Jahanian | Diagnose ++/-- op on objc pointers in |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Chris Lattner | use CreateRuntimeVariable to get __CFConstantStringClas... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Steve Naroff | Cleanup a couple loops and improve a comment (based... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Steve Naroff | Remove ASTContext::isObjCObjectPointerType(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Chris Lattner | codegen string literals using private linkage now like... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Daniel Dunbar | Unbreak build? |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Move RegionStoreManager over to using new |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ted Kremenek | Two changes: |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Fariborz Jahanian | Generate error on declaration containing 'static' and... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Zhongxing Xu | update makefile. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Zhongxing Xu | add copyright comments. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Devang Patel | Enable. Now the LLVM dwarfwriter does not print extra... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Zhongxing Xu | Add a primitive clang whole primitive analyzer tool. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Zhongxing Xu | Commit the initial implementation of call graph building. |
commit | commitdiff | tree | snapshot |
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 |
next |