Author: faisalv
Date: Wed Jul 19 18:10:56 2017
New Revision: 308574
URL: http://llvm.org/viewvc/llvm-project?rev=308574&view=rev
Log:
[NFC] Update local variable names to upper-case as per LLVM Coding Standards.
Modified:
cfe/trunk/lib/Lex/TokenLexer.cpp
Modified: cfe/trunk/lib/Lex/TokenLexe
ddcc added a comment.
As an aside, I think it'd be good to land https://reviews.llvm.org/D28954 and
https://reviews.llvm.org/D28955 first, since they affect accuracy and precision
of various analyzer parts that this depends on.
> Here are some examples that should all be UNKNOWN (right?) but ar
Prazek added inline comments.
Comment at: include/clang/Basic/Attr.td:2421
-def SelectAny : InheritableAttr, TargetSpecificAttr {
+def SelectAny : InheritableAttr, TargetSpecificAttr {
let Spellings = [Declspec<"selectany">, GCC<"selectany">];
davide wrote:
filcab added a comment.
Should we simply not have `ubsan_blacklist.txt` if it's empty?
Otherwise LGTM
https://reviews.llvm.org/D32047
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL308584: [AArch64] Produce correct defaultlib directives for
windows in MSVC style (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D35546?vs=107058&id=107443#toc
Repository:
Author: mstorsjo
Date: Wed Jul 19 22:47:06 2017
New Revision: 308584
URL: http://llvm.org/viewvc/llvm-project?rev=308584&view=rev
Log:
[AArch64] Produce correct defaultlib directives for windows in MSVC style
Differential Revision: https://reviews.llvm.org/D35546
Modified:
cfe/trunk/lib/Code
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D35603
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
Author: chapuni
Date: Wed Jul 19 23:08:53 2017
New Revision: 308587
URL: http://llvm.org/viewvc/llvm-project?rev=308587&view=rev
Log:
clang/module.modulemap: Split out Clang_RewriteFrontend from Clang_Rewrite.
FIXME: Both Rewrite(Core) and RewriteFrontend don't cover just under
clang/Rewrite. Th
atanasyan updated this revision to Diff 107446.
atanasyan added a comment.
My bad. I did not read your comment thoroughly.
- Restore `IsForDefinition` checkings in
`WinX86_32TargetCodeGenInfo::setTargetAttributes` and
`WindowsARMTargetCodeGenInfo::setTargetAttributes` methods.
Repository:
r
101 - 109 of 109 matches
Mail list logo