| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -33/+33 |
* | Improve our semantic error recovery. | Argyrios Kyrtzidis | 2012-03-09 | 1 | -4/+0 |
* | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -0/+99 |
* | Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUG | Daniel Dunbar | 2012-03-08 | 1 | -1/+3 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -10/+13 |
* | Fix a regression from r151117: ADL requires that we attempt to complete any | Richard Smith | 2012-02-25 | 1 | -0/+8 |
* | Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization... | Benjamin Kramer | 2012-02-23 | 1 | -4/+3 |
* | Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing | Richard Smith | 2012-02-18 | 1 | -1/+1 |
* | Silence a valgrind warning, and remove an unused var. | Kaelyn Uhrain | 2012-02-15 | 1 | -3/+2 |
* | Improve typo correction involving nested name specifiers. | Kaelyn Uhrain | 2012-02-15 | 1 | -18/+112 |
* | Use several weighted factors to determine typo candidate viablity. | Kaelyn Uhrain | 2012-02-14 | 1 | -42/+35 |
* | Remove the unused TypoCorrectionConsumer::MaxEditDistance. | Kaelyn Uhrain | 2012-02-07 | 1 | -37/+13 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Introduce the lambda scope before determining explicit captures, which | Douglas Gregor | 2012-02-01 | 1 | -0/+1 |
* | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -10/+9 |
* | In CorrectTypo, use the cached correction as a starting point instead. | Kaelyn Uhrain | 2012-01-23 | 1 | -30/+44 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | Remove the now-unused CorrectTypoContext enum. | Kaelyn Uhrain | 2012-01-19 | 1 | -72/+1 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -1/+1 |
* | Make sure to consider non-DeclContext scopes properly when finding | Douglas Gregor | 2012-01-13 | 1 | -10/+30 |
* | Fix the caching in CorrectTypo so that other non-keyword identifiers | Kaelyn Uhrain | 2012-01-11 | 1 | -1/+2 |
* | Add initial callback object support to Sema::CorrectTypo. | Kaelyn Uhrain | 2012-01-11 | 1 | -69/+113 |
* | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -2/+4 |
* | During name lookup, use redecl_iterator to walk over the redeclaration | Douglas Gregor | 2012-01-06 | 1 | -23/+6 |
* | When we're performing name lookup for a tag, we still allow ourselves | Douglas Gregor | 2012-01-05 | 1 | -2/+2 |
* | Implement declaration merging for typedefs loaded from disjoint | Douglas Gregor | 2012-01-04 | 1 | -21/+20 |
* | Minor tweak to name lookup for C/Objective-C: after the first name, still con... | Douglas Gregor | 2012-01-03 | 1 | -1/+1 |
* | Test "merging" of typedef types across distinct modules. At present, | Douglas Gregor | 2012-01-03 | 1 | -21/+22 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -12/+0 |
* | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -2/+3 |
* | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -0/+2 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -6/+0 |
* | When performing name lookup for a redeclaration, ignore module | Douglas Gregor | 2011-12-20 | 1 | -1/+1 |
* | Completely re-implement (de-)serialization of declaration | Douglas Gregor | 2011-12-17 | 1 | -0/+2 |
* | When name lookup finds a module-private Objective-C class declaration, | Douglas Gregor | 2011-12-15 | 1 | -0/+2 |
* | When name lookup comes across a declaration that is in a module that | Douglas Gregor | 2011-12-14 | 1 | -20/+63 |
* | In Microsoft mode, don't perform typo correction in a template member functio... | Francois Pichet | 2011-12-03 | 1 | -0/+7 |
* | Make sure that name lookup in C checks whether a name is hidden. | Douglas Gregor | 2011-12-02 | 1 | -0/+5 |
* | When we perform a lookup for a dependent name that is a member of an | Douglas Gregor | 2011-10-24 | 1 | -1/+2 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -2/+2 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+6 |
* | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen | 2011-10-06 | 1 | -6/+8 |
* | Fix Sema::CorrectTypo to ignore found but unresolved symbols | Kaelyn Uhrain | 2011-09-07 | 1 | -2/+2 |
* | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian | 2011-08-31 | 1 | -18/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -9/+56 |
* | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -4/+1 |
* | Improve overloaded function handling in the typo correction code. | Kaelyn Uhrain | 2011-08-03 | 1 | -9/+39 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -21/+21 |
* | Use the new llvm::TinyPtrVector class, which implements exactly what | Chris Lattner | 2011-07-18 | 1 | -73/+5 |
* | Fix a bug where a local variable named 'self' is causing | Fariborz Jahanian | 2011-07-12 | 1 | -1/+6 |