summaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
Commit message (Expand)AuthorAge
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13
* ArrayRef'ize Sema::FindAllocationFunctionsDmitri Gribenko2013-05-10
* ArrayRef'ize GenericSelectionExprDmitri Gribenko2013-05-10
* ArrayRef'ize Sema::CheckMessageArgumentTypesDmitri Gribenko2013-05-10
* ArrayRef'ize Sema::FindAllocationOverloadDmitri Gribenko2013-05-10
* Revert my r181563, breaks tests on buildbotsDmitri Gribenko2013-05-10
* ArrayRef'ize Sema::ActOnMemInitializerDmitri Gribenko2013-05-09
* ArrayRef'ize Sema::FindAllocationOverloadDmitri Gribenko2013-05-09
* ArrayRef'ize Sema::BuildCallToObjectOfClassTypeDmitri Gribenko2013-05-09
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-09
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-08
* ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko2013-05-05
* ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!Richard Smith2013-05-05
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-04
* Implement template support for CapturedStmtWei Pan2013-05-04
* Move CapturedStmt parameters to CapturedDeclBen Langmuir2013-05-03
* Add const qualifier to Sema::getTypeName's parameter `II`Dmitri Gribenko2013-05-03
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-30
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* Use ArrayRef in AddMethodCandidate.Rafael Espindola2013-04-29
* Small CapturedStmt improvementsBen Langmuir2013-04-29
* ArrayRef'ize Sema::ActOnEnumBody. No functionality change.Dmitri Gribenko2013-04-27
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-24
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor2013-04-17
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-17
* Sema for Captured StatementsTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Remove hasExternalLinkageUncached.Rafael Espindola2013-04-15
* Add support for computing the exception specification for an inheritingRichard Smith2013-04-10
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-04
* Add 178663 back.Rafael Espindola2013-04-03
* Revert 178663.Rafael Espindola2013-04-03
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-03
* Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall2013-04-02
* Only merge down a variable type if the previous declaration wasJohn McCall2013-04-01
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-28
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-28
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-26
* Fix DeclRefExpr::getFoundDecl() for usages by reference.Daniel Jasper2013-03-22
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-22
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-19
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-18
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-18
* Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis2013-03-14