summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-22/+27
* Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker2014-07-021-33/+18
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-1/+1
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-251-14/+19
* Allow static_assert inside an anonymous union; fixes PR20021 as well as imple...Aaron Ballman2014-06-241-0/+2
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-191-0/+31
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-191-5/+3
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-23/+45
* Inherit dll attributes to static localsHans Wennborg2014-06-181-0/+12
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-24/+12
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-121-1/+1
* Allow definition of dllimport static fields in partial specializations (PR19956)Hans Wennborg2014-06-091-2/+4
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-0/+44
* Add pointer types to global named registerRenato Golin2014-06-051-0/+4
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-041-2/+11
* Sema: Check dll attributes on static data membersNico Rieck2014-05-291-4/+20
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-2/+2
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-14/+14
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-281-0/+5
* Rejecting the mutable specifier on a freestanding type declaration, instead o...Aaron Ballman2014-05-261-2/+7
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-162/+167
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-1/+2
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-0/+4
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+5
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-8/+12
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-221-2/+4
* Reduce string duplicationAlp Toker2014-05-201-7/+2
* Allow dllimport on function definitions when they're template instantiationsHans Wennborg2014-05-191-1/+2
* Non-allocatable Global Named RegisterRenato Golin2014-05-191-7/+8
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-14/+6
* When we generate a redeclaration for anJohn McCall2014-05-141-1/+9
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-141-3/+6
* PR19713: Don't warn on unused static inline functions, even if the 'inline' wasRichard Smith2014-05-111-2/+3
* Consolidate single void paramter checkingAlp Toker2014-05-111-6/+2
* Add support for partial jump scope checkingAlp Toker2014-05-091-2/+0
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-1/+6
* Make module self-import an errorBen Langmuir2014-05-051-0/+7
* Minor cleanups, no behavior change.Nico Weber2014-05-031-11/+9
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-19/+19
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-17/+8
* __thread: Move constant init check to CheckCompleteVariableDeclarationReid Kleckner2014-04-301-21/+20
* -Wunused-parameter: Don't fire on defaulted or deleted functionsReid Kleckner2014-04-301-1/+3
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-1/+2
* PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith2014-04-251-1/+2
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-6/+9
* Nitpicky refactoring -- use of nullptr and auto, made a bit more const-correc...Aaron Ballman2014-04-171-12/+12
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-171-43/+24
* Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith2014-04-171-6/+6
* [objc] -[NSObject init] is documented to not do anything, don't warn if subcl...Argyrios Kyrtzidis2014-04-161-2/+14
* Fix a comment to match the implementationAlp Toker2014-04-151-1/+1
OpenPOWER on IntegriCloud