aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-17Add a comment explaining why r117813 was needed.Dan Gohman
2010-11-17Drop the warning about __attribute__((may_alias)) being usedDan Gohman
2010-11-17When libclang is walking a member access expression, don't walk intoDouglas Gregor
2010-11-17When comparing the source range of a declaration against the region ofDouglas Gregor
2010-11-17Silence warning for "clang -O2 -O0 -c foo.c -o foo.o.Rafael Espindola
2010-11-17Add skeleton for handling various cfg dtors.Zhongxing Xu
2010-11-17When forming the !srcloc mdnode for an inline asm, add the SourceLocations Chris Lattner
2010-11-17adjust for llvm mainline, yay type safetyChris Lattner
2010-11-17a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte Chris Lattner
2010-11-17do not do post checks. Because at this point we just enter the call.Zhongxing Xu
2010-11-17move getSpelling from Preprocessor to Lexer, which it is more conceptually re...Chris Lattner
2010-11-17Remove comments. We are already doing actual method call by inlining it.Zhongxing Xu
2010-11-17propagate preprocessor out of StringLiteralParser. It is nowChris Lattner
2010-11-17push the preprocessor out of EncodeUCNEscapeChris Lattner
2010-11-17move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner
2010-11-17add a static version of PP::AdvanceToTokenCharacter.Chris Lattner
2010-11-17push use of Preprocessor out farther.Chris Lattner
2010-11-17push use of Preprocessor out of getOffsetOfStringByte Chris Lattner
2010-11-17add a static form of the efficient PP::getSpelling method.Chris Lattner
2010-11-17refactor the interface to StringLiteralParser::getOffsetOfStringByte,Chris Lattner
2010-11-17Added mapping from 'this' to it's SymbolicRegion in BasicStoreManager::getIni...Marcin Swiderski
2010-11-17factor some code out to a helper function, no functionality change.Chris Lattner
2010-11-17CursorVisitor: Migrate handling ofTed Kremenek
2010-11-17For an Objective-C @synthesize statement, e.g.,Douglas Gregor
2010-11-17CursorVisitor: migrate handling of CXXUuidofExpr toTed Kremenek
2010-11-17CursorVisitor: migrate handling of UnaryTypeTraitExprTed Kremenek
2010-11-17CursorVisitor: refactor visitation ofTed Kremenek
2010-11-17CursorVisitor: migrate handling ofTed Kremenek
2010-11-17CursorVisitor: migrate handling ofTed Kremenek
2010-11-17CursorVisitor: migrate handling ofTed Kremenek
2010-11-17CursorVisitor: migrate handling ofTed Kremenek
2010-11-17CursorVisitor: Migrate CXXUnresolvedConstructExpr over to data-recursive algo...Ted Kremenek
2010-11-17Add comments.Ted Kremenek
2010-11-17Re-enable test with modifications for Neon vector changes in clang.Bob Wilson
2010-11-17Add support for distros that like x86_64-unknown-linux-gnu.Rafael Espindola
2010-11-17Fixes synthesis of type for the object which holds info.Fariborz Jahanian
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor
2010-11-17Reset the lifetime-managed flag between emission of the agg conditionalJohn McCall
2010-11-17Front-end support for __attribute__((may_alias)). This is notDan Gohman
2010-11-16Support compound complex operations as l-values in C++. Add a testJohn McCall
2010-11-16Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922Argyrios Kyrtzidis
2010-11-16Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leakDouglas Gregor
2010-11-16turned pointers into pointers to const in function parameters in all function...Anton Yartsev
2010-11-16Implements __block API for c++ objects. There is stillFariborz Jahanian
2010-11-16Temporarily disable this check for Neon vector type mangling.Bob Wilson
2010-11-16Static analyzer: Catch calls to malloc() withTed Kremenek
2010-11-16Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.Argyrios Kyrtzidis
2010-11-16MSVC doesn't like the noinline attribute at the end of a declaration. Try the...Benjamin Kramer
2010-11-16Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema!Nico Weber
2010-11-16Remove an unintended restriction on sysroots introduced during the PathChandler Carruth