| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the most recent redecl to decide if it is needed. | Rafael Espindola | 2012-12-26 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -16/+16 |
* | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith | 2012-11-29 | 1 | -1/+1 |
* | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -2/+1 |
* | Add a new warning -Wmissing-variable-declarations, to warn about variables | Eli Friedman | 2012-10-23 | 1 | -0/+2 |
* | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann | 2012-10-18 | 1 | -2/+29 |
* | Pull ScopeInfo implementation into its own file. | Jordan Rose | 2012-09-28 | 1 | -159/+0 |
* | -Warc-repeated-use-of-weak: check ivars and variables as well. | Jordan Rose | 2012-09-28 | 1 | -60/+77 |
* | Add a warning (off by default) for repeated use of the same weak property. | Jordan Rose | 2012-09-28 | 1 | -0/+126 |
* | Fix crash when a decltype expression in a trailing return type refers to the | Richard Smith | 2012-09-25 | 1 | -0/+1 |
* | Conditionally parse documentation comments in system headers by | Ted Kremenek | 2012-09-13 | 1 | -0/+3 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -2/+1 |
* | When code completion is enabled, don't do any work in | Douglas Gregor | 2012-08-17 | 1 | -0/+5 |
* | Fix an assertion failure instantiating a constexpr function from within a -de... | Eli Friedman | 2012-08-01 | 1 | -2/+0 |
* | Renamed RawComment kinds to avoid name clash. | Abramo Bagnara | 2012-07-04 | 1 | -2/+2 |
* | patch to suggest 'static' function should be 'static inline' | Fariborz Jahanian | 2012-06-27 | 1 | -3/+11 |
* | Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ | Dmitri Gribenko | 2012-06-22 | 1 | -0/+18 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -0/+5 |
* | Explicitly build __builtin_va_list. | Meador Inge | 2012-06-16 | 1 | -0/+4 |
* | Look at incomplete FunctionTemplateDecls in order to determine whether | Daniel Jasper | 2012-06-14 | 1 | -0/+2 |
* | Introduce -Wunused-private-field. If enabled, this warning detects | Daniel Jasper | 2012-06-06 | 1 | -0/+91 |
* | When we suppress an error due to SFINAE, stash the diagnostic away with the | Richard Smith | 2012-05-07 | 1 | -6/+24 |
* | Change how we suppress access control in explicit instantiations | John McCall | 2012-05-07 | 1 | -1/+1 |
* | Refactor DelayedDiagnostics so that it keeps diagnostics in | John McCall | 2012-05-07 | 1 | -1/+4 |
* | Sema: Initialize NSString method cache members. | Benjamin Kramer | 2012-04-22 | 1 | -1/+3 |
* | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor | 2012-04-16 | 1 | -0/+1 |
* | [Sema] Fix SemaDiagnosticBuilder to be inline. | Daniel Dunbar | 2012-03-14 | 1 | -39/+32 |
* | Spelling. | Daniel Dunbar | 2012-03-13 | 1 | -1/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -8/+8 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -1/+8 |
* | Reapply r151638 and r151641. | James Molloy | 2012-02-29 | 1 | -1/+1 |
* | Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h | Argyrios Kyrtzidis | 2012-02-28 | 1 | -1/+1 |
* | Correctly track tags and enum members defined in the prototype of a function,... | James Molloy | 2012-02-28 | 1 | -1/+1 |
* | Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a | Richard Smith | 2012-02-22 | 1 | -1/+2 |
* | Implement name mangling for lambda expressions that occur within the | Douglas Gregor | 2012-02-21 | 1 | -1/+1 |
* | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko | 2012-02-14 | 1 | -0/+11 |
* | Lambdas have a deleted default constructor and a deleted copy | Douglas Gregor | 2012-02-12 | 1 | -0/+1 |
* | When completing a lambda expression, make sure to check and attach the | Douglas Gregor | 2012-02-08 | 1 | -2/+4 |
* | Make parsing of objc @implementations more robust. | Argyrios Kyrtzidis | 2012-02-07 | 1 | -0/+2 |
* | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor | 2012-01-25 | 1 | -4/+1 |
* | Add Sema::isStdInitializerList, which will be necessary for the upcoming oper... | Sebastian Redl | 2012-01-17 | 1 | -1/+1 |
* | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor | 2012-01-17 | 1 | -13/+5 |
* | Introduce a CodeCompletionResult::CreateCodeCompletionString() that | Argyrios Kyrtzidis | 2012-01-17 | 1 | -2/+3 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -2/+2 |
* | Per John's comment, it makes sense to ask isLambda on any CXXRecordDecl; make... | Eli Friedman | 2012-01-10 | 1 | -1/+0 |
* | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman | 2012-01-07 | 1 | -2/+10 |
* | More lambda work. Fixes a minor bug Richard pointed out, makes lookup for la... | Eli Friedman | 2012-01-06 | 1 | -0/+7 |
* | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman | 2012-01-05 | 1 | -2/+7 |
* | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -3/+3 |
* | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -0/+1 |