summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud