summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-01-17Merging r322246:Hans Wennborg
2018-01-17Merging r321777:Hans Wennborg
2018-01-16Merging r321933:Hans Wennborg
2018-01-16Merging r322518:Hans Wennborg
2018-01-03Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg
2018-01-03Fix more line endings.Ivan Donchevskii
2018-01-03[libclang] Support querying whether a declaration is invalidIvan Donchevskii
2018-01-03[Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev
2018-01-02Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith
2018-01-01Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali
2018-01-01Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2018-01-01Enable configuration files in clangSerge Pavlov
2018-01-01Revert r321614 and r321615Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-31Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-31[NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali
2017-12-30Reverted 321587: Enable configuration files in clangSerge Pavlov
2017-12-30Enable configuration files in clangSerge Pavlov
2017-12-30[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-29[OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev
2017-12-29[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali
2017-12-27[x86][icelake][vbmi2]Coby Tayree
2017-12-27[x86][icelake][vnni]Coby Tayree
2017-12-27[x86][icelake][bitalg]Coby Tayree
2017-12-27[x86][icelake][vpclmulqdq]Coby Tayree
2017-12-27[x86][icelake][gfni]Coby Tayree
2017-12-27[x86][icelake][vaes]Coby Tayree
2017-12-25Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali
2017-12-24[AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer
2017-12-24[AST] Convert AttributedStmt to llvm::TrailingObjects.Benjamin Kramer
2017-12-23[Index] Reduce size of SymbolInfo struct.Sam McCall
2017-12-23[NFC] Update the template-parameter parsers and analyzers to return NamedDecl...Faisal Vali
2017-12-23[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-22[Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes
2017-12-22Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-21[AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-12-21Added helper to get size of PrecompiledPreambleIlya Biryukov
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Add support for ObjectFormat to TargetSpecificAttrErich Keane
2017-12-20Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath
2017-12-20[clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov
2017-12-20[analyzer] De-duplicate path diagnostics for each exploded graph node.Artem Dergachev
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric