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