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