]> granicus.if.org Git - clang/history - include
[ASTMatchers] Existing matcher hasAnyArgument fixed
[clang] / include /
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-30 Stephan BergmannFor MS ABI, emit dllexport friend functions defined...
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-29 Bruno Cardoso Lopes[CrashReproducer] Cleanup and move functionality around...
2016-03-29 Yunzhong GaoFixing PR26558: remove the adx target attribute require...
2016-03-29 Ed SchoutenEnable the SafeStack sanitizer on CloudABI by default.
2016-03-29 Nico Weberclang-cl: Silently ignore /d2FastFail flag.
2016-03-29 Eric LiuRemoved class FormatStyle, which is a struct, forward...
2016-03-29 Bruno Cardoso Lopes[Sema] Handle UTF-8 invalid format string specifiers
2016-03-29 Eric LiuAdded formatAndApplyAllReplacements that works on multi...
2016-03-29 Justin Lebar[CUDA] Make CUDA description strings in langopts into...
2016-03-29 Justin Lebar[CUDA] Remove three obsolete CUDA cc1 flags.
2016-03-29 Alexey Bataev[OPENMP] Remove extra code transformation.
2016-03-28 Nico WeberWindows: Shrink sizeof(MacroInfo) from 256 to 248,...
2016-03-28 Nico WeberReduce size of DefinitionData from 120 to 96 bytes...
2016-03-28 Michael Zuckerman[CLANG][avx512][BUILTIN] Adding fixupimm{pd|ps|sd|ss}
2016-03-28 David MajnemerFix serialization/deserialization for __uuidof
2016-03-27 Richard Smith[modules] When encoding SourceLocations in bitcode...
2016-03-27 Richard SmithEncapsulate a couple of on-disk structures a little...
2016-03-27 Richard SmithRemove unused support for replacing declarations from...
2016-03-27 David MajnemerImprove the representation of CXXUuidofExpr
2016-03-26 Faisal Vali[NFC] Tweak diagnostic for template template arguments...
2016-03-26 Faisal Vali[Cxx1z-constexpr-lambda-P0170R1] Support parsing of...
2016-03-25 Richard SmithDon't warn on "use" of undefined inline function that...
2016-03-25 Richard SmithStore list of undefined-but-used objects in a determini...
2016-03-25 Samuel Benzaquen[ASTMatchers] Don't use brace-init lists.
2016-03-25 Manman Ren[ObjCXX] Warn undeclared identifiers.
2016-03-25 Samuel Benzaquen[ASTMatchers] Fix build for VariadicFunction.
2016-03-25 Ben Langmuir[index] Remove redundancy between symbol kind and language
2016-03-25 Samuel Benzaquen[ASTMatchers] Add own version of VariadicFunction.
2016-03-24 Richard SmithChange ADL to produce lookup results in a deterministic...
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle...
2016-03-24 Eric LiuRevert "Added support for different VFSs in format...
2016-03-24 Eric LiuAdded support for different VFSs in format::getStyle.
2016-03-23 Vedant KumarFix a typo, Tiles -> Files, NFC
2016-03-23 Matt ArsenaultAdd missing __builtin_bitreverse8
2016-03-23 Nico Weberclang-cl: Fix remaining bugs in interaction of /Yc...
2016-03-23 George Burgess IV[Sema] Allow implicit conversions of &overloaded_fn...
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-22 Akira Hatanaka[Objective-c] Do not set IsExact to true when the recei...
2016-03-21 Richard Smith[modules] Store mangling numbers in a deterministic...
2016-03-21 Richard Smith[modules] Renumber DECL_UPDATES from 30 to 50, so it...
2016-03-21 Pete CooperRevert "Convert some ObjC msgSends to runtime calls."
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
2016-03-21 Manman RenNFC: wrap Availability-related data in its own struct...
2016-03-21 Nico Weberclang-cl: Move /FC from "Unsupported" to "Ignored"...
2016-03-21 Daniel Jasperclang-format: Make include sorting's main include detec...
2016-03-21 Faisal ValiReorder data members to be consistent with member initi...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-21 Nico Weberclang-cl: Add a comment about /Oy- (see r245913).
2016-03-20 Simon PilgrimFixed -Wdocumentation warning
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-20 Bruno Cardoso LopesReapply [2] [VFS] Add 'overlay-relative' field to YAML...
2016-03-19 George Burgess IV[Sema] Allow casting of some overloaded functions
2016-03-18 Carlo Bertolli[OPENMP] Implementation of codegen for firstprivate...
2016-03-18 Steven WatanabeFix printing of anonymous struct typedefs.
2016-03-18 Reid Kleckner[clang-cl] Allow use of -gline-tables-only
2016-03-18 Pirama Arumuga NainarAdd -fnative-half-arguments-and-returns
2016-03-18 Benjamin KramerMake LookupResult movable again.
2016-03-17 Manman RenRevert r263687 for ubsan bot failure.
2016-03-17 Bruno Cardoso LopesRevert "Reapply [VFS] Add 'overlay-relative' field...
2016-03-17 Bruno Cardoso LopesReapply [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 David BlaikieRe-add (user defined) move ops to UnresolvedSetImpl...
2016-03-17 Reid KlecknerRevert "For MS ABI, emit dllexport friend functions...
2016-03-17 Reid KlecknerFor MS ABI, emit dllexport friend functions defined...
2016-03-17 David BlaikieRemove defaulted move ops, the type is zero-cost copyab...
2016-03-17 David BlaikieFix implicit copy ctor and copy assignment operator...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-17 Junmo ParkMinor code cleanups. NFC.
2016-03-17 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-16 Pete CooperConvert some ObjC msgSends to runtime calls.
2016-03-15 Bob WilsonMove the fixit for -Wformat-security to a note.
2016-03-15 John BrawnMake it possible for AST plugins to enable themselves...
2016-03-15 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Clang side of renaming of function...
2016-03-14 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Richard Smith[modules] Don't diagnose non-modular includes from...
2016-03-14 Samuel Antao[OpenMP] Replace offloading option that start with...
2016-03-13 Mehdi AminiRemove compile time PreserveName in favor of a runtime...
2016-03-13 Nico Weberclang-cl: Add /Yc argument to /showIncludes output.
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-10 Nico WeberMake remaining ImplicitFallthrough warning DefaultIgnore.
2016-03-10 Simon PilgrimMinor Wdocumentation fix. NFCI.
2016-03-10 Aaron BallmanCorrecting an attribute documentation generation error...
2016-03-09 Kit Barton[PPC] FE support for generating VSX [negated] absolute...
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Kevin FunkBump libclang API version after r262318
2016-03-08 Richard SmithDefine __has_cpp_attribute(fallthrough) to a more reaso...
next