summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* ArrayRef-ifying the fields passed to Sema::ActOnFieldsDavid Blaikie2011-09-221-8/+9
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-211-3/+3
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-211-2/+2
* Remove redundant break statements, and replace asserts with llvm_unreachablePeter Collingbourne2011-09-201-2/+1
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+19
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-181-0/+6
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-17/+18
* Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclarationKaelyn Uhrain2011-09-141-2/+7
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-2/+2
* Kill off an irrelevant FIXMEDouglas Gregor2011-09-121-4/+1
* Diagnose attempt to mark function-local declarations as __module_private__.Douglas Gregor2011-09-121-7/+35
* Allow __module_private__ on fieldsDouglas Gregor2011-09-121-0/+6
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-0/+6
* Specializations cannot be module-hidden. Diagnose attempts to do so.Douglas Gregor2011-09-091-6/+24
* __module_private__ is inherited by redeclarations of an entity, andDouglas Gregor2011-09-091-7/+31
* Propagate __module_private__ from previous declarations to laterDouglas Gregor2011-09-091-1/+19
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-0/+17
* Change all references of type ExprTy to Expr and get rid of the typedefs.Richard Trieu2011-09-091-3/+3
* Thread safety: added support for function scopes in attribute arguments.Caitlin Sadowski2011-09-081-0/+23
* Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski2011-09-081-0/+9
* Adding FixIts to static/inline main declaration diagnostics.David Blaikie2011-09-081-35/+36
* Change the self-reference visitor (which gives the warning for self-reference...Richard Trieu2011-09-071-0/+1
* Implement the Named Return Value Optimization (NRVO) for blocks.Douglas Gregor2011-09-061-3/+3
* Implement the Named Return Value Optimization (NRVO) for Objective-C++Douglas Gregor2011-09-061-0/+3
* Add test case for defaulted copy and move structure validation.Sebastian Redl2011-09-041-0/+2
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-11/+11
* Extend the self-reference warning to catch when a constructor references itse...Richard Trieu2011-09-011-13/+60
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-18/+0
* Minor clean up of objc's decl context stuff.Fariborz Jahanian2011-08-291-1/+1
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-0/+6
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-0/+14
* Refactor and fix checking for initialization of flexible array members. The ...Eli Friedman2011-08-231-21/+0
* Fix an incorrect note.Matt Beaumont-Gay2011-08-231-1/+1
* Warn on missing [super dealloc] calls.Nico Weber2011-08-221-0/+7
* Restore patch I reversed in r138040. Known buildbotFariborz Jahanian2011-08-221-11/+23
* Revers r138040. Need to look at a few buildbot failures.Fariborz Jahanian2011-08-191-23/+11
* objective-c: Bring objective-c handling of decl contextFariborz Jahanian2011-08-191-11/+23
* Fix the rest of the indent goofiness here.Chandler Carruth2011-08-191-3/+3
* Fix an egregious formatting goof.Chandler Carruth2011-08-191-19/+19
* Don't accept a typo correction if the corrected identifier is the same as theKaelyn Uhrain2011-08-181-1/+2
* Rework DiagnoseInvalidRedeclaration to add the ability to correct typos whenKaelyn Uhrain2011-08-181-23/+69
* Track in the AST whether a function is constexpr.Richard Smith2011-08-151-4/+52
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-9/+35
* Fix some comments.Richard Smith2011-08-121-5/+3
* Overriding the predefined Protocol isn't something that's actuallyDouglas Gregor2011-08-121-5/+0
* Encapsulate the Objective-C id/Class/SEL "redefinition" types inDouglas Gregor2011-08-111-3/+3
* Match type names and give more info for out-of-line function definition errors.Kaelyn Uhrain2011-08-041-8/+43
* Make the type of the IntegerLiteral for bitfield paddings an actualDouglas Gregor2011-08-031-3/+4
* Add a fixit for removal of unused label.Anna Zaks2011-07-281-1/+17
* Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory,Douglas Gregor2011-07-281-3/+20
OpenPOWER on IntegriCloud