| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that GetTypeForDeclarator() cannot return a null type. | Nico Weber | 2015-01-04 | 1 | -1/+1 |
* | [OpenCL] Generic address space has been added in OpenCL v2.0. | Anastasia Stulova | 2014-11-26 | 1 | -3/+4 |
* | PR21437, final part of DR1330: delay-parsing of exception-specifications. This | Richard Smith | 2014-11-13 | 1 | -0/+56 |
* | [OPENMP] Codegen for threadprivate variables | Alexey Bataev | 2014-11-11 | 1 | -1/+3 |
* | [Sanitizer] Refactor sanitizer options in LangOptions. | Alexey Samsonov | 2014-11-11 | 1 | -1/+1 |
* | Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity | David Blaikie | 2014-10-17 | 1 | -1/+1 |
* | Teach SanitizerBlacklist to blacklist by SourceLocation. NFC. | Alexey Samsonov | 2014-10-16 | 1 | -1/+1 |
* | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -1/+1 |
* | Move SanitizerBlacklist object from CodeGenModule to ASTContext. | Alexey Samsonov | 2014-10-15 | 1 | -27/+20 |
* | Objective-C [Sema]. Fixes a bug in comparing qualified | Fariborz Jahanian | 2014-10-13 | 1 | -48/+30 |
* | Return a reference instead of vector copy for parentmap queries. | Benjamin Kramer | 2014-10-04 | 1 | -6/+5 |
* | -ms-extensions: Implement __super scope specifier (PR13236). | Nikola Smiljanic | 2014-09-26 | 1 | -1/+2 |
* | Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but | Richard Smith | 2014-09-24 | 1 | -7/+23 |
* | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-25 | 1 | -5/+3 |
* | Objective-C. Warn when @encode'ing provides an incomplete | Fariborz Jahanian | 2014-08-22 | 1 | -26/+39 |
* | Range'ify some for loops over RecordDecl::fields() | Hans Wennborg | 2014-08-21 | 1 | -4/+3 |
* | AST: Propagate 'AlignIsRequired' though many levels of typedefs | David Majnemer | 2014-08-04 | 1 | -1/+3 |
* | Factor out exception specification information from | Richard Smith | 2014-07-31 | 1 | -8/+7 |
* | AST: Simplify some code | David Majnemer | 2014-07-30 | 1 | -6/+7 |
* | Simplify the code. | Rafael Espindola | 2014-07-30 | 1 | -7/+6 |
* | Fix a use after free bug. | Rafael Espindola | 2014-07-30 | 1 | -5/+8 |
* | MS ABI: Consider alignment attributes on typedefs for layout | David Majnemer | 2014-07-30 | 1 | -39/+42 |
* | MS compatibility: always emit dllexported in-class initialized static data me... | Hans Wennborg | 2014-07-17 | 1 | -1/+14 |
* | Added the pack_elements range accessor. Refactoring some for loops to use ran... | Aaron Ballman | 2014-07-15 | 1 | -5/+3 |
* | Cleanup. No functionality change. | Richard Smith | 2014-07-10 | 1 | -2/+2 |
* | ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method. | Joe Groff | 2014-07-07 | 1 | -3/+11 |
* | Do not store duplicate parents when memoization data is available. | Samuel Benzaquen | 2014-06-13 | 1 | -14/+25 |
* | CodeGen: Correct linkage of thread_local for OS X | David Majnemer | 2014-06-11 | 1 | -8/+0 |
* | Teach __alignof__ to look through arrays before performing the | Richard Smith | 2014-06-10 | 1 | -9/+1 |
* | Related to PR19992: when the GNU alignof-expression extension is applied to an | Richard Smith | 2014-06-10 | 1 | -3/+8 |
* | Delay lookup of simple default template arguments under -fms-compatibility | Reid Kleckner | 2014-06-06 | 1 | -2/+0 |
* | Cleanup, and always create a DecltypeType for a decltype expression, rather | Richard Smith | 2014-06-05 | 1 | -21/+16 |
* | Make the parent-map use significantly less memory. | Manuel Klimek | 2014-05-21 | 1 | -3/+37 |
* | Make global named registers internal variables | Renato Golin | 2014-05-21 | 1 | -0/+3 |
* | If a declaration is loaded, and then a module import adds a redeclaration, then | Richard Smith | 2014-05-16 | 1 | -0/+9 |
* | Allow dllimport/dllexport on inline functions and adjust the linkage. | Hans Wennborg | 2014-05-15 | 1 | -5/+33 |
* | AST: Remove dead-code/update reference to standard | David Majnemer | 2014-05-15 | 1 | -11/+8 |
* | Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium base | Joerg Sonnenberger | 2014-05-13 | 1 | -3/+2 |
* | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 2014-05-12 | 1 | -161/+161 |
* | Eliminate ASTContext's DelayInitialization flag | Alp Toker | 2014-05-03 | 1 | -11/+2 |
* | CodeGen: Fix linkage of reference temporaries | David Majnemer | 2014-04-28 | 1 | -12/+40 |
* | [Index/DocComments] When cloning a full comment, pick the template parameters... | Argyrios Kyrtzidis | 2014-04-27 | 1 | -0/+2 |
* | AST: Respect alignment attributes on typedef'd arrays | Justin Bogner | 2014-04-15 | 1 | -1/+3 |
* | Objective-C arc [Sema]. Allow bridge cast of a qualified-id expression | Fariborz Jahanian | 2014-04-04 | 1 | -2/+18 |
* | CodeGen: Emit some functions as weak_odr under -fms-compatibility | David Majnemer | 2014-04-02 | 1 | -3/+9 |
* | Objective-C [IRGen]. Add encoding for 'weak' attribute of a | Fariborz Jahanian | 2014-04-02 | 1 | -0/+2 |
* | ARM64: initial clang support commit. | Tim Northover | 2014-03-29 | 1 | -0/+2 |
* | Comment parsing: attach comments to enums declared using the NS_ENUM macro | Dmitri Gribenko | 2014-03-27 | 1 | -5/+17 |
* | Comment parsing: when comment ranges are deserialized from multiple modules, | Dmitri Gribenko | 2014-03-27 | 1 | -0/+7 |
* | [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()... | Aaron Ballman | 2014-03-17 | 1 | -47/+20 |