summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-263-0/+37
* Move ObjCPropertyDecl to before ObjCContainerDecl.Manman Ren2016-01-251-191/+191
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-252-0/+5
* [CUDA] Disallow variadic functions other than printf in device code.Justin Lebar2016-01-231-0/+2
* [CUDA] Reject the alias attribute in CUDA device code.Justin Lebar2016-01-231-0/+1
* Improving documentation for the isMoveAssignmentOperator AST matcher.Aaron Ballman2016-01-231-5/+7
* [analyzer] Fixup r258572 Utility to match function calls.Anna Zaks2016-01-231-1/+1
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-221-0/+15
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-221-0/+28
* AMDGPU: Add barrier builtinMatt Arsenault2016-01-221-0/+1
* AMDGPU: Rename builtins to use amdgcn prefixMatt Arsenault2016-01-221-16/+22
* [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.Samuel Antao2016-01-221-0/+18
* [MSVC Compat] Accept elided commas in macro function argumentsEhsan Akhgari2016-01-221-0/+6
* Try to pacify MSVC.Nico Weber2016-01-221-1/+2
* Let RecursiveASTVisitor visit array index VarDeclsNico Weber2016-01-221-0/+4
* [OpenMP] Sema for depend clause on target exit data directive.Arpith Chacko Jacob2016-01-221-1/+1
* [OpenMP] Sema for depend clause on target enter data directive.Arpith Chacko Jacob2016-01-221-1/+1
* [OpenMP] Sema for depend clause on target directive.Arpith Chacko Jacob2016-01-221-0/+1
* [OpenMP] Parsing + Sema for nowait clause on target exit data directive.Arpith Chacko Jacob2016-01-221-0/+1
* [OpenMP] Parsing + Sema for nowait clause on target enter data directive.Arpith Chacko Jacob2016-01-221-0/+1
* [OpenMP] Parsing + Sema for nowait clause on target directiveArpith Chacko Jacob2016-01-211-0/+1
* Add an isVirtualAsWritten AST matcher.Nico Weber2016-01-211-0/+18
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-202-4/+17
* Add AST matcher for paren expressions.Aaron Ballman2016-01-201-0/+11
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-202-16/+16
* [CUDA] Bail, rather than crash, on va_arg in device code.Justin Lebar2016-01-201-0/+2
* [CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar2016-01-201-0/+8
* StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]NAKAMURA Takumi2016-01-191-1/+0
* StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]NAKAMURA Takumi2016-01-191-1/+0
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-193-4/+6
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-192-14/+33
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-197-1/+86
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-198-1/+90
* Activate OpenMP private clause for target construct and a regression test.Carlo Bertolli2016-01-191-0/+1
* Rename -Wexpansion-to-undefined to -Wexpansion-to-defined.Nico Weber2016-01-192-3/+3
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-192-0/+8
* Add an AST matcher for checking whether a function is defaulted.Aaron Ballman2016-01-181-0/+13
* Add forEachArgumentWithParam AST matcher.Manuel Klimek2016-01-181-0/+51
* Respect bound archs, even when they don't alter the toolchain.Justin Lebar2016-01-161-3/+3
* [libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.Argyrios Kyrtzidis2016-01-161-5/+5
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-167-4/+19
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-1/+82
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-3/+2
* OpaquePtr: Provide conversion-from-nullptr_t to make default construction sim...David Blaikie2016-01-151-2/+2
* Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.Nico Weber2016-01-152-4/+10
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-155-0/+158
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.Artem Dergachev2016-01-159-66/+625
* PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev2016-01-153-2/+4
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-153-6/+77
* [CUDA] Warn undeclared identifiers in CUDA kernel callsJustin Lebar2016-01-142-11/+25