summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* [analyzer] CmpRuns should include file name in the issue identifier.Anna Zaks2012-08-021-17/+26
* SATestBuild should not ask for non-existent checkers.Jordan Rose2012-07-261-1/+1
* Un-break standalone invocations of CmpRuns.py.Jordan Rose2012-07-261-1/+1
* Remove an unused headerMichael Han2012-07-191-1/+0
* [analyzer] Make CmpRuns external-user friendly.Anna Zaks2012-07-162-45/+63
* Re-apply r159875 with fixes.Ted Kremenek2012-07-071-10/+229
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-071-228/+10
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-061-10/+228
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+6
* [analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks2012-07-051-0/+75
* clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa...NAKAMURA Takumi2012-07-031-1/+1
* Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt2012-06-201-3/+0
* Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt2012-06-191-55/+43
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-43/+55
* Remove redundant uses of SmallStringSean Hunt2012-06-191-7/+3
* Stop abusing StringRef. Fixes the Windows build.Sean Hunt2012-06-191-12/+12
* Improve the specification of spellings in Attr.td.Sean Hunt2012-06-191-53/+45
* Handle C++11 attribute namespaces automatically.Sean Hunt2012-06-181-2/+24
* Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen2012-06-1314-630/+403
* [analyzer] Use "issue hash" in CmpRuns; followup on r158180Anna Zaks2012-06-081-3/+11
* Minor comments and changes to clang-completion-mode.el, from David Wood!Douglas Gregor2012-06-071-19/+11
* [analyzer] SATestBuild should execute SVN updates even if Verbose is off.Jordan Rose2012-06-011-3/+3
* [analyzer] Fix SATestAdd to work with SATestBuild.Jordan Rose2012-06-012-15/+10
* Updating the visualizers to include more datatypes. Patch thanks to Jay Blan...Aaron Ballman2012-05-311-41/+267
* TableGen: Remove extraneous '\' at EOL in generated tests.Jim Grosbach2012-05-301-1/+1
* Fix typo.Ted Kremenek2012-05-221-1/+1