| Commit message (Expand) | Author | Age | Files | Lines |
| * | Testing C++ declarations embedded in | Fariborz Jahanian | 2012-12-05 | 1 | -0/+25 |
| * | Testing C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 1 | -0/+1 |
| * | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian | 2012-12-04 | 1 | -0/+11 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 23 | -46/+44 |
| * | Testing objective-C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 1 | -1/+11 |
| * | Include pruning and general cleanup. | Benjamin Kramer | 2012-12-01 | 4 | -5/+9 |
| * | Don't include Type.h in DeclarationName.h. | Benjamin Kramer | 2012-12-01 | 1 | -0/+15 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 14 | -28/+89 |
| * | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith | 2012-11-30 | 2 | -174/+86 |
| * | Now that the underlying problem has been fixed, add r168411 back. | Rafael Espindola | 2012-11-29 | 1 | -6/+4 |
| * | Merge function types in C. | Rafael Espindola | 2012-11-29 | 1 | -5/+5 |
| * | [-cxx-abi microsoft] Also spill the argument-back-references context when man... | Timur Iskhodzhanov | 2012-11-29 | 1 | -3/+7 |
| * | objective-C blocks: Make sure that identical logic is used | Fariborz Jahanian | 2012-11-28 | 1 | -76/+36 |
| * | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 2 | -107/+148 |
| * | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis | 2012-11-28 | 1 | -10/+10 |
| * | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -15/+19 |
| * | Fix the definition of the vfork() builtin on Haiku. PR14378. | Eli Friedman | 2012-11-27 | 1 | -0/+9 |
| * | Revert r168411 for now. | Rafael Espindola | 2012-11-27 | 1 | -4/+6 |
| * | Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft | Timur Iskhodzhanov | 2012-11-26 | 1 | -1/+1 |
| * | Add r168519 back, but with a fix to also merge the used flag in variables. | Rafael Espindola | 2012-11-25 | 1 | -7/+0 |
| * | Revert r168519, "Merge used flags so that we don't have to iterate on isUsed.... | NAKAMURA Takumi | 2012-11-24 | 1 | -0/+7 |
| * | Merge used flags so that we don't have to iterate on isUsed. With this change | Rafael Espindola | 2012-11-23 | 1 | -8/+1 |
| * | Remove redundant check. | Rafael Espindola | 2012-11-23 | 1 | -2/+3 |
| * | Fix CXXRecordDecl::forallBases to not look through bases which are dependent | Richard Smith | 2012-11-22 | 1 | -2/+14 |
| * | Remove redundant code. | Rafael Espindola | 2012-11-21 | 1 | -6/+4 |
| * | Remove redundant code. | Rafael Espindola | 2012-11-21 | 1 | -24/+3 |
| * | Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. | Dmitri Gribenko | 2012-11-18 | 1 | -0/+8 |
| * | StmtDumper: remove incomplete support for limiting the maximum dump depth. | Dmitri Gribenko | 2012-11-16 | 1 | -33/+5 |
| * | Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. | Matt Beaumont-Gay | 2012-11-16 | 1 | -1/+1 |
| * | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith | 2012-11-16 | 2 | -21/+15 |
| * | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -2/+2 |
| * | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman | 2012-11-15 | 1 | -2/+2 |
| * | Make template diffing handle integral expressions of various widths correctly. | Eli Friedman | 2012-11-14 | 1 | -4/+17 |
| * | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -2/+12 |
| * | Teach the AST importer to merge enumerator constants. Fixes | Douglas Gregor | 2012-11-14 | 1 | -2/+20 |
| * | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 1 | -2/+32 |
| * | PR14279: Work around this major miscompilation by treating move operations as | Richard Smith | 2012-11-14 | 1 | -5/+14 |
| * | Remove debugging assert. | David Blaikie | 2012-11-14 | 1 | -3/+0 |
| * | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie | 2012-11-14 | 3 | -4/+31 |
| * | Remove another questionable use of hasTrivial*. The relevant thing for this | Richard Smith | 2012-11-14 | 1 | -22/+0 |
| * | [ms] Make mangleIntegerLiteral less aware of exact type of the literal. | Nico Weber | 2012-11-13 | 1 | -7/+8 |
| * | Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with | Richard Smith | 2012-11-12 | 1 | -19/+12 |
| * | 80 cols & unnecessary braces from r167736. | David Blaikie | 2012-11-12 | 1 | -3/+3 |
| * | Correct printing of nested anonymous type member accesses. | David Blaikie | 2012-11-12 | 1 | -1/+9 |
| * | Remove calls to getMostRecentDecl. The case they were added for in r117526 are | Rafael Espindola | 2012-11-12 | 1 | -4/+2 |
| * | In Sema::MergeVarDecl we handle merging of storage classes and visibility | Rafael Espindola | 2012-11-12 | 1 | -25/+6 |
| * | Rework my implementation of circular-reference finding to not use | Douglas Gregor | 2012-11-10 | 1 | -5/+5 |
| * | Diagnostic circular inheritance involving dependent base classes. We | Douglas Gregor | 2012-11-10 | 1 | -5/+5 |
| * | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis | 2012-11-09 | 1 | -1/+2 |
| * | [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. | Nico Weber | 2012-11-09 | 1 | -24/+8 |