]> granicus.if.org Git - clang/shortlog
clang
2014-03-18 Richard SmithIn the presence of modules, we can have multiple implic...
2014-03-18 Yunzhong GaoCreating a printing policy for "half":
2014-03-18 Fariborz JahanianObjective-C. Better fix for my previous patch
2014-03-18 Alexander Kornienkoclang-format: Detect function-like macros only when...
2014-03-18 Marshall ClowAdded a __has_feature() for 'is_constructible'
2014-03-18 Matthew Curtismodify declare-use.S to work when full toolchain not...
2014-03-18 Alexey Bataev[OPENMP] DSA fix
2014-03-18 Manuel KlimekFix crasher bug.
2014-03-18 NAKAMURA Takumiclang/test/Driver/sanitizer-ld.c: Tweak to accept dos...
2014-03-18 Alexey Bataev[OPENMP] Simplified data-sharing attributes analysis.
2014-03-18 Viktor KutuzovAdd support for sanitizers arguments on FreeBSD
2014-03-18 NAKAMURA Takumiclang/test/Modules/cxx-templates.cpp: Tweak for dos...
2014-03-18 Peter CollingbourneFix const correctness issue in CXXConstructExpr::getArgs().
2014-03-18 Richard SmithMore working around a GCC range-based for scope bug.
2014-03-18 Adrian PrantlDebug info: Update testcases to new DIBuilder behaviour...
2014-03-18 Richard SmithAST dumper: if we have multiple implicit instantiations...
2014-03-18 Duncan P. N... PGO: Switch to isOSBinFormatMachO()
2014-03-18 Richard SmithFix variable shadowing. Due to a bug in GCC's implement...
2014-03-18 Richard SmithRemove 'REQUIRES: LP64' from these tests and use a...
2014-03-18 Fariborz JahanianObjective-C. No need to issue deprecated warning if...
2014-03-17 Richard SmithFactor out repeated code in dumping template declarations.
2014-03-17 Richard SmithRange-ify and simplify some of the AST dumping code...
2014-03-17 Richard SmithDon't fold together the name lookup entries for two...
2014-03-17 Fariborz JahanianObjective-C. Consider blocks for designated initializer
2014-03-17 Duncan P. N... PGO: Statically generate data structures
2014-03-17 Aaron Ballman[C++11] Replacing CGFunctionInfo arg iterators with...
2014-03-17 Fariborz JahanianObjective-C. Do not warn when an instance method and
2014-03-17 Aaron Ballman[C++11] Replacing CallArgList writeback iterators with...
2014-03-17 Aaron Ballman[C++11] Replacing DeclContext iterators using_directive...
2014-03-17 Aaron Ballman[C++11] Replacing Scope iterators using_directives_begi...
2014-03-17 Aaron Ballman[C++11] Replacing Scope iterators decl_begin() and...
2014-03-17 Richard SmithRemove unused variable from test.
2014-03-17 Aaron Ballman[C++11] Replacing ObjCObjectPointerType iterators qual_...
2014-03-17 Aaron Ballman[C++11] Replacing ObjCObjectType iterators qual_begin...
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators exception...
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators param_typ...
2014-03-17 Daniel Jasperclang-format: Indent from dict literal labels.
2014-03-17 Aaron Ballman[C++11] Replacing CompoundStmt iterators body_begin...
2014-03-17 NAKAMURA Takumiclang/test/CXX/drs: Add "REQUIRES:LP64" to a couple...
2014-03-17 Richard SmithTests for DR400-450.
2014-03-16 Richard SmithPR19152: If a variable template's type involves 'auto...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Benjamin KramerThe year is 2014. MSVC is still unable to synthesize...
2014-03-15 Benjamin KramerPreprocessor: Clarify the ownership of the IncludeMacro...
2014-03-15 Benjamin KramerSerialization: Directly compare objects instead of...
2014-03-15 Stephan TolksdorfFix PR18806: Canonicalize the replacement type when...
2014-03-15 Benjamin KramerRemove dead functions from unreachable code analysis.
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-15 Ted Kremenek-Wunreachable-code: treat 'const bool' locals as contro...
2014-03-15 Ted KremenekFurther refine -Wunreachable-code groups so that -Wno...
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-15 Ted KremenekStart breaking -Wunreachable-code up into different...
2014-03-15 NAKAMURA TakumiASTTests//EvaluateAsRValueTest.cpp: Appease *-win32...
2014-03-15 Richard SmithImplement the MS extension __identifier properly: take...
2014-03-14 Fariborz JahanianObjective-C. Redo turning off designated initialization...
2014-03-14 Richard SmithCall RequireCompleteType when performing ADL even if...
2014-03-14 Aaron Ballman[C++11] Removing the found_decls_begin() and found_decl...
2014-03-14 Richard SmithAdd two missing entries to the C++11 support page....
2014-03-14 Aaron Ballman[C++11] Removing the types_begin() and types_end()...
2014-03-14 Aaron Ballman[C++11] Removing the local_import_begin() and local_imp...
2014-03-14 Fariborz JahanianObjective-C. Turn off designated initialization warnings on
2014-03-14 Aaron BallmanRemoving some unused functionality from AttributeList.
2014-03-14 Richard SmithTry to remove confusion about C++11 feature support:
2014-03-14 James DennettChange a raw string literal back to C++98 style to...
2014-03-14 Aaron Ballman[C++11] Replacing CapturedStmt iterators capture_init_b...
2014-03-14 Aaron Ballman[C++11] Replacing BlockDecl iterators capture_begin...
2014-03-14 Fariborz JahanianObjective-C. Allow objc_designated_initializer for...
2014-03-14 Aaron Ballman[C++11] Replacing CapturedStmt iterators capture_begin...
2014-03-14 Hans WennborgFix VS2012 build after r203881
2014-03-14 James DennettFix a crash (assertion failure) in EvaluateAsRValue.
2014-03-14 Timur IskhodzhanovFix PR19104: Incorrect handling of non-virtual calls...
2014-03-14 Duncan P. N... NFC: remove unused variables from r203938, r203942...
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-03-14 Aaron BallmanRemoving some more unused iterator methods for partial...
2014-03-14 Christian Pirkerclang/test/CodeGen/aarch64-varargs.c: works now regardl...
2014-03-14 Aaron Ballman[C++11] Replacing VarTemplateDecl iterators spec_begin...
2014-03-14 Aaron BallmanRemoving some unused iterator methods for partial speci...
2014-03-14 Aaron Ballman[C++11] Replacing ClassTemplateDecl iterators spec_begi...
2014-03-14 Aaron Ballman[C++11] Replacing FunctionTemplateDecl iterators spec_b...
2014-03-14 Aaron Ballman[C++11] Replacing OMPThreadPrivateDecl and OMPClause...
2014-03-14 Fariborz JahanianObjective-C++ IRGen. Due to change to AST for initializ...
2014-03-14 Aaron Ballman[C++11] Replacing DeclContext iterators lookups_begin...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCImplementationDecl iterators...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators propimpl_b...
2014-03-14 Daniel JasperDon't verify module inclusions in assembler files.
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators ivar_begin...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators protocol_l...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators protocol_b...
2014-03-14 NAKAMURA Takumiclang/test/CodeGen/aarch64-varargs.c: Suppress this...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCProtocolDecl iterators protocol_l...
2014-03-14 Christian PirkerAArch64_be specific clang target settings
2014-03-14 Christian PirkerAArch64_be varargs processing for ARM ABI
2014-03-14 Benjamin KramerRemove unused typedef as pointed out by a GCC warning.
2014-03-14 Bill WendlingUse the correct symbol for a left bracket.
2014-03-14 Craig TopperDe-virtualize a method that doesn't override anything...
2014-03-14 Craig TopperRemove seemingly dead method. It was marked virtual...
2014-03-14 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-14 Sebastian Popstatic link polly
2014-03-14 Argyrios Kyrtzidis[Modules] Emit the module file paths as dependencies...
2014-03-14 Argyrios Kyrtzidis[Modules] Make sure that the synthesized file "__inferr...
next