summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+34
* Fix bug where one of the cases where we mangle a <bare-unresolved-name> failedRichard Smith2016-10-241-25/+31
* Fix mangling of implicit calls to operator-> to only include a single "pt",Richard Smith2016-10-241-1/+4
* Fix PR30440: Initialize FunctionTypeDepth in CXXNameManglerAlex Lorenz2016-10-061-4/+4
* PR30401: Fix substitutions for functions with abi_tagDmitry Polukhin2016-09-211-2/+18
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+1
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-11/+14
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-2/+18
* Fix some minor issues found by Coverity.Richard Smith2016-07-181-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+1
* [ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer2016-07-121-1/+6
* [GCC] PR23529 Mangler part of attrbute abi_tag supportDmitry Polukhin2016-06-301-81/+408
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-9/+39
* Delete dead code.Rafael Espindola2016-06-211-7/+0
* [ItaniumMangle] Mangle dependent __underlying_type correctlyDavid Majnemer2016-06-081-1/+1
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-251-3/+3
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+7
* PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith2016-04-291-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-7/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-1/+7
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-35/+6
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+2
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-1/+16
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-2/+4
* Mangle extended qualifiers in the proper order and mangle theJohn McCall2016-03-011-23/+101
* Fix typo in OpenCL type mangling. This is still bogus (we should either use theRichard Smith2016-02-031-1/+1
* Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less e...Craig Topper2016-01-311-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+8
* Replace llvm::utostr calls in Twine context with Twines. NFC.Benjamin Kramer2015-12-241-2/+2
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-9/+10
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-8/+20
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-2/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+12
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+3
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-1/+10
* Run clang-format to unify the switch statement style as suggest here: http://...Alexey Bader2015-09-151-33/+100
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+30
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-17/+0
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* AST: Implement mangling support for function types without a prototype.Peter Collingbourne2015-08-071-1/+15
* [AST] Really allocate a SmallVector to the right size.Benjamin Kramer2015-08-041-2/+1
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+13
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-1/+9
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne2015-06-191-2/+1
OpenPOWER on IntegriCloud