aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-16Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor
2012-11-16Remove unused diagnosticsDouglas Gregor
2012-11-16Revert 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-16clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now.NAKAMURA Takumi
2012-11-16CPP Output: Do not emit an enter file marker for the main file.Daniel Dunbar
2012-11-16Take into account the zero sign bit for positive numbers when computing the bitRichard Trieu
2012-11-16Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater.Matt Beaumont-Gay
2012-11-16A step towards sorting out handling of triviality of special members in C++11.Richard Smith
2012-11-16Mention the lldb formatters in the clang wiki under debugging.Argyrios Kyrtzidis
2012-11-16[ClangDataFormat.py] Add summary for QualType.Argyrios Kyrtzidis
2012-11-15Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a...Eli Friedman
2012-11-15PR9903: Recover from a member functon declared with the 'typedef' specifier byRichard Smith
2012-11-15[analyzer] CmpRuns: move the clang_version info into the run (out ofAnna Zaks
2012-11-15Comment 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-15Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers)Dmitri Gribenko
2012-11-15tests: 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 returnArgyrios Kyrtzidis
2012-11-15tests: 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-15tests: Add a test for reading from named pipes.Daniel Dunbar
2012-11-15If an excluded header does not exist, just ignore itDouglas 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-15block extended signatur option. Change previous optionFariborz 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 itArgyrios Kyrtzidis
2012-11-15Comment to XML conversion: convert some tests to use the new [[@LINE]]Dmitri Gribenko
2012-11-15Remove unused diagnostics from TableGen files.Dmitri Gribenko
2012-11-15Simplify code. No functionality change.Benjamin Kramer
2012-11-15Do not cache a pointer to ExprEvalContexts.back().Benjamin Kramer
2012-11-15Use 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-15Teach the uninitialized field warning about anonymous structs and union members.Nick Lewycky
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames
2012-11-15Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky
2012-11-15Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o...Richard Trieu
2012-11-15Do 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-15Fix a trivial bool-related bug I spotted while skimming David Fang'sEli Friedman
2012-11-15Add link to cfe-users mailing list.Tanya Lattner
2012-11-15Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith
2012-11-15Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the typeEli Friedman
2012-11-15objective-C blocks: make cc1 flag -encode-extended-block-signatureFariborz Jahanian