summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-2/+6
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-3/+28
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-1/+1
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-1/+0
* [modules] Fix assert/crash when parsing and merging a definition of a class w...Richard Smith2015-06-111-0/+16
* [modules] Fix a few places where merging wasn't performed if modules was disa...Richard Smith2015-06-111-3/+4
* Do not parse members of incomplete class.Serge Pavlov2015-06-101-2/+4
* PR5172: Fix for a bug in pragma redefine_extname implementation:Alexander Musman2015-06-101-9/+15
* [modules] Support for merging a parsed definition of a static data member of ...Richard Smith2015-05-191-14/+33
* [modules] Move implicit creation of ImportDecls for #includes transformed int...Richard Smith2015-05-181-1/+20
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-14/+36
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-2/+2
* Give isCompatibleWithMSVC a better interfaceDavid Majnemer2015-05-111-2/+3
* [modules] Suport for merging a parsed enum definition into an existing import...Richard Smith2015-05-071-11/+33
* Allow TransformTypos to ignore corrections to a specified VarDecl.Kaelyn Takata2015-05-051-4/+5
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-4/+2
* [cuda] Preserve TLS storage class of host variable even if it's aArtem Belevich2015-04-281-2/+6
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-0/+17
* [cuda] Ignore "TLS unsupported by target" errors for host variables during de...Artem Belevich2015-04-271-4/+14
* [Sema] Don't allow unverified bitfields in FieldDeclsDavid Majnemer2015-04-261-1/+3
* [Sema] Check if a builtin is FunctionPrototype().Davide Italiano2015-04-251-1/+1
* Diagnose variadic main() as an extension; addresses PR17905.Aaron Ballman2015-04-231-0/+6
* Wrap to 80 columns, fix typo in comment. No behavior change.Nico Weber2015-04-221-2/+3
* [Sema] Don't crash if array bound calculation overflowed constexpr arrayDavid Majnemer2015-04-181-0/+2
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-14/+1
* [modules] Allow a function template definition if we have a pre-existing but ...Richard Smith2015-03-271-3/+6
* [modules] Allow a function to be redefined if the old definition is not visible.Richard Smith2015-03-271-0/+9
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-2/+31
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-271-4/+6
* [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
OpenPOWER on IntegriCloud