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