summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-5/+5
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-8/+3
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-1/+19
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+2
* [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release ...Will Wilson2015-10-271-1/+3
* [AST] Plug a memory leak when promoting a single ParentMap entry to a vector.Benjamin Kramer2015-10-231-1/+1
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-30/+80
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-8/+6
* [AST] Remove redundant template keywords.Benjamin Kramer2015-10-221-3/+3
* [AST] Store Decl* and Stmt* directly into the ParentMap.Benjamin Kramer2015-10-221-14/+29
* Change SortAndUniqueProtocols to operate directly on a SmallVector rather tha...Craig Topper2015-10-221-16/+11
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-32/+18
* [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
OpenPOWER on IntegriCloud