aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2009-10-17Add IdentiferInfo::getNameStr() -> StringRef.Daniel Dunbar
2009-10-17Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...Ted Kremenek
2009-10-17Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor
2009-10-16Patch to clean up and improve visual display ofFariborz Jahanian
2009-10-16While writing source-location entries to a PCH file, go through anDouglas Gregor
2009-10-16Allow TypeLocs to be fully initialized with a single SourceLocation. ThisJohn McCall
2009-10-16Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall
2009-10-16Add an accessor to extra the type directly from a DeclaratorInfoJohn McCall
2009-10-16Make CIndex and c-index-test a little bit more robust. The onlyDouglas Gregor
2009-10-16Provide 'static' version of BinaryOperator::isShiftOp().Ted Kremenek
2009-10-16Keep track of whether declararions were loaded from a precompiledDouglas Gregor
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor
2009-10-16Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors.Anders Carlsson
2009-10-16Add a ToVoid cast kind and start using it.Anders Carlsson
2009-10-16retain/release checker: Stop tracking reference counts for any symbols touche...Ted Kremenek
2009-10-16Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall
2009-10-15ConcreteTypeLoc subclasses which call getInnerTypeLoc() should get aJohn McCall
2009-10-15Make sure temporary files get unlinked.Steve Naroff
2009-10-15Simplify checking of explicit template specialization/explicitDouglas Gregor
2009-10-15Check the interactions between explicit instantiations and templateDouglas Gregor
2009-10-15Diagnose explicit instantiations of function templates and memberDouglas Gregor
2009-10-15More explicit template instantiation. Now we're checking for moreDouglas Gregor
2009-10-15Complete some unfinished comments.John McCall
2009-10-15Better living through metaprogramming. Create a base class which abstractsJohn McCall
2009-10-14CheckTemplateSpecializationScope isn't going to be used for explicitDouglas Gregor
2009-10-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-10-14Give explicit and implicit instantiations of static data members ofDouglas Gregor
2009-10-14Testing and some minor fixes for explicit template instantiation.Douglas Gregor
2009-10-14Add support for having different c++ search dirs with -m32 and -m64. So farRafael Espindola
2009-10-14Have the exception specification checkers take partial diagnostics. Use this ...Sebastian Redl
2009-10-14Use partial diagnostics properly in call to RequireCompleteType. Among other ...Sebastian Redl
2009-10-14Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion.Zhongxing Xu
2009-10-14fix some cfstring related issues: Chris Lattner
2009-10-14* Remove unused GRState* parameterZhongxing Xu
2009-10-14Handle ambiguity of reference initialization.Fariborz Jahanian
2009-10-13Improve diagnostics when the parser encounters a declarator with anDouglas Gregor
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-10-13Turn -Wparentheses on by default.John McCall
2009-10-13Diagnose attempts to add default function arguments to aDouglas Gregor
2009-10-13When explicitly specializing a member that is a template, mark theDouglas Gregor
2009-10-13Improve the internal representation and semantic analysis of friendDouglas Gregor
2009-10-13Return the original state by default.Zhongxing Xu
2009-10-13make the diagnostic in the 'unused result' warning more preciseChris Lattner
2009-10-13Add two utility methods.Zhongxing Xu
2009-10-13Add an initial implementation of EnterStackFrame() to the StoreManager.Zhongxing Xu
2009-10-12Implement -Wparentheses: warn about using assignments in contexts that requireJohn McCall
2009-10-12Use a BumpPtrAllocator to allocate all aspects of CFG, including CFGBlocks, s...Ted Kremenek
2009-10-12Fixup windows include paths. Patch by John Thompson.Mike Stump
2009-10-12Diagnose the declaration of explicit specializations after an implicitDouglas Gregor
2009-10-12Handle built-in unary operators when reporting ambiguities.Fariborz Jahanian