Age | Commit message (Expand) | Author |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-07 | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor |
2010-07-07 | Fix an issue with opencl init list checking. | Nate Begeman |
2010-07-07 | When printing statistics for the ASTContext, also print them for its BumpPtrA... | Douglas Gregor |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-07-07 | Fix broken reading of NestedNameSpecifiers from PCH. | Argyrios Kyrtzidis |
2010-07-07 | Delay passing InterestingDecls to the Consumer until when we know we are not ... | Argyrios Kyrtzidis |
2010-07-07 | getBody() -> hasBody() | Argyrios Kyrtzidis |
2010-07-07 | Simplify code and remove comment that is no longer relevant. | Argyrios Kyrtzidis |
2010-07-07 | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis |
2010-07-07 | Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. | Argyrios Kyrtzidis |
2010-07-07 | Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces. | Argyrios Kyrtzidis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-07 | Add memcmp() and bcmp() to CStringChecker. These check for valid access to th... | Jordy Rose |
2010-07-07 | Cleanup on CStringChecker and its associated tests. Also check for null argum... | Jordy Rose |
2010-07-07 | Teach function-try-blocks on constructors and destructors to implicitly | John McCall |
2010-07-07 | implement PR7569, warning about assignment to null, which | Chris Lattner |
2010-07-07 | Don't consider casted non-global pointers to be evaluatable. | John McCall |
2010-07-07 | Change explicit handling of impossible condition to call llvm_unreachable in ... | Tom Care |
2010-07-07 | Silence an annoying GCC warning about use of an uninitialized variable. Even | Chandler Carruth |
2010-07-07 | Use 'llvm_unreachable' to mark impossible code paths so that GCC doesn't | Chandler Carruth |
2010-07-06 | Provide a hook for the benefit of clients using clang IR gen as a subroutine: | John McCall |
2010-07-06 | Fix casts in RegionStore to not always assume that bindings are only to SubRe... | Ted Kremenek |
2010-07-06 | Implement dumpToStream() for NonStaticGlobalSpaceRegion and StaticGlobalSpace... | Ted Kremenek |
2010-07-06 | Add comment noting VLASizeChecker's duty in defining a VLA's extent. | Jordy Rose |
2010-07-06 | Add a new path-sensitive checker for functions in <string.h>, for both null-t... | Jordy Rose |
2010-07-06 | Sort CMake file. | Ted Kremenek |
2010-07-06 | Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope... | Tom Care |
2010-07-06 | Fix multiple emission of the this-> fixit for each instantiation by fixing the | Nick Lewycky |
2010-07-06 | Make CGBuilderTy a typedef again; its functionality has been rolled back | John McCall |
2010-07-06 | Improve the accuracy of getSourceRange() for DeclaratorDecl and | Douglas Gregor |
2010-07-06 | Correctly set the location of the "template" keyword for a class | Douglas Gregor |
2010-07-06 | Remove my egregious hack that forced deserialization of visible | Douglas Gregor |
2010-07-06 | Pacify versions of gcc that think these variables may be used | Duncan Sands |
2010-07-06 | When destroying a cleanup, kill any references to instructions in the entry | John McCall |
2010-07-06 | Added several helper functions to Stmt to recursively check for different ele... | Tom Care |
2010-07-06 | Read/write function template specializations for PCH, properly this time. | Argyrios Kyrtzidis |
2010-07-06 | Add to PCH missing Sema information about VTable uses and dynamic classes. | Argyrios Kyrtzidis |
2010-07-06 | Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ... | Argyrios Kyrtzidis |
2010-07-06 | Read/write instantiated-from-member of EnumDecl for PCH. | Argyrios Kyrtzidis |
2010-07-06 | Add an assertion. | Zhongxing Xu |
2010-07-06 | Collect function definitions in the Indexer when indexing through the ASTs. | Zhongxing Xu |
2010-07-06 | When creating functions to run global initializers and destructors, mark them | John McCall |
2010-07-06 | Remove the now-unused GRState::isEqual method. Instead of asking if an expres... | Jordy Rose |
2010-07-06 | Improve NULL-checking for CFRetain/CFRelease. We now remember that the argume... | Jordy Rose |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-07-06 | Local variables have no linkage, make invalid Entities. | Zhongxing Xu |
2010-07-05 | Generate fewer first class aggregate values for other | Chris Lattner |
2010-07-05 | in the "coerce" case, the ABI handling code ends up making the | Chris Lattner |
2010-07-05 | fix a bug I introduced in r107624 | Chris Lattner |