Author: abataev
Date: Tue Mar 29 03:58:54 2016
New Revision: 264709
URL: http://llvm.org/viewvc/llvm-project?rev=264709&view=rev
Log:
[OPENMP] Remove extra code transformation.
For better support of some specific GNU extensions some extra
transformation of AST nodes were introduced. These transfo
Author: mps
Date: Tue Mar 29 04:24:45 2016
New Revision: 264710
URL: http://llvm.org/viewvc/llvm-project?rev=264710&view=rev
Log:
Visual Studio native visualizer for InjectedClassNameType
Also fixes some omissions for TemplateSpecializationType
Modified:
cfe/trunk/utils/ClangVisualizers/clan
Author: mps
Date: Tue Mar 29 05:57:24 2016
New Revision: 264714
URL: http://llvm.org/viewvc/llvm-project?rev=264714&view=rev
Log:
Visual Studio native visualization for TemplateParameterList and
TemplateTypeParmDecl
With this change, a TemplateParameterList will suggestively display in the
loca
Author: abataev
Date: Tue Mar 29 05:59:56 2016
New Revision: 264715
URL: http://llvm.org/viewvc/llvm-project?rev=264715&view=rev
Log:
[OPENMP 4.5] Allow data members in 'aligned' clause.
OpenMP 4.5 allows privatization of data members OpenMP clauses. Patch
adds support for data members in 'aligne
aaron.ballman added a comment.
In http://reviews.llvm.org/D18265#385300, @baloghadamsoftware wrote:
> Thank you for your comments, but they are not related to my changes. These
> lines were present in the original file and I did not change them.
Ah, good to know (hard to tell context in Phab s
szdominik added a comment.
Hi!
I'm working on the same (or almost the same) checker as you, so maybe you'll
find helpful my code.
I think your approach (or heuristics) is better than mine, but there are other
options in this problem.
e.g.
- more precise location (where exactly is the missing c
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264727: Add additional Hi/Lo registers to Clang
MipsTargetInfoBase (authored by hvarga).
Changed prior to commit:
http://reviews.llvm.org/D17378?vs=48309&id=51893#toc
Repository:
rL LLVM
http://revi
Author: hvarga
Date: Tue Mar 29 07:46:16 2016
New Revision: 264727
URL: http://llvm.org/viewvc/llvm-project?rev=264727&view=rev
Log:
Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Differential Revision: http://reviews.llvm.org/D17378
Modified:
cfe/trunk/lib/Basic/Targets.cpp
c
Prazek added a comment.
I was planning to do so. Can you look at
http://reviews.llvm.org/D18136 ?
http://reviews.llvm.org/D18274
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ioeric created this revision.
ioeric added a reviewer: djasper.
ioeric added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
After applying replacements, redundant code like extra commas or empty
namespaces
might be introduced. Fixer can detect and remove any redundant code introduc
Rob updated this revision to Diff 51904.
Rob added a comment.
Update to address review.
Clang-format applied and nit fixed.
http://reviews.llvm.org/D18396
Files:
clang-tidy/modernize/UseOverrideCheck.cpp
test/clang-tidy/modernize-use-override-ms.cpp
test/clang-tidy/modernize-use-override.
baloghadamsoftware updated this revision to Diff 51906.
baloghadamsoftware added a comment.
Requested fixes done (not related to the changes).
http://reviews.llvm.org/D18265
Files:
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/misc/AssignOperatorCheck.cpp
clang-t
101 - 112 of 112 matches
Mail list logo