aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-11-15[utils/ClangDataFormat.py] For invalid source locations just returnArgyrios Kyrtzidis
2012-11-15[PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis
2012-11-14[utils/ClangDataFormat.py] Add data formatter for StringRef.Argyrios Kyrtzidis
2012-11-14[utils/ClangDataFormat.py] In the summary of SourceLocation, include whether ...Argyrios Kyrtzidis
2012-11-14Remove the cellspu port.Eric Christopher
2012-11-14[analyzer] Ensure that CmpRuns recursively walks the output directory.Anna Zaks
2012-11-09Remove leftover code.Argyrios Kyrtzidis
2012-11-09Add lldb data formatters for clang classes, starting with SourceLocation.Argyrios Kyrtzidis
2012-11-02[analyzer] Test SimpleStream on the buildbot.Anna Zaks
2012-10-25Don't require exception handling for clang-tblgen.Joerg Sonnenberger
2012-10-25Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-17[analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks
2012-10-16[analyzer] Expose clang_version in CmpRunsAnna Zaks
2012-10-15[analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-10tblgen: Build clang-tblgen without RTTI.Sean Silva
2012-10-10tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva
2012-10-03tblgen: Migrate clang-tblgen to new TableGenMain API.Sean Silva
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko
2012-09-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-10Add handy script for updating plist FileCheck expected output forTed Kremenek
2012-09-06[analyzer] testing: add a build mode to allow C++11 testing.Anna Zaks
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
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