summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FieldNames to __NSConstantString_tagBen Langmuir2016-02-251-1/+7
* [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy.Andrey Turetskiy2016-02-101-2/+2
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-18/+34
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-4/+10
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-10/+4
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-4/+10
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-1/+1
* Update for LLVM function name change.Rui Ueyama2016-01-141-3/+3
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+53
* ArrayRef-ize a function. NFCCraig Topper2016-01-031-6/+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-0/+15
* [ptr-traits] Switch from a really wasteful SmallDenseMap ofChandler Carruth2015-12-301-5/+3
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-2/+1
* Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.Richard Smith2015-11-241-15/+16
* 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
OpenPOWER on IntegriCloud