]> granicus.if.org Git - clang/history - include
Fix invalid warnings for header guards in preambles
[clang] / include /
2017-07-05 Erik VerbruggenFix invalid warnings for header guards in preambles
2017-07-05 Richard Smith[modules ts] Improve merging of module-private declarat...
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-04 Joey Gouly[OpenCL] Rename err_opencl_enqueue_kernel_expected_type
2017-07-03 Krasimir Georgiev[clang-format] Support text proto messages
2017-07-03 Alex LorenzAdd a fixit for -Wobjc-protocol-property-synthesis
2017-07-01 Joerg SonnenbergerAdd an option group for deprecated warnings. Add the...
2017-07-01 Yuka TakahashiChanged Opts.EABIVersion type string to llvm::EABI...
2017-07-01 Brian GesiakUn-revert "[Driver] Add -fdiagnostics-hotness-threshold"
2017-07-01 Brian GesiakRevert "[Driver] Add -fdiagnostics-hotness-threshold"
2017-07-01 Brian Gesiak[Driver] Add -fdiagnostics-hotness-threshold
2017-07-01 Akira Hatanaka[Driver] Check that the iOS deployment target is iOS...
2017-07-01 Bruno Cardoso Lopes[Modules] Implement ODR-like semantics for tag types...
2017-07-01 Bruno Cardoso LopesChange enumerator default linkage type for C
2017-06-30 Francois Ferrandclang-format: add options to merge empty record body
2017-06-30 Alex Lorenz[refactor] Move clang-rename into the clang repository
2017-06-30 Saleem AbdulrasoolDriver: fix option declaration
2017-06-30 Joey Gouly[OpenCL] Add function name to extension diagnostic
2017-06-30 Alexey Bataev[OPENMP] Initial support for taskloop reductions.
2017-06-30 Benjamin Kramer[Driver] Actually report errors during parsing instead...
2017-06-30 Vassil VassilevAmbiguity might be also uninitialized. Use llvm::Optional.
2017-06-30 Hiroshi Inouefix trivial typos, NFC
2017-06-30 Chandler CarruthRemove Clang support for '-fvectorize-slp-aggressive...
2017-06-30 Heejin Ahn[WebAssembly] Add throw/rethrow builtins for exception...
2017-06-29 Richard SmithTeach ASTReader how to read only the Preprocessor state...
2017-06-29 Chandler Carruth[clang-format] Switch to case-insensitive header matchi...
2017-06-29 Tim Shen[NewPM] Add Clang cc1 flag -fdebug-pass-manager for...
2017-06-29 Akira Hatanaka[Sema] Issue diagnostics if a new/delete expression...
2017-06-29 Vassil VassilevInitialize variable and silence potentially uninitializ...
2017-06-29 Alex LorenzFix NSAPI constants to reflect the current state of
2017-06-29 Gabor HorvathFactor out a functionality from isBeforeInTranslationUnit
2017-06-29 Richard SmithTrack the set of module maps read while building a...
2017-06-28 Graydon Hoare[ASTReader] Treat multiple defns of ObjC protocols...
2017-06-28 Ilya BiryukovUse vfs::FileSystem in ASTUnit when creating CompilerIn...
2017-06-28 NAKAMURA TakumiDiagnosticRenderer.h: Prune \param SM, corresponding...
2017-06-27 Jonathan Coe[libclang] Support for querying the exception specifica...
2017-06-27 George Burgess IV[Sema] Allow unmarked overloadable functions.
2017-06-27 Alexey Bataev[OPENMP] Use MapVector instead of DenseMap for stable...
2017-06-27 Artem Dergachev[analyzer] Move zero-size allocation checks to optin...
2017-06-27 Christof DoumaRevert "Revert "[NFC] Refactor DiagnosticRenderer to...
2017-06-27 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-27 Stephan BergmannMake sure TraverseInitListExpr visits InitListExpr...
2017-06-27 Akira Hatanaka[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-26 Axel NaumannImprove const-correctness.
2017-06-23 Vedant KumarAdd a warning to a group
2017-06-23 Vedant Kumar[ubsan] Disable the object size check at -O0
2017-06-23 Erich KeaneEmit warning when throw exception in destruct or deallo...
2017-06-23 Yuka Takahashi[GSoC] Add support for CC1 options.
2017-06-23 Saleem AbdulrasoolRevert "Revert r305164/5/7."
2017-06-23 Krasimir Georgiev[clang-format] Add a SortUsingDeclaration option and...
2017-06-23 Krasimir Georgiev[clang-format] Update style documentation, NFC
2017-06-23 Richard SmithPR33552: Distinguish between declarations that are...
2017-06-22 Alex Lorenz[Sema] Add -Wunguarded-availability-new
2017-06-21 Francois Ferrandclang-format: introduce InlineOnly short function style
2017-06-21 Serge PavlovFunction with unparsed body is a definition
2017-06-21 Krasimir Georgiev[clang-format] Support sorting using declarations
2017-06-21 Ilya BiryukovMoved code hanlding precompiled preamble out of the...
2017-06-21 Bruno Cardoso LopesSupport MS builtins using 'long' on LP64 platforms
2017-06-21 Richard Trieu[ODRHash] Supply more information when generic error...
2017-06-20 Sunil SrivastavaPrevent devirtualization of calls to un-instantiated...
2017-06-20 Alexander Shaposhnikov[clang] Fix format specifiers fixits for nested macros
2017-06-20 Abderrazek Zaafrani[AArch64] ADD ARMv.2-A FP16 vector intrinsics
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-20 Anastasia Stulova[OpenCL] Diagnose scoped address-space qualified variables
2017-06-20 Argyrios Kyrtzidis[preprocessor] When preprocessor option 'SingleFilePars...
2017-06-20 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
2017-06-20 Akira HatanakaAdd a subgroup of c++1z-compat to enable and disable...
2017-06-19 Richard SmithSupport non-identifier module names when preprocessing...
2017-06-19 Christof DoumaRevert "[NFC] Refactor DiagnosticRenderer to use FullSo...
2017-06-19 Christof Douma[NFC] Refactor DiagnosticRenderer to use FullSourceLoc
2017-06-19 Daniel Marjamaki[analyzer] Fix logical not for pointers with different...
2017-06-19 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
2017-06-16 Marc-Andre Laperle[index] Fix typo: inferface -> interface
2017-06-16 Alex Lorenz[PR33394] Avoid lexing editor placeholders when Clang...
2017-06-16 Richard Trieu[ODRHash] Hash VarDecl members.
2017-06-15 Craig Topper[Basic] Use a static_assert instead of using the old...
2017-06-14 Erich Keane[Preprocessor]Correct Macro-Arg allocation of Stringifi...
2017-06-14 Tony Jiang[PPC] Enhance altivec conversion function macros implem...
2017-06-14 Aaron BallmanCorrected some comment typos; NFC.
2017-06-14 Francois Ferrandclang-format: Add CompactNamespaces option
2017-06-14 Serge PavlovReverted 305379 (Function with unparsed body is a defin...
2017-06-14 Serge PavlovFunction with unparsed body is a definition
2017-06-14 Eric Fiselier[coroutines] Fix co_await for range statement
2017-06-13 Diana PicusRevert "Revert r301742 which made ExprConstant checking...
2017-06-13 Francois Ferrandclang-format: add option to merge empty function body
2017-06-12 Nick LewyckyRevert r301742 which made ExprConstant checking apply...
2017-06-12 Richard Trieu[ODRHash] Add diagnostic messages for typedef and type...
2017-06-12 Daniel JasperRevert r305164/5/7.
2017-06-11 Saleem AbdulrasoolDriver: add support for `-gz` and `-gz=`
2017-06-09 Richard SmithAdd -frewrite-imports flag.
2017-06-09 Richard SmithAdd #pragma clang module build/endbuild pragmas for...
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-06-09 Nikolai BozhenovRevert of r305066 "Reapply Frontend support for Nios2...
2017-06-09 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-09 Erik VerbruggenSpeed up preamble loading
2017-06-09 Richard SmithRemove 'Filename' parameter from BeginSourceFileAction.
2017-06-09 Argyrios Kyrtzidis[libclang] Introduce a new parsing option 'CXTranslatio...
2017-06-09 Saleem AbdulrasoolRepresent debug information compression type fully
next