Age | Commit message (Expand) | Author |
2010-09-02 | Tidy up last commit, as per Devang's comments. | David Chisnall |
2010-09-02 | Improved error reporting in IdempotentOperationChecker | Tom Care |
2010-09-02 | Revert my two IRgen fixes for "bool", then use a far simpler approach | Douglas Gregor |
2010-09-02 | Another i1 vs. i8 type mismatch issue. This time | Fariborz Jahanian |
2010-09-02 | Use the unmangled name for the display name in Objective-C debug info. This ... | David Chisnall |
2010-09-02 | Fix more i1/i8 pointer madness. Here, an overactive assertion | Douglas Gregor |
2010-09-02 | Avoid implicit string construction. | Benjamin Kramer |
2010-09-02 | Fix a crash involving pointer-to-data-members of boolean type. We were | Douglas Gregor |
2010-09-02 | Simplify some random accesses to the ASTContext from the ABI classes. | John McCall |
2010-09-02 | Abstract IR generation of array cookies into the C++ ABI class and | John McCall |
2010-09-02 | Reverting rev 112791 - apparently -fborland-extensions is on all the time?! | Dawn Perchik |
2010-09-02 | update comments. | Zhongxing Xu |
2010-09-02 | Enhance return-stack-address check (in Sema) to handle fields that themselves... | Ted Kremenek |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-09-02 | For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE... | Ted Kremenek |
2010-09-02 | Fixed unused variable warning. | Ted Kremenek |
2010-09-01 | Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test ca... | Ted Kremenek |
2010-09-01 | Translate NEON vmull, vmlal, and vmlsl builtins to llvm multiply-add/sub | Bob Wilson |
2010-09-01 | Don't assert in the analyzer when analyze code does a byte load from a functi... | Ted Kremenek |
2010-09-01 | Fix the source-range information for an EnumConstantDecl; previously, | Douglas Gregor |
2010-09-01 | Don't assert in CastSizeChecker when the casted-to pointee is an incomplete t... | Ted Kremenek |
2010-09-01 | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor |
2010-09-01 | Fix IRGen when property-dot syntax used to access | Fariborz Jahanian |
2010-09-01 | StringRefize. | Benjamin Kramer |
2010-09-01 | Transfer calling-convention attributes down to member function pointers. | Douglas Gregor |
2010-09-01 | add a new version of mingw, patch by İsmail "cartman" Dönmez | Chris Lattner |
2010-09-01 | when emitting an error about a missing } in a compound statement, emit | Chris Lattner |
2010-09-01 | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-09-01 | fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive | Chris Lattner |
2010-09-01 | same refactoring as before, this time on the argument side. | Chris Lattner |
2010-09-01 | refactor some code to cut down on redundancy, no functionality change. | Chris Lattner |
2010-09-01 | Improve location information in the representation of namespace | Douglas Gregor |
2010-08-31 | Prevent warning when built with assert off. | Fariborz Jahanian |
2010-08-31 | Some support for unicode string constants | Fariborz Jahanian |
2010-08-31 | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl |
2010-08-31 | Add NetBSD include search path | Anton Korobeynikov |
2010-08-31 | Amusingly, I missed this point of abstraction in all my earlier | John McCall |
2010-08-31 | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl |
2010-08-31 | Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. | Ted Kremenek |
2010-08-31 | Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it... | Ted Kremenek |
2010-08-31 | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian |
2010-08-31 | Implement basic support for indexing function templates in | Douglas Gregor |
2010-08-31 | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner |
2010-08-31 | improve isHexaLiteral to work with escaped newlines and trigraphs, | Chris Lattner |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-31 | Fix a regression that allowed clearly ill formed code. The diagnostic is still | Chandler Carruth |
2010-08-31 | Revert my lame attempt at appeasing the CFGBuilder | Douglas Gregor |
2010-08-31 | When provide code completions for a variadic Objective-C method | Douglas Gregor |
2010-08-31 | Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr.... | Douglas Gregor |