r206202 - Add clang:: qualifier back to Module
Ben Langmuir
blangmuir at apple.com
Mon Apr 14 11:59:40 PDT 2014
On Apr 14, 2014, at 11:53 AM, Nick Lewycky <nlewycky at google.com> wrote:
> On 14 April 2014 11:21, Ben Langmuir <blangmuir at apple.com> wrote:
> Author: benlangmuir
> Date: Mon Apr 14 13:21:04 2014
> New Revision: 206202
>
> URL: http://llvm.org/viewvc/llvm-project?rev=206202&view=rev
> Log:
> Add clang:: qualifier back to Module
>
> Apparently this was required by some compilers.
>
> I don't believe this fix is correct, I think the code is still invalid even if it happens to compile, since it's still changing the meaning of the name "Module" inside a class scope.
Fair enough. I’ll take a look at renaming this later if no one beats me to it. I just wanted to make sure it built for the time being.
Ben
>
> The compilers which issued these errors were certainly correct, I've filed PR19427 for clang to detect this some day.
>
> Nick
>
> Modified:
> cfe/trunk/include/clang/Frontend/FrontendActions.h
>
> Modified: cfe/trunk/include/clang/Frontend/FrontendActions.h
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/FrontendActions.h?rev=206202&r1=206201&r2=206202&view=diff
> ==============================================================================
> --- cfe/trunk/include/clang/Frontend/FrontendActions.h (original)
> +++ cfe/trunk/include/clang/Frontend/FrontendActions.h Mon Apr 14 13:21:04 2014
> @@ -93,7 +93,7 @@ public:
> };
>
> class GenerateModuleAction : public ASTFrontendAction {
> - Module *Module;
> + clang::Module *Module;
> const FileEntry *ModuleMapForUniquing;
> bool IsSystem;
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140414/d567effe/attachment.html>
More information about the cfe-commits
mailing list