summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-5/+21
* MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer2015-03-191-11/+24
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Fix a crash when the size of an 'auto' is needed and its initalizerKaelyn Takata2015-03-171-0/+14
* MS ABI: Delay default constructor closure checking until the outermost class ...Reid Kleckner2015-03-171-27/+1
* Comment parsing: move a diagnostic to the correct group.Dmitri Gribenko2015-03-171-2/+5
* MS ABI: Generate default constructor closuresDavid Majnemer2015-03-131-1/+27
* Sema: Don't emit a missing prototype warning for deleted functions.Benjamin Kramer2015-03-121-26/+30
* Sema: Properly track mangling number/name for linkage for using declsDavid Majnemer2015-03-111-46/+52
* Wrap to 80 columns. No behavior change.Nico Weber2015-03-091-3/+3
* Wrap to 80 columns. No behavior change.Nico Weber2015-03-071-3/+5
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-18/+4
* Implement section pragma feedback on r205810Reid Kleckner2015-03-041-8/+11
* Make -Wuninitialized warn on pointer-to-member and comma operators.Manuel Klimek2015-03-031-1/+6
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-281-23/+27
* [MSVC] Improved lookup into dependent/non-dependent bases of dependent classAlexey Bataev2015-02-191-32/+72
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-181-2/+0
* Port r163224 to C++.Nico Weber2015-02-181-1/+4
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-181-2/+4
* Revert r229543.Meador Inge2015-02-171-0/+2
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-171-2/+0
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-151-1/+2
* Make a reference const. No behavior change.Nico Weber2015-02-141-1/+1
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-0/+8
* Sema: Don't give attribute alias vars with struct type an init exprDavid Majnemer2015-02-081-0/+2
* [MSVC2012] Allow 'mutable' referencesAlexey Bataev2015-02-041-3/+6
* Weaken an assertion that isn't true for invalid input.Nico Weber2015-01-301-2/+3
* Revert "Sema: err_after_alias is unreachable, remove it"David Majnemer2015-01-211-1/+5
* Sema: err_after_alias is unreachable, remove itDavid Majnemer2015-01-211-5/+1
* Correct all typos in the initialization arguments, even if one could notKaelyn Takata2015-01-211-3/+4
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-201-1/+4
* Add back a check removed in r226436David Majnemer2015-01-191-2/+12
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-191-24/+14
* If a function decl cannot be merged, mark it as invalid.Nico Weber2015-01-171-0/+1
* Sema: Recover when a function template is in an extern "C" blockDavid Majnemer2015-01-151-2/+2
* Sema: It's cheaper to ask LookupResult::empty than to calculate linkageDavid Majnemer2015-01-141-1/+1
* Sema: Check type compatibility with the most recent decl when mergingDavid Majnemer2015-01-141-1/+8
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-2/+2
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-131-1/+3
* Revert "Sema: An extern declaration can't be a redeclaration of a parameter"David Majnemer2015-01-131-2/+4
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-131-4/+2
* Mark vtable used on explicit destructor definitions.Nico Weber2015-01-131-1/+3
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-1/+1
* Sema: Don't crash when variable is redefined as a constexpr functionDavid Majnemer2015-01-091-1/+1
* Sema: RecordDecl shouldn't have a FunctionDecl as a DeclDavid Majnemer2015-01-091-1/+6
* Sema: Don't crash when specializing a global scope function in a classDavid Majnemer2015-01-091-1/+1
* Sema: Remove some dead code from CreateNewFunctionDeclDavid Majnemer2015-01-091-3/+0
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-1/+3
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-1/+1
OpenPOWER on IntegriCloud