]> granicus.if.org Git - clang/shortlog
clang
2014-03-20 Richard SmithRefactor to move decl update emission into the decl...
2014-03-20 Duncan P. N... PGO: Change runtime prefix from pgo to profile
2014-03-20 Richard SmithRearrange serialization block order to put decl update...
2014-03-20 Duncan P. N... PGO: Remove explicit static initialization
2014-03-20 Ted Kremenek[-Wunreachable-code] Tweak isTrivialDoWhile() to handle...
2014-03-20 Ted KremenekRemove dead assignment dominated by a call to llvm_unre...
2014-03-20 Ted Kremenek[analyzer] Fix a bad bug in reversePropagateInterstingS...
2014-03-20 Duncan P. N... Use nullptr; no functionality change
2014-03-20 Duncan P. N... Coding style fixup; no functionality change
2014-03-20 Ben LangmuirPrevent lookup of subframework modules by name without...
2014-03-20 Jordan Rose[analyzer] scan-build: allow quotes around "-cc1" when...
2014-03-20 Jordan Rose[analyzer] scan-build: match whitespace instead of...
2014-03-20 Aaron BallmanReplacing the exclusive_lock_function, shared_lock_func...
2014-03-20 Jordan RoseRemove wchar_t* buffer from scanf format fix-it test.
2014-03-20 Evgeniy Stepanov[msan] -fsanitize-memory-track-origins=[level] flag...
2014-03-20 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-03-20 Timur IskhodzhanovFlust stdout after each vftable dumped to simplify...
2014-03-20 Benjamin KramerTooling: Move heavyweight vectors around instead of...
2014-03-20 NAKAMURA TakumiMake format-strings-fixit.c aware of "%hu" uint16_t...
2014-03-20 Alexey SamsonovKill -faddress-sanitizer, -fthread-sanitizer and -fcatc...
2014-03-20 Ted Kremenek[-Wunreachable-code] Look through member accesses for...
2014-03-20 Ted Kremenek[-Wunreachable-code] constexpr functions can be used...
2014-03-20 Ted Kremenek[-Wunreachable-code] Simplify and broad -Wunreachable...
2014-03-20 Argyrios Kyrtzidis[libclang] Introduce clang_VirtualFileOverlay_setCaseSe...
2014-03-20 Duncan P. N... PGO: use linker magic to find instrumentation data...
2014-03-20 Jordan Rosescanf format checking: include the buffer length in...
2014-03-20 Duncan P. N... PGO: Separate out common isMachO logic; no functionalit...
2014-03-19 Fariborz JahanianObjective-C. Make getObjCEncodingForMethodParameter...
2014-03-19 Ben LangmuirAdd a new spelling for module map files 'module.modulemap'
2014-03-19 Jordan Rose[analyzer] scan-build: when matching flags, make sure...
2014-03-19 Dmitri GribenkoComment parsing: fix a crash when dumping comment ast...
2014-03-19 Dmitri GribenkoComment parsing: recognize \param ... on function templ...
2014-03-19 Manuel KlimekUse the expansion location of the file name when findin...
2014-03-19 Richard SmithTests for DR450-475.
2014-03-18 Richard SmithFix a typo in r204164 that made *all* keywords availabl...
2014-03-18 Justin BognerCodeGen: Include a function hash in instrumentation...
2014-03-18 Richard SmithSimplify and add FIXME. No functionality change.
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:
next