]> granicus.if.org Git - clang/history - include
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
[clang] / include /
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-13 Egor Churaev[OpenCL] Improve address space diagnostics.
2016-12-12 Samuel AntaoFix format and a few typos in comments.
2016-12-12 Benjamin KramerUse function_ref to avoid allocation in std::function...
2016-12-12 Haojian Wu[StaticAnalysis] Remove unnecessary parameter in CallGr...
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-11 Bruno Cardoso Lopes[CrashReproducer] Collect headermap files
2016-12-11 Craig Topper[AVX-512] Remove masking from 512-bit vpermil builtins...
2016-12-10 Craig Topper[AVX-512] Remove masking from 512-bit pshufb builtin...
2016-12-10 Craig Topper[AVX-512] Remove 128/256-bit masked vpermilvar builtins...
2016-12-10 Devin Coughlin[analyzer] Improve VirtualCallChecker diagnostics and...
2016-12-09 Artem Belevich[CUDA,Driver] Added --no-cuda-gpu-arch= option.
2016-12-09 Richard Smith[c++17] P0490R0, NB comment FI 20: allow direct-initial...
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-09 Reid KlecknerImprove error message when referencing a non-tag type...
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-12-09 Richard SmithDR1295 and cleanup for P0135R1: Make our initialization...
2016-12-09 Nico WeberDon't assert when redefining a built-in macro in a...
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Vassil VassilevDocument and publish the useful module-file-info flag.
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-09 Eugene Zelenko[AST, ASTMatchers, Basic] Fix some Clang-tidy modernize...
2016-12-08 Artem Belevich[CUDA] Ignore implicit target attributes during functio...
2016-12-08 Alex Lorenz[CodeCompletion] Provide Objective-C class property...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-12-07 David L. JonesRefactor how the MSVC toolchain searches for a compatib...
2016-12-07 Artem Belevich[CUDA] Improve target attribute checking for function...
2016-12-07 Malcolm Parsons[RecursiveASTVisitor] Fix post-order traversal of Unary...
2016-12-07 Artem Dergachev[analyzer] Remove an unused enum value in RetainCountCh...
2016-12-07 Alex LorenzImplement the -Wstrict-prototypes warning
2016-12-07 Duncan P. N. Exon... Driver: Remove support for -fobjc-gc*
2016-12-06 Richard Smith[c++17] P0135R1: Guaranteed copy elision.
2016-12-06 Joerg SonnenbergerAllow clang to write compilation database records.
2016-12-06 Jonathan RoelofsFix doc string typo: s/@__yes/@__objc_yes/
2016-12-06 Benjamin KramerAlso recognize -std=iso9899:201x
2016-12-06 Mandeep Singh Grang[clang] Fix D26214: Move error handling out of MC and...
2016-12-06 Richard TrieuClean up some Sema checking code. NFC
2016-12-06 Richard SmithRevert r288626, which reverts r288449. Original commit...
2016-12-06 Richard Smith[modules] Use the "redundant #include" diagnostic rathe...
2016-12-05 Richard TrieuWarn on unsigned zero in call to std::max
2016-12-05 Benjamin KramerClean out unused diagnostics. NFC.
2016-12-04 Daniel JasperRevert "Recover better from an incompatible .pcm file...
2016-12-03 Dan Gohman[WebAssembly] Revert r288447.
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-02 Richard SmithMore diagnostic name fixups: w_ -> warn_, warning_...
2016-12-02 Richard SmithMass-rename the handful of error_* diagnostics to err_*.
2016-12-02 Eric Liu[ClangFormat] Only insert #include into the #include...
2016-12-02 Richard SmithRecover better from an incompatible .pcm file being...
2016-12-02 Dan Gohman[WebAssembly] Add an -mdirect flag for the direct wasm...
2016-12-01 Argyrios Kyrtzidis[libclang] Add APIs to check the result of an integer...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-12-01 Mandeep Singh Grang[clang] Implement support for -defsym assembler option
2016-12-01 Arnold Schwaighoferswiftcc: Add an api to query whether a target ABI store...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-12-01 Richard SmithRevert r285664, cxx-abi-dev chose to go in a different...
2016-12-01 Richard SmithPR31081: ignore exception specifications when deducing...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Artem Dergachev[analyzer] SValExplainer: Support ObjC ivars and __bloc...
2016-11-30 Bob Haarmanmake -fprofile-instr-generate and -fprofile-instr-use...
2016-11-30 John McCallSwitch CGObjCMac to use ConstantInitBuilder. Whew.
2016-11-30 Richard Smith[c++1z] Improve support for -fno-exceptions: we can...
2016-11-29 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-11-29 Reid KlecknerDon't declare IsEnumDeclComplete as extern
2016-11-29 Richard SmithSupport constant expression evaluation for wchar_t...
2016-11-29 Benjamin Kramer[AST] Use static_assert to verify types instead of...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Richard SmithAdd a warning for 'main' returning 'true' or 'false'.
2016-11-28 Michal Gorny[Driver] Refactor distro detection & classification...
2016-11-28 Reid Kleckner[MS] Mangle a unique ID into all MS inline asm labels
2016-11-24 Joerg SonnenbergerSpelling.
2016-11-23 Reid KlecknerRemove C++ default arg side table for MS ABI ctor closures
2016-11-23 Craig Topper[X86] Replace valignd/q builtins with appropriate __bui...
2016-11-22 Richard SmithMake diagnostic for use of default member initializer...
2016-11-22 Nico Weberdarwin: Unconditionally pass -lto_library, remove ...
2016-11-22 Eric LiuMake llvm::Error generated from replacement interfaces...
2016-11-22 Axel NaumannMissing initializer.
2016-11-19 John McCallIntroduce a helper class for building complex constant...
2016-11-19 Akira Hatanaka[Sema] Don't allow applying address-of operator to...
2016-11-18 Konstantin Zhuravlyov[AMDGPU] Change frexp.exp builtin to return i16 for...
2016-11-18 Dominic Chen[analyzer] Refactor recursive symbol reachability check...
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-18 Simon PilgrimWdocumentation fix
2016-11-18 Craig Topper[AVX-512] Replace masked 16-bit element variable shift...
2016-11-18 Justin Lebar[CUDA] Driver changes to support CUDA compilation on...
2016-11-17 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-11-17 Bruno Cardoso Lopes[CrashReproducer][Darwin] Suggest attaching .crash...
2016-11-17 Malcolm ParsonsUse unique_ptr for cached tokens for default arguments...
2016-11-17 Richard SmithRemove -Wsigned-enum-bitfield from -Wmost. On a wide...
2016-11-16 Reid KlecknerAdd warning when assigning enums to bitfields without...
2016-11-16 Anna Zaks[analyzer] Remove unused check::RegionChanges::wantsReg...
2016-11-16 Benjamin Kramer[Frontend] Allow attaching an external sema source...
2016-11-16 Simon Pilgrim[X86][AVX512] Replace lossless i32/u32 to f64 conversio...
2016-11-16 Steven Wu[Driver] Infer the correct option to ld64 for -fembed...
2016-11-16 Richard SmithPR23281: Fix implementation of DR1891 to implement...
2016-11-15 Argyrios Kyrtzidis[libclang] Generalize clang_getNumTemplateArguments...
next