summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears.Alexis Hunt2011-05-061-16/+17
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-9/+4
* Do defaulted constructors properly.Alexis Hunt2011-05-061-10/+53
* Revert r130912 in order to approach defaulted functions from the otherAlexis Hunt2011-05-061-2/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-16/+25
* Implement some framework for defaulted constructors.Alexis Hunt2011-05-051-1/+2
* When tag lookup finds something ambiguous, and we're defining a newDouglas Gregor2011-05-041-0/+13
* When parsing a template friend declaration we dropped the templateChandler Carruth2011-05-031-1/+11
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-6/+17
* Extend Sema::ClassifyName() to support C++, ironing out a few issuesDouglas Gregor2011-04-271-33/+41
* Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor2011-04-271-3/+19
* Add ms_struct attribute on record typeeFariborz Jahanian2011-04-261-0/+2
* 'extern' variables in functions don't shadow externs in global scope. Fixes r...Argyrios Kyrtzidis2011-04-251-14/+4
* When Sema::ClassifyName() finds an invalid ivar reference, return anDouglas Gregor2011-04-251-11/+3
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-0/+306
* Correctly emit a diagnostic for multiple templated function definitions in -f...Francois Pichet2011-04-221-18/+18
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-1/+6
* Do not return true from MergeFunctionDecl for a warn_static_non_static warnin...Francois Pichet2011-04-221-6/+8
* I concur with DPG here. This does indeed apply in 0x mode. Added testChandler Carruth2011-04-221-2/+1
* For consistency, change suffix from war_ to warn_ for some Microsoft warnings...Francois Pichet2011-04-221-1/+1
* Downgrade error "static declaration of 'foo' follows non-static declaration" ...Francois Pichet2011-04-221-2/+4
* ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar2011-04-191-2/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-41/+69
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+41
* Still not used to put the * next to the variable name.Francois Pichet2011-04-131-1/+1
* In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t...Francois Pichet2011-04-131-1/+32
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-2/+3
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-3/+3
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-1/+10
* Accept __declspec(dllimport) for function defined at class scope in Microsoft...Francois Pichet2011-03-291-1/+3
* Diagnose uninitialized uses of a variable within its own initializer.Chandler Carruth2011-03-271-1/+44
* Don't warn about the 'extern' in 'extern "C"' on a tag decl. This isJohn McCall2011-03-261-2/+7
* Get rid of handling of the 'explicit' keyword from class-head. We still parse...Anders Carlsson2011-03-251-5/+3
* Minor fix in the injection of labels, since we want to look at the redeclarat...Douglas Gregor2011-03-241-1/+1
* Insomniac refactoring: change how the parser allocates attributes so thatJohn McCall2011-03-241-4/+6
* Warn about unused declaration-specifiers on tag declarations.John McCall2011-03-221-10/+42
* Apply Jonathan Sauer's proposed solution to PR9519. Thanks!John McCall2011-03-221-1/+1
* Defined friend functions are *implicitly* inlined, unless the inline specifie...Abramo Bagnara2011-03-181-8/+8
* Fixed inconsistency when adding TemplateParameterListsInfo.Abramo Bagnara2011-03-181-69/+69
* Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ...Richard Smith2011-03-171-3/+5
* Detect attempts to provide a specialization of a function within aDouglas Gregor2011-03-161-3/+9
* When we're inserting a synthesized label declaration for aDouglas Gregor2011-03-161-2/+6
* When synthesizing a label declaration based on a goto statement thatDouglas Gregor2011-03-141-1/+14
* Make deallocation functions implicitly noexcept in C++0x.Sebastian Redl2011-03-141-2/+2
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-4/+6
* Avoid do drop outer template parameter lists on the floor.Abramo Bagnara2011-03-101-4/+4
* Revert r127206 "Detect attempts to provide a specialization of a function withinDaniel Dunbar2011-03-091-8/+3
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-7/+6
* Warn on usage of unavailable objc 'class' inFariborz Jahanian2011-03-081-0/+1
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-2/+4
OpenPOWER on IntegriCloud