summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAge
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-25
* Allow static_assert inside an anonymous union; fixes PR20021 as well as imple...Aaron Ballman2014-06-24
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-19
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-19
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-18
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Allow definition of dllimport static fields in partial specializations (PR19956)Hans Wennborg2014-06-09
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Add pointer types to global named registerRenato Golin2014-06-05
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Sema: Check dll attributes on static data membersNico Rieck2014-05-29
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-28
* Rejecting the mutable specifier on a freestanding type declaration, instead o...Aaron Ballman2014-05-26
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* IRGen: Add more tests for dll attributesNico Rieck2014-05-25
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-23
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-22
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-22
* Reduce string duplicationAlp Toker2014-05-20
* Allow dllimport on function definitions when they're template instantiationsHans Wennborg2014-05-19
* Non-allocatable Global Named RegisterRenato Golin2014-05-19
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-15
* When we generate a redeclaration for anJohn McCall2014-05-14
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-14
* PR19713: Don't warn on unused static inline functions, even if the 'inline' wasRichard Smith2014-05-11
* Consolidate single void paramter checkingAlp Toker2014-05-11
* Add support for partial jump scope checkingAlp Toker2014-05-09
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-07
* Make module self-import an errorBen Langmuir2014-05-05
* Minor cleanups, no behavior change.Nico Weber2014-05-03
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-03
* __thread: Move constant init check to CheckCompleteVariableDeclarationReid Kleckner2014-04-30
* -Wunused-parameter: Don't fire on defaulted or deleted functionsReid Kleckner2014-04-30
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-28
* PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith2014-04-25
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Nitpicky refactoring -- use of nullptr and auto, made a bit more const-correc...Aaron Ballman2014-04-17
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-17
* Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith2014-04-17
* [objc] -[NSObject init] is documented to not do anything, don't warn if subcl...Argyrios Kyrtzidis2014-04-16
* Fix a comment to match the implementationAlp Toker2014-04-15
* Allow address space qualifiers on OpenCL array parametersFraser Cormack2014-04-15
* Improve error recovery around colon.Serge Pavlov2014-04-13
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08