summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-1/+1
* Don't crash-on-valid when an inline function is friend of class templateDavid Majnemer2015-03-201-1/+1
* Sort ObjCProtocolDecls with array_pod_sort.Benjamin Kramer2015-03-141-5/+5
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-0/+3
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+12
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-1/+9
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-0/+13
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-0/+13
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-0/+2
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-3/+2
* AST: Hoist RT->getDecl() into a variableDavid Majnemer2015-02-031-2/+3
* MS ABI: Records with required alignment can't have common linkageDavid Majnemer2015-02-031-0/+1
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-211-2/+12
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-1/+3
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-3/+1
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-1/+3
* Fix some copypasta typos in asserts.Sean Silva2015-01-161-2/+2
* AST: Ensure implicit records have default visibilityDavid Majnemer2015-01-151-0/+2
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-1/+1
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-3/+4
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+56
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-1/+3
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-1/+1
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.Alexey Samsonov2014-10-161-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-27/+20
* Objective-C [Sema]. Fixes a bug in comparing qualifiedFariborz Jahanian2014-10-131-48/+30
* Return a reference instead of vector copy for parentmap queries.Benjamin Kramer2014-10-041-6/+5
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+2
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-241-7/+23
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-5/+3
* Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian2014-08-221-26/+39
* Range'ify some for loops over RecordDecl::fields()Hans Wennborg2014-08-211-4/+3
* AST: Propagate 'AlignIsRequired' though many levels of typedefsDavid Majnemer2014-08-041-1/+3
* Factor out exception specification information fromRichard Smith2014-07-311-8/+7
* AST: Simplify some codeDavid Majnemer2014-07-301-6/+7
* Simplify the code.Rafael Espindola2014-07-301-7/+6
* Fix a use after free bug.Rafael Espindola2014-07-301-5/+8
* MS ABI: Consider alignment attributes on typedefs for layoutDavid Majnemer2014-07-301-39/+42
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-1/+14
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-5/+3
* Cleanup. No functionality change.Richard Smith2014-07-101-2/+2
* ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.Joe Groff2014-07-071-3/+11
* Do not store duplicate parents when memoization data is available.Samuel Benzaquen2014-06-131-14/+25
* CodeGen: Correct linkage of thread_local for OS XDavid Majnemer2014-06-111-8/+0
* Teach __alignof__ to look through arrays before performing theRichard Smith2014-06-101-9/+1
* Related to PR19992: when the GNU alignof-expression extension is applied to anRichard Smith2014-06-101-3/+8
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-2/+0
* Cleanup, and always create a DecltypeType for a decltype expression, ratherRichard Smith2014-06-051-21/+16
OpenPOWER on IntegriCloud