summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MS Compat: mark globals emitted in read-only sections constHans Wennborg2014-10-161-4/+6
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-4/+6
* -ms-extensions: Allow __super in return stements.Nikola Smiljanic2014-10-041-5/+1
* MS ABI: Disallow dllimported/exported variables from having TLSDavid Majnemer2014-10-041-1/+12
* Sema: Simplify checkAttributesAfterMergingDavid Majnemer2014-10-041-8/+1
* Update -Wuninitialized to be stricter on CK_NoOp casts.Richard Trieu2014-09-301-5/+10
* Add back checking for condition of conditional operator for -WuninitializedRichard Trieu2014-09-261-0/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+8
* Add increment/decrement operators and compound assignment operators to theRichard Trieu2014-09-251-0/+16
* Sema: Inherit the flexible array property from struct fieldsDavid Majnemer2014-09-241-9/+6
* Fix an edge case with BinaryOperator's in -Wuninitialized. Add testcases forRichard Trieu2014-09-241-2/+4
* Improve -Wuninitialized to take into account field ordering with initializerRichard Trieu2014-09-231-1/+87
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-2/+8
* Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber2014-09-191-5/+9
* Sema: Diagnose undefined structs used as Microsoft anonymous structsDavid Majnemer2014-09-181-5/+11
* Allow empty statements in naked functions in addition to ASM statementsEhsan Akhgari2014-09-091-1/+1
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-3/+39
* Stop double visiting some expressions during self reference checking.Richard Trieu2014-09-041-5/+17
* Don't allow non-ASM statements in naked functionsHans Wennborg2014-09-041-0/+11
* Don't load invalid enum value in Sema::LazilyCreateBuiltin.Alexey Samsonov2014-08-281-10/+8
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+4
* More -Wuninitialized updatesRichard Trieu2014-08-271-4/+19
* Allow adding dll attributes on certain redecls with a warning if the decl has...Hans Wennborg2014-08-271-6/+23
* Clarify comment so this doesn't appear to be a C11-only rule.Richard Smith2014-08-261-0/+3
* revert patch r216469.Fariborz Jahanian2014-08-261-1/+1
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-261-1/+1
* Passing a variable to std::move now counts as a use for -WuninitializedRichard Trieu2014-08-261-0/+15
* PR20716 - Crash when recovering from type in known dependent base.Nikola Smiljanic2014-08-241-1/+4
* Fix PR20705, crash on invalid.Richard Trieu2014-08-221-1/+1
* Objective-C. Recover from missing interface decl.Fariborz Jahanian2014-08-211-1/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-6/+6
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* Improve -Wuninitialized to catch const classes being used in their own copyRichard Trieu2014-08-121-0/+9
* Sema: Handle declspecs without declarators in records properly in C modeDavid Majnemer2014-08-111-16/+28
* [modules] When considering merging a newly-declared typedef into an importedRichard Smith2014-08-101-1/+38
* Don't drop dllimport from qualified friend redeclarations (PR20512)Hans Wennborg2014-08-041-4/+8
* Factor out exception specification information fromRichard Smith2014-07-311-6/+4
* Local extern redeclarations of dllimport variables stay dllimport even if the...Hans Wennborg2014-07-311-2/+3
* Delay check for prototype on __fastcall functions until after MergeFunctionDecl.Nico Weber2014-07-311-0/+12
* Add stopgap option -fmodule-implementation-of <name>Ben Langmuir2014-07-231-0/+3
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-221-0/+7
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-2/+2
* Objective-C. deprecated attribute is not inherited on methodsFariborz Jahanian2014-07-171-0/+2
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-171-0/+1
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-23/+21
* Return a FixItHint instead of taking a diagnostic builderReid Kleckner2014-07-111-7/+6
* MSVC compat: Allow lookup of friend types in enclosing namespacesReid Kleckner2014-07-101-6/+63
* Sema: Allow aliases to have incomplete typeDavid Majnemer2014-07-091-5/+7
* MS compat: Allow lookup of types from dependent bases in functionsReid Kleckner2014-07-081-2/+11
* Allow more lookup of types in dependent base classesReid Kleckner2014-07-081-0/+66
OpenPOWER on IntegriCloud