aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-02-06Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer
2012-02-03[analyzer] Testing: add automated reference results reset.Anna Zaks
2012-02-01[analyzer] Testing: add 2 new checkers to the buildbot script.Anna Zaks
2012-01-24[analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks
2012-01-24[analyzer] Testing: make diagnostic diffs more informative (addAnna Zaks
2012-01-21[analyzer] Unbreak the static analyzer bot. Regression from r148558.Anna Zaks
2012-01-20Delayed template instantiation of late-parsed attributes.DeLesley Hutchins
2012-01-20Instantiate dependent attributes when instantiating templates.DeLesley Hutchins
2012-01-20[analyzer] Tweak the buildbot script to include the experimental taint checke...Anna Zaks
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2012-01-13CodeInit was replaced by StringInit.Jakob Stoklund Olesen
2012-01-10[analyzer] Testing infrastructure: Flush output after every printAnna Zaks
2012-01-07Remove unused include of VectorExtras.h.Benjamin Kramer
2012-01-04[analyzer] Correct the error message in the testing infrastructure.Anna Zaks
2011-12-20Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>Bob Wilson
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-19Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor
2011-11-16Fix Neon builtin pointer argument checking for "sret" builtins.Bob Wilson
2011-11-15Validate DiagGroup names in TableGen, they're used as command line arguments ...Benjamin Kramer
2011-11-08[analyzer] Testing: test with all the non-experimental checker packages.Anna Zaks
2011-11-08[analyzer] Testing: support for regenerate reference outputAnna Zaks
2011-11-08[analyzer] Testing: Display the number of reported differences in the main log.Anna Zaks
2011-11-08Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson
2011-11-08Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson
2011-11-08[analyzer] Testing infrastructure: flush the output between projects.Anna Zaks
2011-11-06Use StringRef's case transformation methods.Benjamin Kramer
2011-11-05[analyzer] Relax the cmp criteria for analyzer reports.Anna Zaks
2011-11-05[analyzer] Add support for testing with individual preprocessed files.Anna Zaks
2011-11-02[analyzer] Tweak the test scriptAnna Zaks
2011-11-02Update the CMake build for clang-tblgen to reflect that it directlyChandler Carruth
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-14Add __nodebug__ attribute to functions in arm_neon.hBob Wilson
2011-10-10Constant expression evaluation refactoring:Richard Smith
2011-10-08Make clang-tblgen's Makefile independent of Clang's top-level Makefile,Peter Collingbourne
2011-10-06[analyzer] Static Analyzer Qualification Infrastructure: Scripts to support b...Anna Zaks
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne
2011-09-12[analyzer] CmpRuns can now optionally delete empty reports.Anna Zaks
2011-09-12[analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other mo...Anna Zaks
2011-09-12Rename CmpRuns into CmpRuns.py so that it could be used as a module.Anna Zaks
2011-07-27Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!Douglas Gregor
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2010-12-14Minor fix for clang-completion-mode, from Dve AbrahamsDouglas Gregor
2010-09-27utils/ABITest: Factor out type naming code slightly.Daniel Dunbar
2010-09-27utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar
2010-09-27utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar
2010-09-27utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar
2010-07-14Fix typo in test programDouglas Gregor