summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Remove leftover code.Argyrios Kyrtzidis2012-11-09
* Add lldb data formatters for clang classes, starting with SourceLocation.Argyrios Kyrtzidis2012-11-09
* [analyzer] Test SimpleStream on the buildbot.Anna Zaks2012-11-02
* Don't require exception handling for clang-tblgen.Joerg Sonnenberger2012-10-25
* Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger2012-10-25
* [Options] Add prefixes to options.Michael J. Spencer2012-10-22
* [analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks2012-10-17
* [analyzer] Expose clang_version in CmpRunsAnna Zaks2012-10-16
* [analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks2012-10-15
* Remove pointless classof()'s.Sean Silva2012-10-11
* tblgen: Build clang-tblgen without RTTI.Sean Silva2012-10-10
* tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva2012-10-10
* tblgen: Migrate clang-tblgen to new TableGenMain API.Sean Silva2012-10-03
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-22
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-13
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Add handy script for updating plist FileCheck expected output forTed Kremenek2012-09-10
* [analyzer] testing: add a build mode to allow C++11 testing.Anna Zaks2012-09-06
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-06
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-31
* Revert "[analyzer] Disable diagnostic checking on the buildbot."Jordan Rose2012-08-31
* [analyzer] Disable diagnostic checking on the buildbot.Anna Zaks2012-08-30
* [analyzer] Fixup 162863.Anna Zaks2012-08-29
* [analyzer]Fix typo, unbreak static analyzer BuildBot (at leastAnna Zaks2012-08-29
* Automatically use more cores when the test build uses 'make'.Ted Kremenek2012-08-28
* Consolidate helper methods and configuration logic. No functionality change.Ted Kremenek2012-08-28
* Pass --use-analyzer to scan-build when running within the test harness.Ted Kremenek2012-08-28
* experimental.security.taint is now alpha.security.taintTed Kremenek2012-08-28
* [analyzer] More internal stats collection.Anna Zaks2012-08-27
* [analyzer] Ted fixed the plist-html issue, so the assert can go away.Anna Zaks2012-08-24
* [analyzer] Unbreak the static analyzer buildbot.Anna Zaks2012-08-17
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-16
* Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.Richard Smith2012-08-14
* Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtinRichard Smith2012-08-14
* Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek2012-08-10
* Add missing cctype includes.Joerg Sonnenberger2012-08-10
* Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek2012-08-07
* TableGen: Remove extraneous \ character from arm_neon.h definitions.Jim Grosbach2012-08-03
* [analyzer] CmpRuns should include file name in the issue identifier.Anna Zaks2012-08-02
* SATestBuild should not ask for non-existent checkers.Jordan Rose2012-07-26
* Un-break standalone invocations of CmpRuns.py.Jordan Rose2012-07-26
* Remove an unused headerMichael Han2012-07-19
* [analyzer] Make CmpRuns external-user friendly.Anna Zaks2012-07-16
* Re-apply r159875 with fixes.Ted Kremenek2012-07-07
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-07
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-06
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06
* [analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks2012-07-05
* clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa...NAKAMURA Takumi2012-07-03
* Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt2012-06-20