]> granicus.if.org Git - clang/shortlog
clang
2014-01-09 Chandler CarruthUpdate Clang's CFGBlock interface to conform to the...
2014-01-09 David BlaikieFix the clang -Werror build after r198818
2014-01-09 Richard SmithPR18401: Fix assert by implementing the current propose...
2014-01-09 Warren Hunt[ms-abi] Fixed failing lit test.
2014-01-09 Alp TokerAdd a test for Static Analyzer checker plugins
2014-01-09 Warren Hunt[ms-abi] Refactor Microsoft Record Layout
2014-01-09 Rafael EspindolaUsed the DataLayout methods instead of the Module methods.
2014-01-09 Alp TokerImplement isCXX11FinalKeyword() in terms of isCXX11Virt...
2014-01-08 Aaron BallmanAttempting a fix the build bots should be happier with...
2014-01-08 Aaron BallmanSilencing an MSVC warning about control reaching the...
2014-01-08 Alp TokerEnsure that ENABLE_SHARED is substituted for use in...
2014-01-08 Argyrios Kyrtzidis[Serialization] In ASTReader::getInputFile record it...
2014-01-08 Jordan Rose[analyzer] Warn about double-delete in C++ at the secon...
2014-01-08 Benjamin Kramerclang-format: Don't hang forever when encountering...
2014-01-08 Daniel Jasperclang-format: Fix spacing in Cpp11 braced lists:
2014-01-08 Aaron BallmanTreating the RegParmAttr as a TypeAttr because that...
2014-01-08 Alp TokerDefine ENABLE_CLANG_EXAMPLES instead of relying on...
2014-01-08 Alp TokerProspective build fix for the Makefile system
2014-01-08 Alp TokerBuild fix following r198747
2014-01-08 Rafael EspindolaUse -std=gnu89 in tools/c-index-test/CMakeLists.txt
2014-01-08 Alp TokerAdd tests for clang plugins
2014-01-08 Jiangning LiuFor AArch64, support builtin neon vector type with...
2014-01-08 Richard SmithRP18408: If a member template is used as a template...
2014-01-08 Richard SmithPR18400: ignore cv-qualifiers on the underlying type...
2014-01-08 Quentin Colombet[Driver] Fix a typo in the setting of the arch name...
2014-01-08 Richard SmithPR18234: Mark a tag definition as invalid early if...
2014-01-07 Adrian PrantlRe-applying r198699 after reverting r198461.
2014-01-07 Adrian PrantlRevert "Debug info: Ensure that the last stop point...
2014-01-07 Adrian PrantlRevert "Debug info: Implement a cleaner version of...
2014-01-07 Jordan Rose[analyzer] Files with .c extensions are still C++ files...
2014-01-07 Jordan Rose[analyzer] Pointers escape into +[NSValue valueWithPoin...
2014-01-07 Jordan Rose[analyzer] Remove unused ARCNotOwnedSymbol retain count...
2014-01-07 Aaron BallmanUpdating the documentation about how to add attributes...
2014-01-07 Nico Weber[cmake] Write Version.inc at cmake time, not at build...
2014-01-07 Adrian PrantlDebug info: Implement a cleaner version of r198461...
2014-01-07 Nico WeberShorten the output of `clang-format --version`, include...
2014-01-07 Rafael EspindolaRemove unused include.
2014-01-07 Chandler CarruthUpdate Clang for the move of headers in r198688.
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2014-01-07 Argyrios KyrtzidisFor areVectorOperandsLaxBitCastable(), only return...
2014-01-07 Chandler CarruthFix a -Wparentheses warning from GCC that caught a...
2014-01-07 Justin BognerCodeGen: Include llvm/Config/config.h for strtoll on...
2014-01-07 Alp TokerFix 'unkown' typo in test -target from r198321
2014-01-07 Adrian Prantlupdate comment.
2014-01-07 Alp TokerBring back magic constants in the digraph diagnostic
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-07 Fariborz JahanianObjectiveC. Computation of offsets when doing @encode...
2014-01-07 NAKAMURA Takumiclang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
2014-01-07 Justin BognerCodeGen: Sentences end with a period
2014-01-06 Ted KremenekProperly sort CMake list. NFC.
2014-01-06 Justin BognerCodeGen: Initial instrumentation based PGO implementation
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
2014-01-06 Alp TokerProspective MSVC 2010 build fix
2014-01-06 Alp TokerCorrect underlying integer type of enum TokenKind
2014-01-06 Alp TokerSimplify diagnostic tag type using the token kind formatter
2014-01-06 Alp TokerDon't use magic constants in the digraph diagnostic
2014-01-06 Alp TokerSupport diagnostic formatting of keyword tokens
2014-01-06 Alp TokerRename getTokenSimpleSpelling() to getPunctuatorSpelling()
2014-01-06 Alp TokerHighlight the previous underlying enum type when diagno...
2014-01-06 Alp TokerDiagnose enum redeclarations properly
2014-01-06 Alp TokerUse token kind instead of '%select{.|->}0' in diagnostic
2014-01-06 Alp TokerApply some LLVM_READONLY / LLVM_READNONE on diagnostic...
2014-01-06 Joey Gouly[OpenCL] Produce an error if an address space is used...
2014-01-05 Aaron BallmanThis helper method isn't needed, and it's unsafe for...
2014-01-05 Daniel Jasperclang-format: Spacing inside enum braces.
2014-01-05 Daniel Jasperclang-format: Allow formatting short enums on a single...
2014-01-05 Alp TokerFix 'declartion' typos
2014-01-05 Alp TokerPre-declare '::type_info' in MicrosoftMode only, not...
2014-01-05 Alp TokerTweak the parse recovery in r198540
2014-01-05 Alp TokerFix bungled parse recovery in K&R function declarations
2014-01-05 Alp TokerParse: Token consumption modernization and loop de...
2014-01-04 Alp TokerRevert "ToolingTest.cpp: Fix r158592, runToolOnCode...
2014-01-04 Alp TokerMove MS predefined type_info out of InitializePredefine...
2014-01-04 Alp TokerOnly mark dump() function definitions 'used' in debug...
2014-01-04 Argyrios KyrtzidisAdd an additional check in test/Sema/ext_vector_casts.c
2014-01-04 Ted Kremenek[analyzer] Remove IdempotentOperations checker.
2014-01-04 Argyrios Kyrtzidis[Sema] When checking if a bitcast is appropriate betwee...
2014-01-04 Richard TrieuIgnore qualified templated functions for -Winfinite...
2014-01-03 Reid Kleckner[ms-cxxabi] Improve vbtable name mangling accuracy
2014-01-03 Adrian PrantlDebug info: Ensure that the last stop point in a functi...
2014-01-03 Aaron BallmanRefactored Builtin::Context::isPrintfLike and isScanfLi...
2014-01-03 Argyrios KyrtzidisFix 80 col violation.
2014-01-03 Argyrios KyrtzidisPass the decl directly to the diagnostic, no need to...
2014-01-03 Aaron BallmanFixing a FIXME; the RetTy template parameter is always...
2014-01-03 Rafael EspindolaUpdate for llvm's DataLayout including mangling informa...
2014-01-03 Aaron BallmanMarked the default constructor as an LLVM_DELETED_FUNCTION.
2014-01-03 Aaron BallmanRemoved one of the string versions of getQualifiedNameA...
2014-01-03 Argyrios Kyrtzidis[objc] Refactor and improve functionality for the ...
2014-01-03 Rafael EspindolaReformat the description strings. No functionality...
2014-01-03 Aaron BallmanWe haven't cared about VS 2005 in a long time, and...
2014-01-03 Aaron BallmanFixed a FIXME; created a print method for Selectors...
2014-01-03 Alexander KornienkoMake clang::ento::CreateAnalysisConsumer a part of...
2014-01-03 Aaron BallmanSimplifying the mutual exclusion check now that the...
2014-01-03 Joey Gouly[OpenCL] Add test case for previous commit.
2014-01-03 Aaron BallmanUsing the proper helper function instead of manually...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanRemoving an unneeded typecast. getScopeRep() already...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Joey Gouly[OpenCL] Variables in the constant address space must...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
next