summaryrefslogtreecommitdiff
path: root/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+1
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-1/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+1
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+2
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-183-107/+190
* [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim2019-09-181-5/+2
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-0/+6
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-171-0/+4
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-1348-265/+8353
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-11/+10
* [Clang][CodeGen] support alias attribute w/ gnu_inlineNick Desaulniers2019-09-121-1/+2
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+1
* When evaluating a __builtin_constant_p conditional, always enterRichard Smith2019-09-101-63/+41
* Fix crash mangling an explicit lambda non-type template parameter packRichard Smith2019-09-101-1/+2
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-0/+22
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-072-52/+11
* Update comment for <template-param-decl> mangling to match extended mangling ...Richard Smith2019-09-061-0/+1
* Implement Microsoft-compatible mangling for decomposition declarations.Nico Weber2019-09-051-10/+5
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-053-47/+133
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-0/+16
* Generate parent context id from Decl* instead of DeclContext*.Aaron Ballman2019-09-041-3/+8
* [ASTImporter] Added visibility context check for TypedefNameDecl.Balazs Keri2019-09-041-13/+27
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-0449-8369/+265
* Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...Hans Wennborg2019-09-041-4/+19
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0449-265/+8369
* [Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko2019-09-021-0/+8
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0249-8373/+265
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-021-20/+26
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0249-265/+8373
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-021-1/+1
* [clang] Devirtualization for classes with destructors marked as 'final'David Bolvansky2019-08-311-2/+7
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3148-8259/+265
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3148-265/+8259
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3048-8257/+263
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3048-263/+8257
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3048-8257/+263
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3048-263/+8257
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-301-1/+1
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-301-5/+11
* [NFC] Test commit - sorted headers.Nandor Licker2019-08-291-1/+1
* Avoid crash when dumping NULL Type as JSON.Aaron Ballman2019-08-291-0/+4
* Removed dead code from clang/AST/NSAPI.hDmitri Gribenko2019-08-291-11/+0
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-281-3/+3
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-81/+90
* [clang] Ensure that statements, expressions and types are trivially destructibleBruno Ricci2019-08-272-0/+24
* [clang] Ensure that comment classes are trivially destructibleBruno Ricci2019-08-271-0/+15
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-2/+3
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-0/+2
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-232-0/+4
* [ASTImporter] Import ctor initializers after setting flags.Balazs Keri2019-08-161-17/+17