Age | Commit message (Expand) | Author |
2011-01-11 | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor |
2011-01-11 | Set unnamed_addr in VTTs. | Rafael Espindola |
2011-01-11 | Implement partial ordering of class template partial specializations | Douglas Gregor |
2011-01-11 | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola |
2011-01-11 | Add unnamed_addr to vtables. | Rafael Espindola |
2011-01-11 | Add back 122079 so we can ignore the argument some more. | Eric Christopher |
2011-01-11 | [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods... | Argyrios Kyrtzidis |
2011-01-11 | [analyzer] Support post-visiting ObjCIvarRefExprs for checkers. | Argyrios Kyrtzidis |
2011-01-11 | [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention... | Argyrios Kyrtzidis |
2011-01-11 | [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently... | Argyrios Kyrtzidis |
2011-01-11 | Add another test for [temp.func.order]p5/[temp.deduct.partial]p11, | Douglas Gregor |
2011-01-11 | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor |
2011-01-11 | Remove special handling for opaque Neon vector types. | Bob Wilson |
2011-01-11 | Remove ProgramPoint parameter from GenericNodeBuilder::generateNode(). | Ted Kremenek |
2011-01-11 | Add example from C++0x [temp.deduct.type]p21, which already works | Douglas Gregor |
2011-01-11 | Added warning about invalid register specification for local variables. | Abramo Bagnara |
2011-01-11 | In Microsoft mode, force 64 bit hex integer constants to signed type if the L... | Francois Pichet |
2011-01-11 | Microsoft integer suffix changes: | Francois Pichet |
2011-01-11 | Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace cl... | Francois Pichet |
2011-01-11 | Rework ExprEngine::processCFGBlockEntrance() | Ted Kremenek |
2011-01-11 | Remove several silly methods from ento::CoreEngine | Ted Kremenek |
2011-01-11 | Ensure that the result type of an Objective-C class message send is | Douglas Gregor |
2011-01-11 | When mapping from a function parameter pack to the set of function | Douglas Gregor |
2011-01-11 | Rename misc. methods in ento::Worklist to start | Ted Kremenek |
2011-01-11 | Rename misc. methods in GRSubEngine to start | Ted Kremenek |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-11 | Replace all uses of PathV1::isDirectory with PathV2::fs::is_directory. | Michael J. Spencer |
2011-01-11 | Make sure that we parse a '>>' that closes two template argument lists | Douglas Gregor |
2011-01-11 | When we're inside a functional cast, '>' is an operator. Fixes PR8912. | Douglas Gregor |
2011-01-11 | Fix debug info for __block variable referenced outside of block. | Devang Patel |
2011-01-11 | Add testing for unexpanded parameter packs in all of the C++ | Douglas Gregor |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2011-01-10 | Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. | Bob Wilson |
2011-01-10 | Only traverse template argument locations if we actually have explicit | Matt Beaumont-Gay |
2011-01-10 | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola |
2011-01-10 | Implement more of C++0x [temp.arg.explicit]p9, allowing extension of | Douglas Gregor |
2011-01-10 | Fix a comment typo. | Bob Wilson |
2011-01-10 | NEON vector support for ARM is in pretty good shape now. Update the docs. | Bob Wilson |
2011-01-10 | Repent for my copy-and-paste sins, factoring out the code that forms | Douglas Gregor |
2011-01-10 | Factor out the code to set up template argument deduction for a set of | Douglas Gregor |
2011-01-10 | Remove dead code. | Zhongxing Xu |
2011-01-10 | Fix CMakeLists.txt. | Zhongxing Xu |
2011-01-10 | Revert r123160. There are linking dependency problems. | Zhongxing Xu |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-10 | Unbreak the CMake build. | Douglas Gregor |
2011-01-10 | ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory. | Zhongxing Xu |
2011-01-10 | Add some expression kinds to CheckerVisitor.def. | Zhongxing Xu |
2011-01-10 | In C++, assignment and compound assignment operators return an lvalue. | Zhongxing Xu |
2011-01-10 | The isPrefix() checking is redundant. Lvalue incremental/decremental expressions | Zhongxing Xu |
2011-01-10 | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer |