Author: djasper
Date: Fri Dec 25 02:53:31 2015
New Revision: 256412
URL: http://llvm.org/viewvc/llvm-project?rev=256412&view=rev
Log:
clang-format: [TableGen] Support ;-less include lines.
Modified:
cfe/trunk/include/clang/Format/Format.h
cfe/trunk/lib/Format/Format.cpp
cfe/trunk/lib/
Author: abataev
Date: Fri Dec 25 07:38:08 2015
New Revision: 256417
URL: http://llvm.org/viewvc/llvm-project?rev=256417&view=rev
Log:
[OPENMP] Do not allow to use threadprivate or thread local variables as loop
iteration variables.
According to OpenMP the loop iteration variable may not appear in
Author: chapuni
Date: Fri Dec 25 10:19:28 2015
New Revision: 256418
URL: http://llvm.org/viewvc/llvm-project?rev=256418&view=rev
Log:
Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Se
pxli168 added inline comments.
Comment at: lib/CodeGen/CGOpenCLRuntime.cpp:108
@@ +107,3 @@
+PipeTy = llvm::PointerType::get(llvm::StructType::create(
+ CGM.getLLVMContext(), "opencl.pipe_t"), PipeAddrSpc);
+ }
Anastasia wrote:
> Should there be any indi
pxli168 updated this revision to Diff 43622.
pxli168 added a comment.
Fix some typo and remove unnecessary namespace, and add a new test case.
The Diff 43621 was on a wrong base, ignore it.
http://reviews.llvm.org/D15603
Files:
include/clang/AST/ASTContext.h
include/clang/AST/RecursiveASTVi
pxli168 updated this revision to Diff 43621.
pxli168 added a comment.
Fixed the typo and remove unnecessary namespace.
Also add a new test case.
http://reviews.llvm.org/D15603
Files:
include/clang/AST/ASTContext.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Type.h
include/
zhykzhykzhyk created this revision.
zhykzhykzhyk added a reviewer: rsmith.
zhykzhykzhyk added a subscriber: cfe-commits.
zhykzhykzhyk set the repository for this revision to rL LLVM.
Repository:
rL LLVM
http://reviews.llvm.org/D15780
Files:
lib/Sema/SemaCXXScopeSpec.cpp
test/CXX/dcl.dcl/dc