]> granicus.if.org Git - clang/history - include/clang
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang /
2016-01-13 Artem DergachevRevert "[analyzer] Provide .def-files and visitors...
2016-01-13 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-13 Artem Dergachev[analyzer] Fix SVal/SymExpr/MemRegion class and enum...
2016-01-13 Alexey Bataev[OPENMP] Fix for declarative/standalone directives...
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2016-01-12 Justin Lebar[CUDA] Add explicit mapping from sm_XX to compute_YY.
2016-01-12 Richard SmithImprove AST dumping:
2016-01-12 Pierre Gousseau[analyzer] Evaluate integral casts as cast symbols...
2016-01-11 Justin Lebar[CUDA] Reject values for --cuda-gpu-arch that are not...
2016-01-11 Justin LebarMake Driver::BuildJobsForAction return an InputInfo...
2016-01-11 Justin LebarMove ownership of Action objects into Compilation.
2016-01-11 James Y KnightPR26087: Use nonstandard MSVC extension for VS2015...
2016-01-09 Benjamin Kramer[vfs] Normalize working directory if requested.
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-08 Justin LebarFix incorrectly line-broken comment in Driver.h.
2016-01-08 Teresa Johnson[ThinLTO] Leverage new in-place renaming support
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2016-01-07 Justin LebarRemove extraneous "Note t" in comment.
2016-01-07 Aaron BallmanCorrecting the comment in a header file; NFC.
2016-01-07 George Burgess IV[Sema] Teach overload resolution about unaddressable...
2016-01-07 Eric ChristopherRemove leading space added in r227312.
2016-01-07 Richard SmithImprove documentation comments for IdentifierNamespace...
2016-01-06 Richard SmithPR26048, PR26050: put non-type template parameters...
2016-01-06 John McCallOnly instantiate a default argument once.
2016-01-06 Krzysztof Parzyszek[Hexagon] Expand -mvN to -mcpu=hexagonvN
2016-01-06 Nico WeberAdd -Wfor-loop-analysis to -Wall.
2016-01-06 Ahmed BougachaBump DiagnosticDriverKinds count; we're close to hittin...
2016-01-06 Chad Rosier[Driver] Add support for -fno-builtin-foo options.
2016-01-06 Samuel Antao[OpenMP] Reapply rL256842: [OpenMP] Offloading descript...
2016-01-06 Dimitry AndricAdd -fno-movt frontend option, to disable movt/movw...
2016-01-05 Samuel Antao[OpenMP] Revert rL256842: [OpenMP] Offloading descripto...
2016-01-05 Samuel Antao[OpenMP] Offloading descriptor registration and device...
2016-01-05 Anastasia Stulova[OpenCL] Disallow taking an address of a function.
2016-01-05 David MajnemerRemove an unused parameter
2016-01-01 David MajnemerReimplement __readeflags and __writeeflags on top of...
2016-01-01 James Y Knight[TrailingObjects] Fix "Convert classes in OpenMPClause...
2016-01-01 James Y Knight[TrailingObjects] Convert classes in OpenMPClause.h
2015-12-31 Asaf Badouh[X86][PKU] add clang intrinsic for {RD|WR}PKRU
2015-12-31 David Majnemer[MS ABI] Remove mangleCXXCatchHandlerType
2015-12-31 David Majnemer[MSVC Compat] Diagnose multiple default ctors for dllex...
2015-12-31 James Y Knight[TrailingObjects] Convert classes in ExprObjC.h
2015-12-31 James Y Knight[TrailingObjects] Convert remaining classes in Expr...
2015-12-31 Richard SmithImprove diagnostic for the case where a function templa...
2015-12-30 Richard SmithImplement [temp.deduct.type]p6: if the nested-name...
2015-12-30 Alexey Bataev[OPENMP 4.5] Allow 'ordered' clause on 'loop simd'...
2015-12-30 Chandler Carruth[ptr-traits] Add another complete type that is necessar...
2015-12-30 Chandler Carruth[ptr-traits] Some compilers (older Clang? unsure) on...
2015-12-30 Chandler Carruth[ptr-traits] Add #includes of headers rather than forwa...
2015-12-30 Chandler Carruth[ptr-traits] Move a class definition up to the top...
2015-12-30 Chandler Carruth[ptr-traits] Move methods manipulating PointerUnions...
2015-12-30 Chandler Carruth[ptr-traits] Switch the Redeclarable template to using...
2015-12-30 Chandler Carruth[ptr-traits] Switch from a really wasteful SmallDenseMap of
2015-12-30 Chandler Carruth[ptr-traits] Stop using two bogus types as stand-ins...
2015-12-30 James Y Knight[TrailingObjects] Convert CastExpr and subclasses.
2015-12-29 Richard SmithModel NamespaceAliasDecls as having their nominated...
2015-12-29 Nico WeberAddress review comment on r256595
2015-12-29 Nico WeberEmit a -Wmicrosoft warning when treating ^Z as EOF...
2015-12-29 Nico WeberEmit a -Wmicrosoft warning when pasting /##/ into a...
2015-12-29 James Y Knight[TrailingObjects] Convert OffsetOfExpr.
2015-12-29 Richard SmithUse consistent types for all bit-field members in the...
2015-12-29 James Y Knight[TrailingObjects] Convert Decl* classes.
2015-12-29 Richard SmithTeach typo correction to properly handle mapping declar...
2015-12-29 James Y Knight[TrailingObjects] Convert AST classes that had a ASTTem...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-29 James Y KnightRevert "[TrailingObjects] Use a different technique...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-28 Eric ChristopherWe check for dwarf 5 in the backend, so go ahead and...
2015-12-28 Eric ChristopherComment and reorganize some of the target feature optio...
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-28 Alexey Bataev[OPENMP 4.5] Do not allow 'linear' clause along with...
2015-12-27 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-27 Yaron KerenConstify NestedNameSpecifier::dump and add a no-argumen...
2015-12-27 David MajnemerArrayRef-ize TemplateParameterList. NFC
2015-12-25 NAKAMURA TakumiSema.h: Prune '\param NumExprs' corresponding to r25640...
2015-12-25 Daniel Jasperclang-format: [TableGen] Support ;-less include lines.
2015-12-25 Craig TopperRevert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers...
2015-12-24 Craig Topper[Sema] ArrayRef-ize SubstExprs. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeComp...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-23 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
2015-12-22 Alexey Bataev[OPENMP] Revert r256238 to fix the problem with tests...
2015-12-22 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-21 David Majnemer[clang-cl] Add support for /Brepro
2015-12-19 Paul RobinsonDriver part of debugger tuning.
2015-12-19 Paul RobinsonRecommit CC1 part of debugger tuning; pass through...
2015-12-19 Eric ChristopherUse a command line alias to remove the need to rewrite...
2015-12-19 Paul RobinsonRevert r256063, it's killing clang-tools-extra
2015-12-18 Paul RobinsonCC1 part of debugger tuning; pass through setting from...
2015-12-18 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-18 Zachary TurnerSupport AlwaysBreakAfterReturnType
2015-12-18 Richard Smith[modules] Don't try to use the definition of a class if
2015-12-18 Richard SmithWire a SourceLocation into IsDerivedFrom and move the...
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-17 Richard TrieuFix r255875, use '<' instead of '==' for 'operator<'
2015-12-17 Richard TrieuAdd QualType case to operator< for DynTypedNode.
next