summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-18/+32
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* [MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...David Majnemer2015-10-191-2/+2
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-5/+8
* Perform Objective-C lifetime adjustments before comparing deduced lambda resu...Douglas Gregor2015-10-011-8/+17
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-231-6/+6
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-6/+8
* Support __builtin_ms_va_list.Charles Davis2015-09-171-5/+22
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+31
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+2
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+19
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+4
* Internal-linkage variables with constant-evaluatable initializers do not need...Richard Smith2015-08-191-1/+5
* [ASTContext] Call APValue destructors for MaterializedTemporaryValuesDavid Majnemer2015-08-141-0/+4
* Avoid iteration invalidation issues around MaterializedTemporaryExprDavid Majnemer2015-08-131-5/+7
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-1/+1
* [AST] ArrayRefize template argument packs. No functionality change intended.Benjamin Kramer2015-08-051-1/+1
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-30/+19
* [AST] Perform additional canonicalization for DependentSizedArrayTypeDavid Majnemer2015-07-241-3/+4
* [MS ABI] Explicit specialization of static data members are weakDavid Majnemer2015-07-171-1/+5
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-5/+50
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-29/+82
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-071-75/+173
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-19/+42
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-26/+66
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+1
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+11
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-0/+10
* Honor the objc_runtime_name attribute when encoding class/protocol names.Douglas Gregor2015-06-161-6/+5
* [MSVC] Handle out-of-line definition of static data member correctly (fix for...Alexey Bataev2015-05-201-1/+1
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+25
* [MS ABI] Fix the preferred alignment of member pointersDavid Majnemer2015-04-241-1/+6
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-0/+7
* Fix __alignof__ of global variables on SystemZUlrich Weigand2015-04-211-1/+1
* Lower the default alignment on ASTContext's operator new.Benjamin Kramer2015-04-021-4/+5
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-1/+1
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-1/+1
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-1/+1
* Don't crash-on-valid when an inline function is friend of class templateDavid Majnemer2015-03-201-1/+1
* Sort ObjCProtocolDecls with array_pod_sort.Benjamin Kramer2015-03-141-5/+5
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-0/+3
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+12
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-1/+9
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-0/+13
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-0/+13
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-0/+2
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-3/+2
* AST: Hoist RT->getDecl() into a variableDavid Majnemer2015-02-031-2/+3
* MS ABI: Records with required alignment can't have common linkageDavid Majnemer2015-02-031-0/+1
OpenPOWER on IntegriCloud