summaryrefslogtreecommitdiffstats
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-202-7/+114
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-4/+7
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-3/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+3
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-192-114/+7
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-192-7/+114
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-181-6/+6
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-172-0/+62
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-152-6/+12
* [c++1z] Permit constant evaluation of a call through a function pointer whoseRichard Smith2016-12-151-0/+4
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-142-12/+6
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-143-108/+22
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-24/+49
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-122-0/+94
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-092-6/+12
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-10/+0
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-092-1/+74
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-092-58/+113
* [RecursiveASTVisitor] Fix post-order traversal of UnaryOperatorMalcolm Parsons2016-12-071-1/+2
* [c++17] P0135R1: Guaranteed copy elision.Richard Smith2016-12-061-1/+6
* Fix doc string typo: s/@__yes/@__objc_yes/Jonathan Roelofs2016-12-061-1/+1
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-0/+5
* [OpenCL] Refactor read_only/write_only pipes.Joey Gouly2016-12-012-17/+7
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-302-1/+76
* Switch CGObjCMac to use ConstantInitBuilder. Whew.John McCall2016-11-302-3/+3
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-291-7/+5
* Don't declare IsEnumDeclComplete as externReid Kleckner2016-11-291-2/+2
* [AST] Use static_assert to verify types instead of undefined classes.Benjamin Kramer2016-11-292-14/+12
* Remove C++ default arg side table for MS ABI ctor closuresReid Kleckner2016-11-231-6/+0
* Missing initializer.Axel Naumann2016-11-221-0/+1
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-0/+3
* [OpenCL] Introduce ReadPipeType and WritePipeType.Joey Gouly2016-11-182-8/+23
* PR23281: Fix implementation of DR1891 to implement the intent: that is, aRichard Smith2016-11-161-1/+5
* Fixed spelling in comments. NFCI.Simon Pilgrim2016-11-151-1/+1
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-7/+20
* Improve obvious-most-derived-type devirtualization:Richard Smith2016-11-031-0/+5
* Teach clang-query to dump types. I couldn't find any existing tests for clang...Richard Smith2016-11-021-0/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-7/+8
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-0/+3
* [ReachableCode] Skip over ExprWithCleanups in isConfigurationValueTim Shen2016-11-011-0/+3
* Fix handling of constructor inherited through multiple levels of virtual base...Richard Smith2016-10-281-4/+3
* [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...Justin Lebar2016-10-281-18/+23
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+8
* Add const versions of Expr::getInits() and Expr::inits()Erik Verbruggen2016-10-271-0/+9
* [coroutines] Build fallthrough and set_exception statements.Eric Fiselier2016-10-271-1/+4
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-0/+5
* [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExprMalcolm Parsons2016-10-261-1/+4
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+3
* Re-apply patch r279045.Kelvin Li2016-10-252-1/+75
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-4/+13