summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Add mappings for itimerspecHEADmasterAlejandro Colomar2022-09-01-0/+4
* Add mappings for <bits/struct_stat.h>Alejandro Colomar2022-09-01-0/+4
* Add mappings for getopt(3) and opt{arg,err,ind,opt}Alejandro Colomar2022-09-01-0/+10
* Add mappings for <bits/types/siginfo_t.h>Alejandro Colomar2022-09-01-0/+4
* Add mappings for <bits/mman-shared.h>Alejandro Colomar2022-09-01-0/+2
* Drop -save-temps command-line argsKim Gräsman2022-09-01-0/+28
* Add mapping of bits/utility.h for gcc.stl.headersBoleyn Su2022-09-01-0/+2
* Fix mapping for <bits/syscall.h>Alejandro Colomar2022-09-01-8/+4
* Refactor CanForwardDeclareType for better sugar toleranceKim Gräsman2022-08-31-24/+27
* [clang compat] Back up through sugar before parent type checkKim Gräsman2022-08-31-1/+2
* [clang compat] Canonicalize template args before identity comparisonKim Gräsman2022-08-31-1/+1
* [clang compat] Desugar types before author-intent analysisKim Gräsman2022-08-31-3/+3
* Only desugar type once in IsClassTypeKim Gräsman2022-08-31-2/+3
* Remove double desugar and clarify commentKim Gräsman2022-08-31-6/+3
* Replace all uses of RemoveSubstTemplateTypeParm with DesugarKim Gräsman2022-08-31-19/+6
* Replace all uses of RemoveElaboration with DesugarKim Gräsman2022-08-31-28/+12
* Add new Desugar utility functionKim Gräsman2022-08-31-0/+40
* Check for SubstTemplateTypeParmType before desugaringKim Gräsman2022-08-31-1/+1
* [clang compat] Use getAs<> instead of dynamic cast for TypesKim Gräsman2022-08-28-17/+20
* [clang compat] Use elaborated type specifier in CanForwardDeclareTypeKim Gräsman2022-08-28-3/+2
* Rename IsElaborationNode to IsElaboratedTypeSpecifierKim Gräsman2022-08-28-4/+4
* Add 'printtypeclass' debug flagKim Gräsman2022-08-28-1/+6
* Add --debug argument for disposable debug flagsKim Gräsman2022-08-28-1/+20
* [cmake] Require C++17 as does LLVMKim Gräsman2022-08-28-2/+2
* [ci] Work around missing libclang-16.so.1Kim Gräsman2022-08-28-0/+4
* [ci] Remove llvm-15 packaging workaroundsKim Gräsman2022-08-09-5/+0
* Add another mapping for NULLAlejandro Colomar2022-08-01-0/+2
* Remove fruitless Base::Visit callsKim Gräsman2022-07-24-6/+6
* Allow forward-declaration of elaborated types in type declsKim Gräsman2022-07-24-0/+13
* Report aliased template parameterBolshakov2022-07-23-5/+6
* Improve template typedef testBolshakov2022-07-23-36/+80
* Report C++20 concept declaration useBolshakov2022-07-23-0/+61
* Fix autocast to referenceBolshakov2022-07-16-15/+22
* Mark std::less<> specializations in tests constKim Gräsman2022-07-16-2/+2
* [clang compat] Harden handling of 'final' specifierKim Gräsman2022-07-16-9/+16
* Add mappings for SIGABRTAlejandro Colomar2022-07-09-0/+2
* Add mappings for 'struct iovec'Alejandro Colomar2022-07-09-0/+4
* Add mappings for 'MAP_POPULATE'Alejandro Colomar2022-07-09-0/+4
* Add mappings for 'MAXHOSTNAMELEN'Alejandro Colomar2022-07-09-0/+4
* Add mappings for 'struct tm'Alejandro Colomar2022-07-09-0/+2
* Tests on enum opaque declarationsBolshakov2022-06-13-0/+227
* Report enum type name instead of constant nameBolshakov2022-06-13-37/+38
* Suggest enumeration opaque declarationsBolshakov2022-06-13-6/+38
* Replace RecordDecl by TagDeclBolshakov2022-06-13-89/+93
* Maintenance: formattingBolshakov2022-05-28-3/+2
* Perform full analysis of typedef componentsBolshakov2022-05-28-49/+101
* Avoid double reporting of all class membersBolshakov2022-05-28-33/+12
* add --comment_style option with testsDaniel Hannon2022-05-28-1/+238
* clarify purpose of --update_comments in help screen and manpagesDaniel Hannon2022-05-28-3/+7
* Consider all null decls ignorableKim Gräsman2022-05-27-0/+4