summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Visual Studio native visualizers for clang::TemplateSpecializationTypeMike Spertus2016-04-011-2/+17
* Visual Studio native visualization for clang::TemplateDeclMike Spertus2016-03-311-0/+3
* Visual Studio native visualization for TemplateParameterList and TemplateType...Mike Spertus2016-03-291-0/+25
* Visual Studio native visualizer for InjectedClassNameTypeMike Spertus2016-03-291-1/+13
* This file was accidentally committed with bad line endings. Fixed...Mike Spertus2016-03-281-7/+7
* Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus2016-03-282-3/+11
* Display const/volatile/restrict qualifiers in Visual Studio visualizationsMike Spertus2016-03-241-4/+16
* Visualize fields of records as they were declared in Visual Studio debuggerMike Spertus2016-03-231-1/+1
* [Perf-training] Using os.devnull instead of a temp fileChris Bieneman2016-03-221-4/+1
* [Perf-training] Cleanup based on feedback from Sean SilvasChris Bieneman2016-03-221-11/+6
* [Perf-training] Fixing an issue with multi-threading PGO generationChris Bieneman2016-03-221-2/+5
* Visual Studio Native Visualizations for constructors and methodsMike Spertus2016-03-221-23/+45
* [Perf-training] Adding support for tests to skip the clang driverChris Bieneman2016-03-215-2/+69
* Visual Studio Visualizers for clang::FunctionDeclMike Spertus2016-03-201-2/+42
* Better visualization of clang::BuiltinType in VisualStudioMike Spertus2016-03-201-0/+26
* Visual Studio Visualizer for clang::FunctionProtoTypeMike Spertus2016-03-201-0/+32
* Show members of DeclContexts (i.e., class members) in Visual Studio native vi...Mike Spertus2016-03-181-1/+28
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-161-0/+11
* Add visualizers for more clang types. Create more C++-like visualizations for...Mike Spertus2016-03-161-20/+85
* Print strict in Availability attribute when it is on.Manman Ren2016-03-101-0/+1
* Add Visual Studio native visualizers for several Clang typesMike Spertus2016-03-081-14/+83
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-0/+2
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-1/+2
* Add an llvm_unreachable back to the autogeneration of this covered switch.John McCall2016-03-011-1/+2
* Infrastructure improvements to Clang attribute TableGen.John McCall2016-03-011-82/+198
* [cmake] Revert r260742 (and r260744) to improve order file support.Chandler Carruth2016-02-171-1/+2
* Fix a leak in the generated code for attributes with strings.Benjamin Kramer2016-02-131-4/+17
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-121-2/+1
* Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman2016-02-051-1/+2
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-051-2/+1
* Add back the ABITest makefilesChris Bieneman2016-02-036-0/+272
* No need to use utostr when putting integers into a raw_ostream. NFCCraig Topper2016-01-311-5/+5
* Remove autoconf supportChris Bieneman2016-01-268-313/+0
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin2016-01-221-2/+2
* [analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin2016-01-221-10/+10
* [TableGen] Merge the SuperClass Record and SMRange vector a single vector. Th...Craig Topper2016-01-183-18/+17
* [CMake] Fix bots broken by including order file generation in check-allChris Bieneman2016-01-151-0/+4
* [CMake] [Order-files] Use print_function as an attempt at being forward compa...Chris Bieneman2016-01-151-17/+19
* [CMake] Support generation of linker order files using dtraceChris Bieneman2016-01-154-22/+408
* [TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...Craig Topper2016-01-041-0/+3
* [CMake] Fixing a typo in a flagChris Bieneman2015-12-191-1/+1
* [CMake] PGO training dataChris Bieneman2015-12-181-0/+2
* [CMake] Add support for generating profdata for clang from training filesChris Bieneman2015-12-166-0/+150
* Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...Eugene Zelenko2015-12-081-21/+17
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+2
* [analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...Devin Coughlin2015-11-072-13/+112
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-67/+98
* [analyzer] Bug identificationGabor Horvath2015-10-221-2/+2
* [ATTR] Automatic line feed after pragma-like attribute.Alexey Bataev2015-10-121-0/+1