summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTContext.h
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-301-0/+2
* [modules] Store mangling numbers in a deterministic order so they don't cause...Richard Smith2016-03-211-2/+3
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-1/+1
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-4/+6
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-0/+1
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-1/+0
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-0/+1
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-2/+6
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+4
* [ptr-traits] Add #includes of headers rather than forward declarationsChandler Carruth2015-12-301-0/+1
* [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointerChandler Carruth2015-12-301-11/+4
* [ptr-traits] Switch from a really wasteful SmallDenseMap ofChandler Carruth2015-12-301-3/+9
* Don't expose iterators into the list of types on the ASTContext; these areRichard Smith2015-11-181-10/+0
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+1
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+15
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-3/+14
* [AST] Store Decl* and Stmt* directly into the ParentMap.Benjamin Kramer2015-10-221-6/+43
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-1/+1
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-1/+1
* Perform Objective-C lifetime adjustments before comparing deduced lambda resu...Douglas Gregor2015-10-011-0/+3
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-4/+7
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+12
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-2/+5
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+8
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Avoid iteration invalidation issues around MaterializedTemporaryExprDavid Majnemer2015-08-131-2/+3
* [ASTContext] Add a templated convenience wrapper for Allocate.Benjamin Kramer2015-08-041-0/+3
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-4/+4
* [AST] Rename RecordLayoutBuilder to ItaniumRecordLayoutBuilderDavid Majnemer2015-07-251-1/+0
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-2/+3
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+29
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+3
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-0/+11
* ASTContext.h: Fix utf8 chars in comments.NAKAMURA Takumi2015-06-201-4/+4
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-0/+30
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+22
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-0/+4
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+6
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+2
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-0/+6
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-0/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-4/+0
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+6
* MS Compat: mark globals emitted in read-only sections constHans Wennborg2014-10-161-0/+25
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-0/+9
* Return a reference instead of vector copy for parentmap queries.Benjamin Kramer2014-10-041-2/+3
* Add some documentation stating that the memory allocated by the ASTContext.h ...Ehsan Akhgari2014-09-221-6/+6
* Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian2014-08-221-3/+6
* MS ABI: Consider alignment attributes on typedefs for layoutDavid Majnemer2014-07-301-19/+22