summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"Craig Topper2015-12-252-6/+7
* [Sema] ArrayRef-ize ActOnBaseSpecifiers. NFCCraig Topper2015-12-242-7/+6
* Replace llvm::utostr calls in Twine context with Twines. NFC.Benjamin Kramer2015-12-241-2/+2
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-243-69/+46
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-181-5/+5
* [CUDA] Make vtable construction aware of host/device side of CUDA compilation.Artem Belevich2015-12-171-0/+15
* Fix funciton->function typo.Eric Christopher2015-12-161-1/+1
* Print qualified display names when emitting CodeViewReid Kleckner2015-12-163-11/+16
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-153-7/+22
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-143-0/+55
* [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in genericAnastasia Stulova2015-12-111-3/+14
* Reverting r255337 as it seems to kill bots. Needs investigation.Anastasia Stulova2015-12-111-14/+3
* [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in genericAnastasia Stulova2015-12-111-3/+14
* Clean ExprConstant/CGExprConstant up a bit. NFC.George Burgess IV2015-12-111-9/+9
* PR25416: Improve performance of processing inline assembly consisting of manyRichard Smith2015-12-101-10/+39
* Reformat linefeeds.NAKAMURA Takumi2015-12-091-3/+1
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-093-55/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-082-0/+9
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-083-0/+55
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-082-7/+42
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-072-0/+9
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-072-0/+6
* Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().Dawn Perchik2015-12-051-3/+6
* Use std::copy and std::transform instead of manual loops. NFCCraig Topper2015-12-051-17/+16
* [AST] ArrayRef-ize CompoundStmt::setStmts.Craig Topper2015-12-041-6/+7
* Don't assert if evaluation of an expression that we're syntactically requiredRichard Smith2015-12-041-1/+5
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-033-0/+57
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-51/+64
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-023-22/+90
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-0/+27
* [MS ABI] Correctly mangle nullptr member pointers for variable templatesDavid Majnemer2015-12-011-3/+3
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-012-0/+9
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-013-0/+58
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-272-0/+10
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-256-0/+16
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-242-0/+9
* Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.Richard Smith2015-11-241-15/+16
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-233-0/+45
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-192-0/+28
* [MS ABI] Let arbitrary entities participate in vftable orderingDavid Majnemer2015-11-191-6/+10
* [modules] Allow "redefinition" of typedef of anon tag from unimported submoduleBen Langmuir2015-11-141-1/+2
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-132-8/+14
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-121-2/+32
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-116-10/+18
* Implement __attribute__((internal_linkage)).Evgeniy Stepanov2015-11-101-0/+8
* Use "auto" when the type name is redundantAlexander Kornienko2015-11-091-91/+79
* Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko2015-11-091-0/+9
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-8/+3
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-044-1/+94
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-031-54/+30
OpenPOWER on IntegriCloud