summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libclang] Remove comma from the blacklist of characters that prevent a comme...Argyrios Kyrtzidis2013-07-261-1/+1
* Documentation parsing: if typedef name is being declaredFariborz Jahanian2013-07-241-1/+7
* ObjC migrator: finding conforming protocolFariborz Jahanian2013-07-151-0/+32
* Add 'static' and 'const' qualifiers to some arrays of strings.Craig Topper2013-07-151-2/+2
* Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.David Blaikie2013-07-131-26/+4
* fixes a typo caught by Jordan.Fariborz Jahanian2013-07-121-1/+1
* Objective-C: Produce gcc compatible encoding ofFariborz Jahanian2013-07-121-0/+14
* More local mangling fixes.Eli Friedman2013-07-101-14/+9
* Fix mangling for block literals.Eli Friedman2013-07-011-5/+2
* Delete dead code.Eli Friedman2013-06-271-9/+0
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-32/+0
* Don't try to get the layout of an invalid decl in getDeclAlign.Matt Beaumont-Gay2013-06-251-17/+20
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-16/+44
* Add an assert() suggested by Richard.Nico Weber2013-06-211-0/+1
* Fix a crash with __flaot128 noticed by Eli.Nico Weber2013-06-201-6/+6
* Lazily provide a __float128 dummy type in -std=gnu++11 mode.Nico Weber2013-06-201-1/+14
* [AST] Don't include RecursiveASTVisitor.h in ASTContext.hReid Kleckner2013-06-171-0/+95
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-13/+4
* Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner2013-06-081-15/+0
* [Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner2013-06-081-0/+15
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+13
* Objective-C encoding. Fixes up encodeing forFariborz Jahanian2013-06-041-6/+3
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-031-5/+7
OpenPOWER on IntegriCloud