choikwa updated this revision to Diff 120252.
choikwa added a comment.
rebase to trunk
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenF
choikwa added a comment.
> Can you get more information on what GCC actually implemented and why? It's
> not clear to me that ignoring the namespaces is the most-useful way to do
> this. I don't want to emulate GCC bugs, but maybe there's a good reason why
> their implementation works this way.
choikwa added a comment.
In https://reviews.llvm.org/D37624#885308, @hfinkel wrote:
> In https://reviews.llvm.org/D37624#885295, @choikwa wrote:
>
> > In https://reviews.llvm.org/D37624#885290, @hfinkel wrote:
> >
> > > In https://reviews.llvm.org/D37624#885288, @choikwa wrote:
> > >
> > > > - ad
choikwa added a comment.
In https://reviews.llvm.org/D37624#885290, @hfinkel wrote:
> In https://reviews.llvm.org/D37624#885288, @choikwa wrote:
>
> > - add comment to CPP test to explain usage
>
>
> Thanks. Please also add some tests showing matching overloaded functions,
> functions with templ
choikwa updated this revision to Diff 117269.
choikwa added a comment.
- add more CPP tests: func overload, template special
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/Code
choikwa updated this revision to Diff 117268.
choikwa added a comment.
- add comment to CPP test to explain usage
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenFunction
choikwa updated this revision to Diff 117267.
choikwa added a comment.
- - Address formating feedback, remove redundant inline
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/Co
choikwa updated this revision to Diff 117264.
choikwa added a comment.
Addressing Hal's feedback
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGe
choikwa updated this revision to Diff 114388.
choikwa added a comment.
renamed and moved Cache to SourceLocToFileNameMap in CodeGenModule
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib
choikwa added a comment.
Forgot to hang Cache to CodeGenModule, will do that shortly
https://reviews.llvm.org/D37624
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
choikwa updated this revision to Diff 114380.
choikwa added a comment.
addressed code review. made doc consistent with functionality.
https://reviews.llvm.org/D37624
Files:
docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/Cod
choikwa created this revision.
Builds on previous Differential https://reviews.llvm.org/D2219
Changes include:
- Using unordered_map with SourceLocation.ID (raw encoding) as key
- Demangle only if !isExternC. Used dyn_cast((Decl*)CurFuncDecl)
for this
- Modified an existing C testcase to test f
12 matches
Mail list logo