summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2017-12-17Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer
2017-12-16[Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel
2017-12-16[X86] Add builtins and tests for 128 and 256 bit vpopcntdq.Craig Topper
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel
2017-12-16[TextDiagnosticBuffer] Fix diagnostic note emission orderHal Finkel
2017-12-15Remove "FunctionName -" from docs on FunctionDecl(NFC)Erich Keane
2017-12-15[clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...Ilya Biryukov
2017-12-14Correct UnaryTransformTypeLoc to properly initialize.Erich Keane
2017-12-14D40901: Refactor lazy loading of template specializations. NFCVassil Vassilev
2017-12-14Harmonize GNU- and C++-style attribute spellings.Aaron Ballman
2017-12-14[libclang] Add support for checking abstractness of recordsAlex Lorenz
2017-12-14[Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-likeAlex Lorenz
2017-12-14[CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsicReid Kleckner
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-14Warn if we find a Unicode homoglyph for a symbol in an identifier.Richard Smith
2017-12-14[Frontend] Treat function with skipped body as definitionIlya Biryukov
2017-12-13[OPENMP] Add codegen for `nowait` clause in target directives.Alexey Bataev
2017-12-13[Hexagon] Intrinsic support for V62 and V65Krzysztof Parzyszek
2017-12-13[OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev
2017-12-13[OPENMP] Support `reduction` clause on target-based directives.Alexey Bataev
2017-12-13[Hexagon] Add front-end support for Hexagon V65Krzysztof Parzyszek
2017-12-13[Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu
2017-12-12[OpenMP] Diagnose function name on the link clauseKelvin Li
2017-12-12[SemaCodeComplete] Allow passing out scope specifiers in qualified-id complet...Eric Liu
2017-12-12[analyzer] StackAddrEscape: For now, disable the new async escape checks.Artem Dergachev
2017-12-12[analyzer] In getSVal() API, disable auto-detection of void type as char type.Artem Dergachev
2017-12-11[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper
2017-12-11P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11[Sema] Fix crash in unused-lambda-capture warning for VLAsMalcolm Parsons
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji
2017-12-09Revert r320230 to fix buildbots.Richard Trieu
2017-12-09Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov
2017-12-09[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-09[CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka
2017-12-08Remove creation of out-of-bounds value of enumeration type (resulting in UB).Richard Smith
2017-12-08[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-12-08[OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev
2017-12-07Correct line endings that got mixed up in r320089; NFC.Aaron Ballman
2017-12-07Remove line-endings added by r320089. NFC.Ahmed Bougacha
2017-12-07[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2017-12-07Add new language mode flags for C17.Aaron Ballman