summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Fix ObjC @encode for C++ classes w/virtual bases.Eli Friedman2013-09-181-1/+2
* -ast-dump support for variable templates.Richard Smith2013-09-181-0/+48
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-172-7/+13
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-172-13/+7
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-172-7/+13
* Fix const-eval of vector init-lists of a vector.Eli Friedman2013-09-171-1/+1
* [-cxx-abi microsoft] Correctly identify Win32 entry pointsDavid Majnemer2013-09-162-25/+37
* Prune "return" after llvm_unreachable(). It was redundant.NAKAMURA Takumi2013-09-161-1/+0
* Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash ifRichard Smith2013-09-131-2/+6
* ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]NAKAMURA Takumi2013-09-131-1/+2
* A buildbot compiling with strict error on unused variables pointed out aDavid Tweed2013-09-131-1/+0
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-132-7/+39
* [-cxx-abi microsoft] Mangle user defined entry points properlyDavid Majnemer2013-09-131-2/+25
* [-cxx-abi microsoft] Mangle declarations inside extern "C"David Majnemer2013-09-131-33/+76
* Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...Argyrios Kyrtzidis2013-09-111-1/+4
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-111-0/+1
* [-cxx-abi microsoft] Canonicalize array parameters betterDavid Majnemer2013-09-111-27/+23
* volatile types are not trivially copyable.Eli Friedman2013-09-111-3/+6
* Add unused markings to suppress warnings.Eli Friedman2013-09-102-4/+10
* PR5683: Issue a warning when subtracting pointers to types of zero size, andRichard Smith2013-09-101-0/+9
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-102-6/+31
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-107-15/+113
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-14/+20
* Correct typo.David Majnemer2013-09-071-2/+2
* 'return' before 'else' is bad styleDavid Majnemer2013-09-071-6/+8
* AST: __uuidof should leak through templated typesDavid Majnemer2013-09-071-6/+47
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-9/+10
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-063-0/+41
* Mark lambda closure classes as being implicitly-generated.James Dennett2013-09-051-0/+1
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-051-0/+34
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+10
* PR17103: Scoped enumerations with signed integer types have signed integerRichard Smith2013-09-041-4/+4
* ASTDumper: fix dump of CXXCatchStmtPavel Labath2013-09-041-0/+6
* Remove useless reinterpret_casts from Stmt.cppPavel Labath2013-09-031-9/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-033-41/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-033-0/+41
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-021-1/+1
* Mention in AST dump whether a class declaration is a definition.Richard Smith2013-08-301-0/+2
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-25/+41
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-304-0/+16
* Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith2013-08-291-12/+11
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-291-1/+10
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-281-7/+5
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-276-46/+34
* [-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!David Majnemer2013-08-271-20/+6
* Show which decls are marked invalid in -ast-dump.Nick Lewycky2013-08-271-0/+3
* Itanium mangler: remove "proposal" comments for manglings that are in theRichard Smith2013-08-271-13/+8
* Handle predefined expression for a captured statementWei Pan2013-08-261-0/+10
* Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64Timur Iskhodzhanov2013-08-261-1/+1
* [-cxx-abi microsoft] Unnamed types are mangled less wrongDavid Majnemer2013-08-261-2/+2
OpenPOWER on IntegriCloud