summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-7/+4
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-071-6/+3
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-6/+3
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-12/+8
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-0/+11
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-271-3/+3
* AST: Small code cleanupDavid Majnemer2014-02-241-1/+1
* Sema: Make getPreferredTypeAlign respect alignments specified with an aligned...David Majnemer2014-02-241-1/+6
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-0/+13
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-5/+1
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-051-0/+11
* Objective-C. provide legacy encoding of *id and *Class typesFariborz Jahanian2014-01-281-1/+13
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-28/+22
* ObjectiveC. When issuing property implementation isFariborz Jahanian2014-01-221-31/+34
* Correct various uses of 'argument' that in fact refer to function parametersAlp Toker2014-01-211-35/+30
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-4/+4
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-25/+25
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Delete inaccurate doc comment - isVariadic is long goneAlp Toker2014-01-121-2/+0
* ObjectiveC. Computation of offsets when doing @encode type encodingFariborz Jahanian2014-01-071-1/+12
* ASTContext: Refactor implicit record creationAlp Toker2013-12-171-61/+38
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-151-184/+71
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-14/+36
* ObjectiveC ARC. Better checking of toll free briding Fariborz Jahanian2013-11-201-11/+9
* ObjectiveC ARC. validate toll free bridge castingFariborz Jahanian2013-11-201-0/+58
* XCore target requires preferred alignment.Robert Lytton2013-11-121-0/+4
* OS X 10.9+ and iOS 7+ support load/store of big atomic objects.Bob Wilson2013-11-021-0/+4
* Improves compatibility with cl.exe when laying out array fieldsWarren Hunt2013-11-011-2/+6
* Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.Rafael Espindola2013-10-191-4/+2
* Correctly skip type sugar when determining the width of an enum type. DerivedRichard Smith2013-10-151-1/+1
* Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...Ted Kremenek2013-10-101-0/+15
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-2/+2
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-8/+1
* Fix ObjC @encode for C++ classes w/virtual bases.Eli Friedman2013-09-181-1/+2
* Prune "return" after llvm_unreachable(). It was redundant.NAKAMURA Takumi2013-09-161-1/+0
* ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]NAKAMURA Takumi2013-09-131-1/+2
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+14
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-1/+16
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-051-0/+34
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-26/+12
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-11/+6
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-6/+11
* [Mips][msa] Add support for halfJack Carter2013-08-151-0/+5
* Fix alignof computation of large arrays on x86_64.Rafael Espindola2013-08-081-9/+4
* Correctly allign arrays on 32 bit systems.Rafael Espindola2013-08-071-7/+8
* Patch to fix doxygen trailing comments for ObjectiveC methods.Fariborz Jahanian2013-08-071-1/+1
* Patch to fix doxygen trailing comments for ObjectiveC properties.Fariborz Jahanian2013-08-061-1/+2
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-22/+35
* AST: Treat inline function declarations in -fms-compatibility as if it were i...David Majnemer2013-08-011-2/+3
OpenPOWER on IntegriCloud