aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-02-21Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-30TableGen backends: use emitSourceFileHeader() to emit the warning aboutDmitri Gribenko
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-29Propagate the spelling list index for an attribute across template instantiat...Richard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-27Add the missing line return to align parameters of printPretty.Michael Han
2013-01-25[utils] Kill another no-longer-useful utility script.Daniel Dunbar
2013-01-25[utils] Remove the OptionalTests subdir no one runs.Daniel Dunbar
2013-01-25[utils] Remove C++Tests that I don't think anyone uses anymore.Daniel Dunbar
2013-01-24scan-build: Add a --keep-empty option for better testing.Jordan Rose
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-20clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp.NAKAMURA Takumi
2013-01-14Turns out there is a simpler way of getting a set difference in bash than par...Benjamin Kramer
2013-01-12Speed up find-unused-diagnostics. Now runs in less than a second instead of m...Benjamin Kramer
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10Error if an anonymous DiagGroup is referenced multiple times.Jordan Rose
2013-01-09[utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from ...Argyrios Kyrtzidis
2013-01-07Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include...Alexander Kornienko
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-04Sort the #include lines under utils/...Chandler Carruth
2012-11-26[analyzer] SATestBuild.py: allow make builds to disable parallelizationJordan Rose
2012-11-16[analyzer] SATestBuild.py: fix broken string concatenationJordan Rose
2012-11-16[ClangDataFormat.py] Add summary for QualType.Argyrios Kyrtzidis
2012-11-15[analyzer] CmpRuns: move the clang_version info into the run (out ofAnna Zaks
2012-11-15[analyzer] SATestBuild.py: correctly add -j option for projects using make.Jordan Rose
2012-11-15[utils/ClangDataFormat.py] For invalid source locations just returnArgyrios Kyrtzidis
2012-11-15[PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis
2012-11-14[utils/ClangDataFormat.py] Add data formatter for StringRef.Argyrios Kyrtzidis
2012-11-14[utils/ClangDataFormat.py] In the summary of SourceLocation, include whether ...Argyrios Kyrtzidis
2012-11-14Remove the cellspu port.Eric Christopher
2012-11-14[analyzer] Ensure that CmpRuns recursively walks the output directory.Anna Zaks
2012-11-09Remove leftover code.Argyrios Kyrtzidis
2012-11-09Add lldb data formatters for clang classes, starting with SourceLocation.Argyrios Kyrtzidis
2012-11-02[analyzer] Test SimpleStream on the buildbot.Anna Zaks
2012-10-25Don't require exception handling for clang-tblgen.Joerg Sonnenberger
2012-10-25Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-17[analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks
2012-10-16[analyzer] Expose clang_version in CmpRunsAnna Zaks
2012-10-15[analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-10tblgen: Build clang-tblgen without RTTI.Sean Silva
2012-10-10tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva