| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve code completion for Objective-C message sends when the opening | Douglas Gregor | 2010-09-15 | 1 | -9/+4 |
* | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor | 2010-09-15 | 2 | -1/+12 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -8/+3 |
* | Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ... | Ted Kremenek | 2010-09-15 | 3 | -6/+8 |
* | Microsoft's flexible array rules relaxation: | Francois Pichet | 2010-09-15 | 1 | -2/+9 |
* | Introduce a new code-completion context for a parenthesized | Douglas Gregor | 2010-09-14 | 2 | -2/+8 |
* | Add CFG::BuildOptions class to pass in CFG builder options under on parameter... | Ted Kremenek | 2010-09-14 | 1 | -2/+15 |
* | Driver: Add a -stdlib= argument which can be used to select the C++ standard | Daniel Dunbar | 2010-09-14 | 3 | -0/+6 |
* | Driver: Factor out some code for handling the C++ standard library. | Daniel Dunbar | 2010-09-14 | 1 | -0/+19 |
* | RHS of property expression assignment requires | Fariborz Jahanian | 2010-09-14 | 1 | -0/+3 |
* | When marking the declarations in a default argument expression as | Douglas Gregor | 2010-09-14 | 1 | -0/+2 |
* | Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t... | Tom Care | 2010-09-14 | 1 | -5/+5 |
* | Add __char16_t and __char32_t as aliases for the C++0x char16_t and | Douglas Gregor | 2010-09-13 | 1 | -0/+5 |
* | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -1/+67 |
* | Add reverse iterator for initializers in constructor. Patch by Marcin Świde... | Ted Kremenek | 2010-09-13 | 1 | -0/+17 |
* | Add 'insert()' to BumpVector. Patch by Marcin Świderski! | Ted Kremenek | 2010-09-13 | 1 | -1/+27 |
* | Remove from the CFG the half-implemented support for scoping information. We... | Ted Kremenek | 2010-09-13 | 1 | -9/+1 |
* | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl | 2010-09-13 | 1 | -3/+0 |
* | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl | 2010-09-13 | 2 | -11/+13 |
* | When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ... | Argyrios Kyrtzidis | 2010-09-13 | 2 | -3/+11 |
* | Remove the trivial setters from CXXDeleteExpr. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -6/+2 |
* | Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -9/+4 |
* | Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -20/+3 |
* | Parentheses around address non-type template argument is demoted to an extens... | Abramo Bagnara | 2010-09-13 | 1 | -2/+2 |
* | When performing overload resolution, only compare the final conversion | Douglas Gregor | 2010-09-12 | 1 | -2/+4 |
* | Diagnose the instantiation of variables (including static data | Douglas Gregor | 2010-09-12 | 1 | -0/+2 |
* | When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the | Douglas Gregor | 2010-09-12 | 1 | -0/+8 |
* | Add basic support for Microsoft enum forward declaration. | Francois Pichet | 2010-09-12 | 1 | -0/+2 |
* | Teach the EvaluatedExprVisitor and its client, which marks | Douglas Gregor | 2010-09-11 | 1 | -0/+8 |
* | Add a completely unnecessary "template" keyword to appease GCC | Douglas Gregor | 2010-09-11 | 1 | -1/+1 |
* | When parsing default function arguments, do not mark any declarations | Douglas Gregor | 2010-09-11 | 2 | -1/+86 |
* | Support in-class initialization of static const floating-point data members. | John McCall | 2010-09-10 | 1 | -4/+9 |
* | Address Doug's comments. | Sebastian Redl | 2010-09-10 | 1 | -3/+0 |
* | Follow Ted's example and hide CXXNoexceptExpr's setters from all but serializ... | Sebastian Redl | 2010-09-10 | 1 | -3/+5 |
* | Serialization support for CXXNoexceptExpr. | Sebastian Redl | 2010-09-10 | 2 | -11/+19 |
* | Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropert... | Ted Kremenek | 2010-09-10 | 1 | -3/+5 |
* | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 4 | -0/+37 |
* | Parse the noexcept operator and stub out sema. | Sebastian Redl | 2010-09-10 | 2 | -0/+4 |
* | Implement Expr::CanThrow, a function that applies the noexcept operator rules... | Sebastian Redl | 2010-09-10 | 1 | -2/+12 |
* | Make CallExpr::getCalleeDecl look through pointer derefs. | Sebastian Redl | 2010-09-10 | 1 | -0/+1 |
* | Fix a comment. | Sebastian Redl | 2010-09-10 | 1 | -1/+1 |
* | Re-devirtualize this. A new virtual method snuck in. | Chandler Carruth | 2010-09-10 | 1 | -4/+4 |
* | Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ... | Ted Kremenek | 2010-09-10 | 2 | -0/+6 |
* | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care | 2010-09-10 | 3 | -1/+5 |
* | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 2010-09-10 | 1 | -5/+35 |
* | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor | 2010-09-09 | 2 | -6/+31 |
* | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -3/+8 |
* | Fix typo in diagnostic. | Daniel Dunbar | 2010-09-09 | 1 | -1/+1 |
* | Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release | Bill Wendling | 2010-09-09 | 1 | -0/+1 |
* | Use FindReportInEquivalenceClass to identify all the nodes used for the trimm... | Ted Kremenek | 2010-09-09 | 1 | -2/+4 |