summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merging r322901:Hans Wennborg2018-01-191-3/+1
* Merging r322246:Hans Wennborg2018-01-171-9/+9
* Merging r321777:Hans Wennborg2018-01-171-0/+1
* Merging r321933:Hans Wennborg2018-01-161-13/+25
* Merging r322518:Hans Wennborg2018-01-161-1/+0
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-11/+1
* Fix more line endings.Ivan Donchevskii2018-01-031-23/+23
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-13/+23
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-032-5/+10
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-021-0/+8
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-016-123/+108
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-012-32/+47
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-016-83/+83
* Enable configuration files in clangSerge Pavlov2018-01-014-8/+59
* Revert r321614 and r321615Faisal Vali2018-01-016-82/+83
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-016-83/+82
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-7/+11
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-311-11/+7
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-7/+11
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-311-32/+34
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-304-59/+8
* Enable configuration files in clangSerge Pavlov2017-12-304-8/+59
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-37/+41
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-3/+7
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-292-1/+6
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-293-195/+204
* [x86][icelake][vbmi2]Coby Tayree2017-12-272-0/+93
* [x86][icelake][vnni]Coby Tayree2017-12-272-0/+27
* [x86][icelake][bitalg]Coby Tayree2017-12-272-0/+13
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-272-0/+6
* [x86][icelake][gfni]Coby Tayree2017-12-272-0/+13
* [x86][icelake][vaes]Coby Tayree2017-12-272-0/+12
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-252-4/+8
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-23/+26
* [AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer2017-12-241-5/+6
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-5/+5
* [NFC] Update the template-parameter parsers and analyzers to return NamedDecl...Faisal Vali2017-12-232-7/+7
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-234-2/+43
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-0/+5
* Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali2017-12-221-0/+3
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-4/+8
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-8/+6
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-211-0/+185
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-211-1/+8
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-6/+8
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-8/+6
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-8/+22
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-201-1/+1
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-201-0/+4
* [analyzer] De-duplicate path diagnostics for each exploded graph node.Artem Dergachev2017-12-201-1/+1