]> granicus.if.org Git - clang/history - include
[Modules] Don't infinite recurse on implicit import of circular modules in preamble
[clang] / include /
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-11 Justin LebarRemove unused ToolChain arg from Driver::ConstructPhase...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-09 Richard SmithPR26349: correctly check whether a digit sequence is...
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-02-09 Argyrios Kyrtzidis[Frontend] Handle ASTConsumer::shouldSkipFunctionBody...
2016-02-09 Argyrios Kyrtzidis[ASTUnit] Change the parameter of ASTUnit::LoadFromComp...
2016-02-09 David BlaikieSimplify EnterTokenStream API to make it more robust...
2016-02-09 Richard SmithRemove 'llvm::TrailingObjects::operator delete', clang...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2016-02-08 Nathan Wilson[Concepts] Remove the IsConcept bit and associated...
2016-02-08 Rong XuFix missing space (NFC)
2016-02-08 Samuel AntaoRe-apply for the 2nd-time r259977 - [OpenMP] Reorganize...
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2016-02-07 Argyrios Kyrtzidis[libclang] Add missing CINDEX_LINKAGE from a function.
2016-02-07 Matthew SimpsonMake -fno-math-builtin a cc1 option
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-07 Renato GolinRevert "Re-apply r259977 - [OpenMP] Reorganize code...
2016-02-06 Samuel AntaoRe-apply r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel AntaoRevert r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel Antao[OpenMP] Reorganize code to allow specialized code...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-05 Paul RobinsonEliminate an unnecessary enum, use the LLVM version...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-05 Richard Smith[modules] Separately track whether an identifier's...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Manman RenBump DiagnosticSemaKinds count; we're close to hitting it.
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-02-02 Benjamin Kramer[StaticAnalyzer] Pull SymExpr and SymbolData into its...
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
2016-02-01 Arpith Chacko JacobUndoing commit r259366 to debug buildbot failure.
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Artem Dergachev[analyzer] Use a wider integer type for an array index.
2016-01-31 Bruno Cardoso Lopes[Parser] Update CachedTokens while parsing ObjectiveC...
2016-01-30 Benjamin Kramer[AST] Pull simple method inline.
2016-01-29 Manman RenClass Property: warn for synthesize on a class property.
2016-01-29 Anna Zaks[analyzer] Improve Nullability checker diagnostics
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-29 Yaron KerenImplement TemplateArgument::dump() method for debugging...
2016-01-29 Benjamin KramerAdd an optional ToolName argument to runToolOnCodeWithA...
2016-01-29 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-01-29 Craig TopperRemove unnecessary forward declaration. NFC
2016-01-29 Eric ChristopherUse a consistent spelling for vtables.
2016-01-28 Manman RenClass Property: change PropertyMap to include isClassPr...
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-28 Oliver StannardRevert r259036, it introduces a cyclic library dependency
2016-01-28 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-28 Craig Topper[Lex] Share some common code between decimal and octal...
2016-01-28 NAKAMURA TakumiRevert r258951 (and r258950), "Refactor backend diagnos...
2016-01-27 Manman RenClass Property: create accessors (class methods) for...
2016-01-27 John McCallEmit calls to objc_unsafeClaimAutoreleasedReturnValue...
2016-01-27 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-26 Manman RenClass Property: parse property attribute (class).
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Manman RenUse instance_properties instead of properties. NFC.
2016-01-26 Justin Lebar[CUDA] Add -fcuda-allow-variadic-functions.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for defaultmap clause.
2016-01-26 Alexey Bataev[OPENMP 4.5] Allow arrays in 'reduction' clause.
2016-01-26 Matt ArsenaultAMDGPU: Add amdgcn cube builtins
2016-01-26 Xiuli PanRecommit: R258773 [OpenCL] Pipe builtin functions
2016-01-26 Richard TrieuFix -Wnull-conversion for long macros.
2016-01-26 David MajnemerRevert "[OpenCL] Pipe builtin functions"
2016-01-26 Xiuli Pan[OpenCL] Pipe builtin functions
2016-01-25 Manman RenMove ObjCPropertyDecl to before ObjCContainerDecl.
2016-01-25 Ehsan Akhgari[MSVC Compat] Only warn for unknown clang-cl arguments
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-23 Anna Zaks[analyzer] Fixup r258572 Utility to match function...
next