summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines under utils/...Chandler Carruth2012-12-043-7/+5
* [analyzer] SATestBuild.py: allow make builds to disable parallelizationJordan Rose2012-11-261-1/+2
* [analyzer] SATestBuild.py: fix broken string concatenationJordan Rose2012-11-161-2/+2
* [ClangDataFormat.py] Add summary for QualType.Argyrios Kyrtzidis2012-11-161-2/+19
* [analyzer] CmpRuns: move the clang_version info into the run (out ofAnna Zaks2012-11-151-7/+15
* [analyzer] SATestBuild.py: correctly add -j option for projects using make.Jordan Rose2012-11-151-2/+2
* [utils/ClangDataFormat.py] For invalid source locations just returnArgyrios Kyrtzidis2012-11-151-0/+6
* [PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis2012-11-151-1/+1
* [utils/ClangDataFormat.py] Add data formatter for StringRef.Argyrios Kyrtzidis2012-11-141-0/+21
* [utils/ClangDataFormat.py] In the summary of SourceLocation, include whether ...Argyrios Kyrtzidis2012-11-141-2/+5
* Remove the cellspu port.Eric Christopher2012-11-143-6/+0
* [analyzer] Ensure that CmpRuns recursively walks the output directory.Anna Zaks2012-11-141-39/+40
* Remove leftover code.Argyrios Kyrtzidis2012-11-091-3/+0
* Add lldb data formatters for clang classes, starting with SourceLocation.Argyrios Kyrtzidis2012-11-091-0/+116
* [analyzer] Test SimpleStream on the buildbot.Anna Zaks2012-11-021-1/+1
* Don't require exception handling for clang-tblgen.Joerg Sonnenberger2012-10-252-2/+0
* Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger2012-10-254-18/+24
* [Options] Add prefixes to options.Michael J. Spencer2012-10-221-2/+79
* [analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks2012-10-171-16/+20
* [analyzer] Expose clang_version in CmpRunsAnna Zaks2012-10-161-2/+3
* [analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks2012-10-151-19/+40
* Remove pointless classof()'s.Sean Silva2012-10-111-2/+0
* tblgen: Build clang-tblgen without RTTI.Sean Silva2012-10-102-2/+0
* tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva2012-10-104-25/+24
* tblgen: Migrate clang-tblgen to new TableGenMain API.Sean Silva2012-10-031-87/+82
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-0/+1
* Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko2012-09-131-0/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-104-0/+81
* Add handy script for updating plist FileCheck expected output forTed Kremenek2012-09-101-0/+51
* [analyzer] testing: add a build mode to allow C++11 testing.Anna Zaks2012-09-062-16/+22
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-2/+2
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-314-0/+89
* Revert "[analyzer] Disable diagnostic checking on the buildbot."Jordan Rose2012-08-311-8/+6
* [analyzer] Disable diagnostic checking on the buildbot.Anna Zaks2012-08-301-6/+8
* [analyzer] Fixup 162863.Anna Zaks2012-08-291-3/+0
* [analyzer]Fix typo, unbreak static analyzer BuildBot (at leastAnna Zaks2012-08-291-1/+4
* Automatically use more cores when the test build uses 'make'.Ted Kremenek2012-08-281-0/+29
* Consolidate helper methods and configuration logic. No functionality change.Ted Kremenek2012-08-281-34/+46
* Pass --use-analyzer to scan-build when running within the test harness.Ted Kremenek2012-08-281-4/+42
* experimental.security.taint is now alpha.security.taintTed Kremenek2012-08-281-1/+1
* [analyzer] More internal stats collection.Anna Zaks2012-08-271-4/+13
* [analyzer] Ted fixed the plist-html issue, so the assert can go away.Anna Zaks2012-08-241-3/+1
* [analyzer] Unbreak the static analyzer buildbot.Anna Zaks2012-08-171-1/+3
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-161-3/+6
* Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.Richard Smith2012-08-141-2/+2
* Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtinRichard Smith2012-08-141-3/+3
* Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek2012-08-101-4/+12
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek2012-08-071-0/+17
* TableGen: Remove extraneous \ character from arm_neon.h definitions.Jim Grosbach2012-08-031-1/+1