summaryrefslogtreecommitdiffstats
path: root/clang/utils
Commit message (Expand)AuthorAgeFilesLines
* Add the missing line return to align parameters of printPretty.Michael Han2013-01-271-1/+1
* [utils] Kill another no-longer-useful utility script.Daniel Dunbar2013-01-251-117/+0
* [utils] Remove the OptionalTests subdir no one runs.Daniel Dunbar2013-01-254-371/+0
* [utils] Remove C++Tests that I don't think anyone uses anymore.Daniel Dunbar2013-01-2510-333/+0
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-241-0/+1
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-243-21/+148
* clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp.NAKAMURA Takumi2013-01-201-0/+7
* Turns out there is a simpler way of getting a set difference in bash than par...Benjamin Kramer2013-01-141-1/+1
* Speed up find-unused-diagnostics. Now runs in less than a second instead of m...Benjamin Kramer2013-01-121-11/+7
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Error if an anonymous DiagGroup is referenced multiple times.Jordan Rose2013-01-101-2/+119
* [utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from ...Argyrios Kyrtzidis2013-01-091-3/+4
* Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include...Alexander Kornienko2013-01-071-5/+0
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-073-13/+129
* 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
OpenPOWER on IntegriCloud