Age | Commit message (Expand) | Author |
2010-08-03 | Emit weak vtables of non-template classes with hidden visibility. | John McCall |
2010-08-03 | Allow offsets to be negative. Out-of-bound cases are checked elsewhere. We | Zhongxing Xu |
2010-08-03 | Pull the region offset computation logic into a single method. | Zhongxing Xu |
2010-08-03 | Changed GRExprEngine to pass down a reference to itself when checkers are doi... | Tom Care |
2010-08-03 | Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis... | Ted Kremenek |
2010-08-02 | Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to ... | Ted Kremenek |
2010-08-02 | Labels (and case statement) don't create independent scope parents for the | John McCall |
2010-08-02 | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl |
2010-08-02 | Fix another case (this time in JumpScopeChecker) where walking deeply nested ... | Ted Kremenek |
2010-08-02 | Fix idempotent operations false positive caused by ivars not being invalidate... | Ted Kremenek |
2010-08-02 | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall |
2010-08-02 | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor |
2010-08-02 | 'Assumption &A' gets default initialized to 'Possible' if it doesn't exist; n... | Ted Kremenek |
2010-08-02 | Query only the latest version of an identifier in the PCH chain. Make sure th... | Sebastian Redl |
2010-08-02 | Remove mutable data on TagType and InjectedClassNameType, by instead walking ... | Sebastian Redl |
2010-08-02 | Compute width/align of objc builtin types (id, etc) | Fariborz Jahanian |
2010-08-02 | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis |
2010-08-02 | Rename getStdNamespace -> getOrCreateStdNamespace, to better reflect its func... | Argyrios Kyrtzidis |
2010-08-02 | Driver/Darwin: Change where Darwin computes the host version, to normalize tool | Daniel Dunbar |
2010-08-02 | Driver: Have -ccc-host-triple simply override the default in the driver, for | Daniel Dunbar |
2010-08-02 | Driver/Darwin: Inline some constants. | Daniel Dunbar |
2010-08-02 | Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool | Daniel Dunbar |
2010-08-02 | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar |
2010-08-02 | Driver: Give Build{Universal,}Actions access to the default host tool chain. I | Daniel Dunbar |
2010-08-02 | Improve flat store: MemRegion::getAsOffset() computes a region's offset within | Zhongxing Xu |
2010-08-02 | Driver: Add Compilation::addCommand and switch tools to using it, now that we | Daniel Dunbar |
2010-08-02 | Driver: Eliminate PipedJob, which is now unused. | Daniel Dunbar |
2010-08-02 | Driver: Eliminate special InputInfo kind for pipes, it is now unused. | Daniel Dunbar |
2010-08-02 | Driver: Eliminate now unnecessary tool hooks for whether they accept piped in... | Daniel Dunbar |
2010-08-02 | Driver: Simplify. | Daniel Dunbar |
2010-08-02 | Driver: Eliminate now unused argument. | Daniel Dunbar |
2010-08-02 | Driver: Simplify logic for sending 'clang -E t.c' output to stdout. | Daniel Dunbar |
2010-08-02 | Driver: Never try to use piped inputs. | Daniel Dunbar |
2010-08-02 | Driver: Start ripping out support for -pipe, which is worthless and complicates | Daniel Dunbar |
2010-08-01 | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar |
2010-08-01 | Driver: Keep track of a separate "install dir", which is the path where clang | Daniel Dunbar |
2010-08-01 | PR7777: Set EnabledByDefault to something useful, instead of setting it | Eli Friedman |
2010-08-01 | Kill off RequiresGlobalConstructor in favor of isConstantInitializer. | John McCall |
2010-08-01 | Make a first pass at implementing -Wglobal-constructors. I'm worried that this | John McCall |
2010-08-01 | Instantiate attributes from the pattern record when instantiating | John McCall |
2010-08-01 | Fix indentation. | John McCall |
2010-08-01 | Don't consider all local variables in C++ to mandate scope-checking, just | John McCall |
2010-08-01 | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall |
2010-07-31 | Fix fragile-ABI ObjC exceptions in the presence of optimization with | John McCall |
2010-07-31 | Parser: Add support for #pragma align, which is just another spelling of #pragma | Daniel Dunbar |
2010-07-31 | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek |
2010-07-31 | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor |
2010-07-30 | Uncomment unfinished work bailout in IdempotentOperationsChecker. | Tom Care |
2010-07-30 | Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env... | Douglas Gregor |
2010-07-30 | Correctly deal with using names for both functions and structs in chained PCH. | Sebastian Redl |