aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko
2012-08-31Revert "[analyzer] Disable diagnostic checking on the buildbot."Jordan Rose
2012-08-30[analyzer] Disable diagnostic checking on the buildbot.Anna Zaks
2012-08-29[analyzer] Fixup 162863.Anna Zaks
2012-08-29[analyzer]Fix typo, unbreak static analyzer BuildBot (at leastAnna Zaks
2012-08-28Automatically use more cores when the test build uses 'make'.Ted Kremenek
2012-08-28Consolidate helper methods and configuration logic. No functionality change.Ted Kremenek
2012-08-28Pass --use-analyzer to scan-build when running within the test harness.Ted Kremenek
2012-08-28experimental.security.taint is now alpha.security.taintTed Kremenek
2012-08-27[analyzer] More internal stats collection.Anna Zaks
2012-08-24[analyzer] Ted fixed the plist-html issue, so the assert can go away.Anna Zaks
2012-08-17[analyzer] Unbreak the static analyzer buildbot.Anna Zaks
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith
2012-08-14Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.Richard Smith
2012-08-14Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtinRichard Smith
2012-08-10Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-07Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek
2012-08-03TableGen: Remove extraneous \ character from arm_neon.h definitions.Jim Grosbach
2012-08-02[analyzer] CmpRuns should include file name in the issue identifier.Anna Zaks
2012-07-26SATestBuild should not ask for non-existent checkers.Jordan Rose
2012-07-26Un-break standalone invocations of CmpRuns.py.Jordan Rose
2012-07-19Remove an unused headerMichael Han
2012-07-16[analyzer] Make CmpRuns external-user friendly.Anna Zaks
2012-07-07Re-apply r159875 with fixes.Ted Kremenek
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-07-05[analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks
2012-07-03clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa...NAKAMURA Takumi
2012-06-20Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Remove redundant uses of SmallStringSean Hunt
2012-06-19Stop abusing StringRef. Fixes the Windows build.Sean Hunt
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2012-06-08[analyzer] Use "issue hash" in CmpRuns; followup on r158180Anna Zaks
2012-06-07Minor comments and changes to clang-completion-mode.el, from David Wood!Douglas Gregor
2012-06-01[analyzer] SATestBuild should execute SVN updates even if Verbose is off.Jordan Rose
2012-06-01[analyzer] Fix SATestAdd to work with SATestBuild.Jordan Rose
2012-05-31Updating the visualizers to include more datatypes. Patch thanks to Jay Blan...Aaron Ballman
2012-05-30TableGen: Remove extraneous '\' at EOL in generated tests.Jim Grosbach
2012-05-22Fix typo.Ted Kremenek
2012-05-22Use Perl prototypes instead of shift.Ted Kremenek
2012-05-21Add basic delta-debugging script used for reducing analyzer crasher test cases.Ted Kremenek
2012-05-16SmallString Visual Studio visualizer by Will Wilson.David Blaikie
2012-05-15Fix our handling of visibility in explicit template instantiations.Rafael Espindola
2012-05-11Teach the parser to deal with multiple spellings for the sameDouglas Gregor