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