Age | Commit message (Expand) | Author |
2012-11-16 | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor |
2012-11-16 | Remove unused diagnostics | Douglas Gregor |
2012-11-16 | Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now... | NAKAMURA Takumi |
2012-11-16 | [libclang] When caching code-completion results, pass the CachedCompletionAll... | Argyrios Kyrtzidis |
2012-11-16 | clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now. | NAKAMURA Takumi |
2012-11-16 | CPP Output: Do not emit an enter file marker for the main file. | Daniel Dunbar |
2012-11-16 | Take into account the zero sign bit for positive numbers when computing the bit | Richard Trieu |
2012-11-16 | Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. | Matt Beaumont-Gay |
2012-11-16 | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith |
2012-11-16 | Mention the lldb formatters in the clang wiki under debugging. | Argyrios Kyrtzidis |
2012-11-16 | [ClangDataFormat.py] Add summary for QualType. | Argyrios Kyrtzidis |
2012-11-15 | Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a... | Eli Friedman |
2012-11-15 | PR9903: Recover from a member functon declared with the 'typedef' specifier by | Richard Smith |
2012-11-15 | [analyzer] CmpRuns: move the clang_version info into the run (out of | Anna Zaks |
2012-11-15 | Comment to XML conversion test: correct filename. | Dmitri Gribenko |
2012-11-15 | [analyzer] SATestBuild.py: correctly add -j option for projects using make. | Jordan Rose |
2012-11-15 | Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers) | Dmitri Gribenko |
2012-11-15 | tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes. | Daniel Dunbar |
2012-11-15 | [utils/ClangDataFormat.py] For invalid source locations just return | Argyrios Kyrtzidis |
2012-11-15 | tests: Check that we can output to /dev/fd filesystem. | Daniel Dunbar |
2012-11-15 | [analyzer] Fix a use-after-free introduced in r168019. | Jordan Rose |
2012-11-15 | tests: Add a test for reading from named pipes. | Daniel Dunbar |
2012-11-15 | If an excluded header does not exist, just ignore it | Douglas Gregor |
2012-11-15 | [analyzer] Report leaks at the closing brace of a function body. | Jordan Rose |
2012-11-15 | [analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback. | Jordan Rose |
2012-11-15 | [analyzer] MacOSKeychainAPIChecker: Remove now-unnecessary check::EndPath. | Jordan Rose |
2012-11-15 | [analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback. | Jordan Rose |
2012-11-15 | [analyzer] Mark symbol values as dead in the environment. | Jordan Rose |
2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
2012-11-15 | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis |
2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
2012-11-15 | Comment to XML conversion: convert some tests to use the new [[@LINE]] | Dmitri Gribenko |
2012-11-15 | Remove unused diagnostics from TableGen files. | Dmitri Gribenko |
2012-11-15 | Simplify code. No functionality change. | Benjamin Kramer |
2012-11-15 | Do not cache a pointer to ExprEvalContexts.back(). | Benjamin Kramer |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-15 | [UBSan] Add support for building ubsan runtime library on Linux with 'make'. ... | Alexey Samsonov |
2012-11-15 | Teach the uninitialized field warning about anonymous structs and union members. | Nick Lewycky |
2012-11-15 | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames |
2012-11-15 | Revert r167567, restoring the ability of clang to run gcc in cases where it | Nick Lewycky |
2012-11-15 | Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o... | Richard Trieu |
2012-11-15 | Do not use data recursion in ASTMatchFinder. | Daniel Jasper |
2012-11-15 | [analyzer] Fix test case broken by previous commit. | Jordan Rose |
2012-11-15 | [analyzer] Make sure calls in synthesized functions have valid path locations. | Jordan Rose |
2012-11-15 | [PCH] Reading expressions from attributes should be done using ReadExpr(), | Argyrios Kyrtzidis |
2012-11-15 | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman |
2012-11-15 | Add link to cfe-users mailing list. | Tanya Lattner |
2012-11-15 | Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the | Richard Smith |
2012-11-15 | Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type | Eli Friedman |
2012-11-15 | objective-C blocks: make cc1 flag -encode-extended-block-signature | Fariborz Jahanian |