aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-25Track whether an AggValueSlot is potentially aliased, and do notJohn McCall
2011-08-25Don't warn on category implementing a method, if Fariborz Jahanian
2011-08-25Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor
2011-08-25Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-25objc - fix a bug exposed by my recent decl contextFariborz Jahanian
2011-08-25Clean up the reloading of identifier information following the load ofDouglas Gregor
2011-08-25Preload source location entries as soon as we've loaded a particularDouglas Gregor
2011-08-25Reverse r138567 until a buildbot failure is investigated.Fariborz Jahanian
2011-08-25Move file validation in the ASTReader from "top of chain" validationDouglas Gregor
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor
2011-08-25Use stronger typing for the flags on AggValueSlot and requireJohn McCall
2011-08-25Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may beArgyrios Kyrtzidis
2011-08-25Teach -Wunreachable-code about dead code caused by macro expansions. This sh...Ted Kremenek
2011-08-25Switch ASTReader::GetHeaderFileInfo() from a walk over the moduleDouglas Gregor
2011-08-25Switch the forward walk through the module chain over to a depth-firstDouglas Gregor
2011-08-25Fixes a typo in my last patch.Fariborz Jahanian
2011-08-25objc -arse: Use DeclGroup for forward class declarations;Fariborz Jahanian
2011-08-25[driver] Do not add -kext to the link command line when compiling with Chad Rosier
2011-08-25Remove a bogus assertion from the AST reader, which assumed thatDouglas Gregor
2011-08-25Use the module manager's search facility to look for methods with aDouglas Gregor
2011-08-25[analyzer] Move the leak bugs from CFRefCount to RetainReleaseChecker, with a...Jordy Rose
2011-08-25[analyzer] MacOSKeychainAPIChecker: Cleanup AllocationState structure.Anna Zaks
2011-08-25Add support for Microsoft __ptr32 keyword. Francois Pichet
2011-08-25[analyzer] Move the easy bug types from CFRefCount to RetainReleaseChecker.Jordy Rose
2011-08-25[analyzer] MacOSKeychainAPIChecker: Add the custom BugReport visitor(which hi...Anna Zaks
2011-08-25[analyzer] Move the RetainSummaryManager from CFRefCount to RetainReleaseChec...Jordy Rose
2011-08-25blocks - capturing logic of byref block variable's expression Fariborz Jahanian
2011-08-24[analyzer] Better fix for the "missing return" error, from Ted.Jordy Rose
2011-08-24[analyzer] Silence another incorrect warning ("control reaches end of non-voi...Jordy Rose
2011-08-24[analyzer] Remove experimental FIXME that never actually applied to the code ...Jordy Rose
2011-08-24[analyzer] CFRefReport and friends no longer depend on CFRefCount.Jordy Rose
2011-08-24Remove long-dead FIXMEDouglas Gregor
2011-08-24[analyzer] Do not use references in std::pair.Anna Zaks
2011-08-24Don't force the complete deserialization of the visible-declarationsDouglas Gregor
2011-08-24[analyzer] Unbreak the release buildbot.Anna Zaks
2011-08-24Introduce a depth-first search of modules into the module manager,Douglas Gregor
2011-08-24Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...Ivan Krasin
2011-08-24[analyzer] MacOSKeychainAPIChecker: Provide reacher diagnostic trace by point...Anna Zaks
2011-08-24[analyzer] Silence an (incorrect) uninitialized variable warning, caught by C...Jordy Rose
2011-08-24[analyzer] Copy GC mode setting from CFRefCount to RetainReleaseChecker in pr...Jordy Rose
2011-08-24Silence 'may be used uninitialized' warnings.Argyrios Kyrtzidis
2011-08-24[analyzer] Allow checker writes to specify that no region should be accosiate...Anna Zaks
2011-08-24Add PNaCl TargetInfo.Ivan Krasin
2011-08-24[analyzer] Remove unused DoNothingByRef and the special case for CFDictionary...Jordy Rose
2011-08-24In the AST reader, switch name lookup within a DeclContect over to theDouglas Gregor
2011-08-24[analyzer] Slightly clean up the fix in 138432, so that it doesn't depend on ...Jordy Rose
2011-08-24Thread safety: Fix a few typos in last commit -- use LockID instead of Lock i...Caitlin Sadowski
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng
2011-08-24Reset FirstID (first diagnostic's file ID) to allow for invocations of the Ve...Axel Naumann