summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* When computing the composite pointer type for relational comparisons,Douglas Gregor2010-02-251-1/+2
* Restore the invariant that a nested-name-specifier can only containDouglas Gregor2010-02-251-7/+2
* Use CXXPseudoDestructorExpr as the stored representation for dependentDouglas Gregor2010-02-251-13/+3
* Keep track of the location of the '~' in a pseudo-destructor expression.Douglas Gregor2010-02-241-0/+1
* Split ActOnPseudoDestructorExpr into the part that interprets theDouglas Gregor2010-02-241-0/+9
* ActOnPseudoDestructorExpr now performs all semantic analysis forDouglas Gregor2010-02-241-2/+20
* Rework parsing of pseudo-destructor expressions and explicitDouglas Gregor2010-02-241-1/+12
* More Sema check for ivars in class continuation.Fariborz Jahanian2010-02-231-0/+2
* Implement support for parsing pseudo-destructor expression with a nested-name...Douglas Gregor2010-02-211-2/+7
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-161-0/+6
* Rename argument so the name reflects what it's doing.Benjamin Kramer2010-02-161-1/+1
* Add Sema support for __builtin_fpclassify by extending the existing check for...Benjamin Kramer2010-02-151-1/+1
* Work around an annoying, non-standard optimization in the glibcDouglas Gregor2010-02-121-1/+3
* In C++, allow builtins to be referred to via qualified name lookup, e.g.,Douglas Gregor2010-02-121-1/+0
* Waste two bits in every clang::Type so that the type class can be readJohn McCall2010-02-121-1/+1
* Implementing unused function warning.Tanya Lattner2010-02-121-0/+3
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-38/+107
* Finish implementing property synthesis by default.Fariborz Jahanian2010-02-091-0/+3
* Implement synthesizing properties by default.Fariborz Jahanian2010-02-091-0/+5
* Thread a source location into the template-argument deduction routines. ThereJohn McCall2010-02-081-3/+17
* Add attributes to namespace decls.Anders Carlsson2010-02-071-1/+2
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-3/+1
* Default function arguments for function template specializationsDouglas Gregor2010-02-051-1/+2
* Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall2010-02-041-1/+3
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-0/+5
* Fix DeclContext of an objective-c @catch variableFariborz Jahanian2010-02-031-0/+1
* Mark dtors for parameter variables and eliminate some redundant type munging.John McCall2010-02-021-2/+2
* Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall2010-02-021-0/+1
* Add a stop gap to Sema::CorrectTypo() to correct only up to 20 typos.Ted Kremenek2010-02-021-0/+3
* Access checking for implicit user-defined conversions.John McCall2010-02-011-0/+2
* Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ...Sebastian Redl2010-01-311-8/+2
* Switch expressions like T() and T(1,2) over to new-style initialization. I'mEli Friedman2010-01-311-14/+0
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-6/+10
* Use IdentifierInfo * instead of std::string for the AsmStmt names.Anders Carlsson2010-01-301-1/+1
* Switch Sema over to using the new implementation of format stringTed Kremenek2010-01-291-7/+0
* Start fleshing out Sema::AlternateCheckPrintfString():Ted Kremenek2010-01-281-2/+5
* Access checking for overloaded operators.John McCall2010-01-281-0/+2
* Add placeholder function in Sema for new format string checking logic.Ted Kremenek2010-01-281-0/+7
* Implement access-check delays for out-of-line member definitionsJohn McCall2010-01-271-4/+56
* Implement access control for overloaded functions. Suppress access controlJohn McCall2010-01-271-9/+15
* Handle redeclarations found by ADL deterministically and reasonably.John McCall2010-01-261-3/+2
* Preserve access bits through overload resolution much better. SomeJohn McCall2010-01-261-7/+13
* Pass access specifiers around in overload resolution.John McCall2010-01-261-4/+12
* Implement instantiation of AsmStmts (Crazy, I know)Anders Carlsson2010-01-241-1/+1
* fix PR6034, a crash on invalid where the switch stack would get Chris Lattner2010-01-241-0/+2
* Implement elementary access control.John McCall2010-01-231-0/+3
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-201-3/+11
* Teach Sema::ActOnDependentTemplateName that a dependent template nameDouglas Gregor2010-01-191-1/+0
* Preserve type source information in compound literal expressions.John McCall2010-01-181-1/+6
* Mostly renaming some methods and updating comments toFariborz Jahanian2010-01-181-4/+6
OpenPOWER on IntegriCloud