summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC Generics: Start using ObjCTypeParamType.Manman Ren2016-09-131-0/+5
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+38
* ObjectiveC: Refactor applyObjCProtocolQualifiers.Manman Ren2016-09-131-0/+70
* Remove a pointless LLVM_CONSTEXPR. NFC.George Burgess IV2016-08-251-1/+1
* [CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl.Akira Hatanaka2016-08-171-12/+14
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-0/+8
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-4/+8
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-1/+6
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-4/+5
* Fix memory leak introduced in r276159.Richard Smith2016-07-201-0/+3
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-0/+63
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-6/+1
* Fix r276069: use LLVM_CONSTEXPRHubert Tong2016-07-201-1/+1
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-1/+6
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-37/+27
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-061-3/+2
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-9/+12
* PR28394: For compatibility with c++11 and c++14, if a static constexpr dataRichard Smith2016-07-021-2/+35
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-2/+10
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-2/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-121-1/+1
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-12/+9
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-9/+12
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-2/+19
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-13/+19
* ObjC kindof: set the type of a conditional expression when involving kindof.Manman Ren2016-05-061-4/+13
* [CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich2016-05-021-6/+13
* [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as diffe...Yaxun Liu2016-04-281-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-16/+9
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-9/+16
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-3/+3
* PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ...Yaxun Liu2016-04-121-0/+9
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-38/+11
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+3
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-301-7/+29
* [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila...Oleg Ranevskyy2016-03-301-0/+1
* [modules] Store mangling numbers in a deterministic order so they don't cause...Richard Smith2016-03-211-4/+2
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-1/+3
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+2
* Serialize `#pragma comment`.Nico Weber2016-03-021-1/+3
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-32/+43
* 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
OpenPOWER on IntegriCloud