summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCXXScopeSpec.cpp
Commit message (Expand)AuthorAge
* Consolidate some note diagnosticsAlp Toker2014-05-28
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Improve error recovery around colon.Serge Pavlov2014-04-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-09
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-14
* Make Sema::BuildCXXNestedNameSpecifier correctly clear the previousKaelyn Uhrain2013-12-16
* Fix crash if a variable template specialization is used in a nested-name-spec...Richard Smith2013-12-04
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-04
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-20
* Don't correct typos in Sema::BuildCXXNestedNameSpecifier with -fms-extensionsKaelyn Uhrain2013-09-19
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-17
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-02
* Remove dead code.Eli Friedman2013-06-19
* Remove some no-op static_casts.Richard Smith2013-03-26
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-23
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-22
* Fix typo correction of one qualified name to another.David Blaikie2012-10-12
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-04
* In C++11 mode, implement the C++11 semantics forDouglas Gregor2012-05-01
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-23
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-14
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-06
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-06
* Make the callback object to Sema::CorrectTypo mandatory.Kaelyn Uhrain2012-01-31
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-27
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo,Kaelyn Uhrain2012-01-12
* Support decltype in nested-name-specifiers.David Blaikie2011-12-04
* Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith2011-10-20
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.Richard Smith2011-10-18
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-07
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-17
* In Microsoft mode, if we are within a templated function and we can't resolve...Francois Pichet2011-07-27
* Fixed enum types can be complete without actually being valid to useJohn McCall2011-07-06
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-28
* When checking a set of template parameter lists against aDouglas Gregor2011-05-15
* Implement support for C++0x alias templates.Richard Smith2011-05-05
* Clean up Sema::BuildCXXNestedNameSpecifier()'s creation of TypeLocDouglas Gregor2011-05-04
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor2011-03-04
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-01
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-01
* When we encounter a dependent template name within aDouglas Gregor2011-02-28