Age | Commit message (Expand) | Author |
2011-08-25 | Track whether an AggValueSlot is potentially aliased, and do not | John McCall |
2011-08-25 | Don't warn on category implementing a method, if | Fariborz Jahanian |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | objc - fix a bug exposed by my recent decl context | Fariborz Jahanian |
2011-08-25 | Clean up the reloading of identifier information following the load of | Douglas Gregor |
2011-08-25 | Preload source location entries as soon as we've loaded a particular | Douglas Gregor |
2011-08-25 | Reverse r138567 until a buildbot failure is investigated. | Fariborz Jahanian |
2011-08-25 | Move file validation in the ASTReader from "top of chain" validation | Douglas Gregor |
2011-08-25 | Factor the Module and ModuleManager classes out into separate headers | Douglas Gregor |
2011-08-25 | Use stronger typing for the flags on AggValueSlot and require | John McCall |
2011-08-25 | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis |
2011-08-25 | Teach -Wunreachable-code about dead code caused by macro expansions. This sh... | Ted Kremenek |
2011-08-25 | Switch ASTReader::GetHeaderFileInfo() from a walk over the module | Douglas Gregor |
2011-08-25 | Switch the forward walk through the module chain over to a depth-first | Douglas Gregor |
2011-08-25 | Fixes a typo in my last patch. | Fariborz Jahanian |
2011-08-25 | objc -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-25 | Remove a bogus assertion from the AST reader, which assumed that | Douglas Gregor |
2011-08-25 | Use the module manager's search facility to look for methods with a | Douglas 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-25 | Add 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-25 | blocks - 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-24 | Remove long-dead FIXME | Douglas Gregor |
2011-08-24 | [analyzer] Do not use references in std::pair. | Anna Zaks |
2011-08-24 | Don't force the complete deserialization of the visible-declarations | Douglas Gregor |
2011-08-24 | [analyzer] Unbreak the release buildbot. | Anna Zaks |
2011-08-24 | Introduce a depth-first search of modules into the module manager, | Douglas Gregor |
2011-08-24 | Follow 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-24 | Silence '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-24 | Add PNaCl TargetInfo. | Ivan Krasin |
2011-08-24 | [analyzer] Remove unused DoNothingByRef and the special case for CFDictionary... | Jordy Rose |
2011-08-24 | In the AST reader, switch name lookup within a DeclContect over to the | Douglas Gregor |
2011-08-24 | [analyzer] Slightly clean up the fix in 138432, so that it doesn't depend on ... | Jordy Rose |
2011-08-24 | Thread safety: Fix a few typos in last commit -- use LockID instead of Lock i... | Caitlin Sadowski |
2011-08-24 | Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. | Evan Cheng |
2011-08-24 | Reset FirstID (first diagnostic's file ID) to allow for invocations of the Ve... | Axel Naumann |