| Commit message (Expand) | Author | Age | Files | Lines |
* | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall | 2010-06-01 | 1 | -0/+4 |
* | A more minimal fix for PR6762. | John McCall | 2010-05-28 | 1 | -0/+2 |
* | When determining whether we can use "this", make sure to look through | Douglas Gregor | 2010-05-22 | 1 | -1/+1 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -5/+6 |
* | Implement semantic analysis and an AST representation for the named | Douglas Gregor | 2010-05-15 | 1 | -0/+1 |
* | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -3/+15 |
* | Delete a dead function at sabre's request. | Chandler Carruth | 2010-05-13 | 1 | -11/+0 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -2/+2 |
* | Rearchitect -Wconversion and -Wsign-compare. Instead of computing them | John McCall | 2010-05-06 | 1 | -2/+0 |
* | Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -2/+1 |
* | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -3/+2 |
* | Rename InheritancePath to BasePath, rename CastExpr::CXXBaseVector to CXXBase... | Anders Carlsson | 2010-04-24 | 1 | -4/+3 |
* | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -2/+6 |
* | Remove all "used" static functions *after* we have performed all of | Douglas Gregor | 2010-04-09 | 1 | -8/+7 |
* | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor | 2010-03-25 | 1 | -0/+24 |
* | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -1/+2 |
* | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -5/+0 |
* | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -4/+60 |
* | Implement jump checking for initialized c++ variables, implementing | Chris Lattner | 2010-03-01 | 1 | -0/+2 |
* | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+15 |
* | Move the diagnostic argument formatting function out of Sema and make | Douglas Gregor | 2010-02-09 | 1 | -245/+3 |
* | Add a stop gap to Sema::CorrectTypo() to correct only up to 20 typos. | Ted Kremenek | 2010-02-02 | 1 | -1/+1 |
* | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -6/+9 |
* | Don't a.k.a. through the primary typedef of an anonymous tag decl. | John McCall | 2010-01-13 | 1 | -0/+6 |
* | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -1/+8 |
* | Move the -Wconversion logic into SemaChecking.cpp. There's a fair amount of | John McCall | 2010-01-04 | 1 | -310/+1 |
* | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -8/+1 |
* | Kill off PreDeclaratorDC. | John McCall | 2009-12-19 | 1 | -2/+2 |
* | Rework how virtual member functions are marked. If a class has no key functio... | Anders Carlsson | 2009-12-07 | 1 | -12/+21 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -8/+8 |
* | Refactor our handling of expression evaluation contexts, so that Sema | Douglas Gregor | 2009-11-26 | 1 | -2/+5 |
* | Allow user re-definition of SEL as well as accessing its fields. | Fariborz Jahanian | 2009-11-25 | 1 | -1/+1 |
* | Make 'SEL' pointer to a builtin type and not an | Fariborz Jahanian | 2009-11-23 | 1 | -1/+1 |
* | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian | 2009-11-21 | 1 | -5/+3 |
* | Do not enter forward class 'Protocol' in decl context. | Fariborz Jahanian | 2009-11-18 | 1 | -1/+1 |
* | Rework Sema code completion interface. | Daniel Dunbar | 2009-11-13 | 1 | -2/+3 |
* | Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of | John McCall | 2009-11-11 | 1 | -3/+9 |
* | Improve diagnostics when a default template argument does not match | Douglas Gregor | 2009-11-11 | 1 | -2/+3 |
* | Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the | John McCall | 2009-11-07 | 1 | -0/+4 |
* | Improve -Wconversion by permitting binary operations on values of the target | John McCall | 2009-11-07 | 1 | -42/+129 |
* | Implement -Wconversion. Off by default, in the non-gcc group. There's | John McCall | 2009-11-07 | 1 | -6/+225 |
* | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall | 2009-11-04 | 1 | -1/+1 |
* | Preserve type source information in TypedefDecls. Preserve it across | John McCall | 2009-10-24 | 1 | -16/+22 |
* | Implement PR5242: don't desugar a type more than once in a diagnostic. This | Chris Lattner | 2009-10-20 | 1 | -14/+33 |
* | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner | 2009-10-20 | 1 | -0/+2 |
* | code cleanup, convert if tree to switch etc. | Chris Lattner | 2009-10-20 | 1 | -19/+26 |
* | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -28/+100 |
* | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -3/+2 |
* | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor | 2009-10-13 | 1 | -0/+1 |
* | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -68/+89 |