aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-07-05[analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks
2012-07-03clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa...NAKAMURA Takumi
2012-06-20Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Remove redundant uses of SmallStringSean Hunt
2012-06-19Stop abusing StringRef. Fixes the Windows build.Sean Hunt
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2012-06-08[analyzer] Use "issue hash" in CmpRuns; followup on r158180Anna Zaks
2012-06-07Minor comments and changes to clang-completion-mode.el, from David Wood!Douglas Gregor
2012-06-01[analyzer] SATestBuild should execute SVN updates even if Verbose is off.Jordan Rose
2012-06-01[analyzer] Fix SATestAdd to work with SATestBuild.Jordan Rose
2012-05-31Updating the visualizers to include more datatypes. Patch thanks to Jay Blan...Aaron Ballman
2012-05-30TableGen: Remove extraneous '\' at EOL in generated tests.Jim Grosbach
2012-05-22Fix typo.Ted Kremenek
2012-05-22Use Perl prototypes instead of shift.Ted Kremenek
2012-05-21Add basic delta-debugging script used for reducing analyzer crasher test cases.Ted Kremenek
2012-05-16SmallString Visual Studio visualizer by Will Wilson.David Blaikie
2012-05-15Fix our handling of visibility in explicit template instantiations.Rafael Espindola
2012-05-11Teach the parser to deal with multiple spellings for the sameDouglas Gregor
2012-05-09ARM: Support marking intrinsic definitions as 'unavailable'Jim Grosbach
2012-05-04Remove DiagGroups from notes, and add a TableGen assertion to catch them.Richard Smith
2012-05-02Replace the StringSwitch in AttributeList::getKind() with aDouglas Gregor
2012-05-02Introduce the notion of 'ignored' attributes, so that all attributesDouglas Gregor
2012-05-02Introduce the notion of an attribute that has no direct representationDouglas Gregor
2012-05-02Revert my optimization to AttributeList::getKind() in r155987;Douglas Gregor
2012-05-02Replace the StringSwitch in AttributeList::getKind(constDouglas Gregor
2012-04-24Add a FIXME for uncomplete commentGabor Greif
2012-04-19Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic.David Blaikie
2012-03-23Remove the vestiges of the C backend.Eric Christopher
2012-03-10Adding namespace qualifiers to the visualizers and improving their behavior.Aaron Ballman
2012-03-08[utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failureArgyrios Kyrtzidis
2012-03-08[utils/FuzzTest] The help message says that if you don't specify --max-testsArgyrios Kyrtzidis
2012-03-08[utils/FuzzTest] For --filelist the option type is string, not integer.Argyrios Kyrtzidis
2012-03-08Spelling.Daniel Dunbar
2012-03-07Refactor Clang sema attribute handling.Michael Han
2012-03-06[tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis
2012-02-20[analyzer] Testing: These checkers are not experimental anymore.Anna Zaks
2012-02-15Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer
2012-02-15[analyzer] Add the Malloc checker to the list of tested checkers.Anna Zaks
2012-02-13Add a script that produces a list of all diagnostics that are defined inDmitri Gribenko
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-02-10Remove stray semi-colon.Daniel Dunbar
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2012-02-06Added MSVC visualizers for PointerIntPair and PointerUnions.Aaron Ballman