summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Perl prototypes instead of shift.Ted Kremenek2012-05-221-3/+3
* Add basic delta-debugging script used for reducing analyzer crasher test cases.Ted Kremenek2012-05-211-0/+65
* SmallString Visual Studio visualizer by Will Wilson.David Blaikie2012-05-161-0/+5
* Fix our handling of visibility in explicit template instantiations.Rafael Espindola2012-05-151-0/+8
* Teach the parser to deal with multiple spellings for the sameDouglas Gregor2012-05-111-9/+13
* ARM: Support marking intrinsic definitions as 'unavailable'Jim Grosbach2012-05-092-4/+10
* Remove DiagGroups from notes, and add a TableGen assertion to catch them.Richard Smith2012-05-041-0/+2
* Replace the StringSwitch in AttributeList::getKind() with aDouglas Gregor2012-05-021-3/+17
* Introduce the notion of 'ignored' attributes, so that all attributesDouglas Gregor2012-05-021-5/+9
* Introduce the notion of an attribute that has no direct representationDouglas Gregor2012-05-021-1/+23
* Revert my optimization to AttributeList::getKind() in r155987;Douglas Gregor2012-05-021-2/+1
* Replace the StringSwitch in AttributeList::getKind(constDouglas Gregor2012-05-021-1/+2
* Add a FIXME for uncomplete commentGabor Greif2012-04-241-7/+7
* Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic.David Blaikie2012-04-191-0/+26
* Remove the vestiges of the C backend.Eric Christopher2012-03-233-6/+0
* Adding namespace qualifiers to the visualizers and improving their behavior.Aaron Ballman2012-03-101-8/+8
* [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failureArgyrios Kyrtzidis2012-03-081-1/+11
* [utils/FuzzTest] The help message says that if you don't specify --max-testsArgyrios Kyrtzidis2012-03-081-1/+1
* [utils/FuzzTest] For --filelist the option type is string, not integer.Argyrios Kyrtzidis2012-03-081-1/+1
* Spelling.Daniel Dunbar2012-03-081-1/+1
* Refactor Clang sema attribute handling.Michael Han2012-03-073-0/+131
* [tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis2012-03-061-51/+46
* [analyzer] Testing: These checkers are not experimental anymore.Anna Zaks2012-02-201-1/+1
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-5/+23
* [analyzer] Add the Malloc checker to the list of tested checkers.Anna Zaks2012-02-151-1/+1
* Add a script that produces a list of all diagnostics that are defined inDmitri Gribenko2012-02-131-0/+19
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-101-1/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-8/+0
* Added MSVC visualizers for PointerIntPair and PointerUnions.Aaron Ballman2012-02-061-1/+91
* Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer2012-02-061-2/+6
* [analyzer] Testing: add automated reference results reset.Anna Zaks2012-02-031-12/+70
* [analyzer] Testing: add 2 new checkers to the buildbot script.Anna Zaks2012-02-011-1/+1
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-242-4/+5
* [analyzer] Testing: make diagnostic diffs more informative (addAnna Zaks2012-01-241-2/+5