]> granicus.if.org Git - clang/shortlog
clang
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...
2014-01-03 Aaron BallmanIt turns out the problem was a bit more wide-spread...
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 Daniel Jasperclang-format: Recognize single-line macro usages inside...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 Ted Kremenek[analyzer] Don't track return value of NSNull +null...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 Reid KlecknerRemove unused variable to fix clang warning
2014-01-03 Reid Kleckner[ms-cxxabi] Move VBTableBuilder from CodeGen over to...
2014-01-02 Aaron BallmanRemoved an unnecessary %select from the alignas diagnos...
2014-01-02 Aaron BallmanThis diagnostic should not have had the manual quotatio...
2014-01-02 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-02 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-02 Aaron BallmanReworded the NSObject attribute diagnostics to be more...
2014-01-02 Fariborz JahanianObjectiveC. Remove false positive warning for missing...
2014-01-02 Aaron BallmanRemoving some manual quotes from this diagnostic, since...
2014-01-02 Aaron BallmanUpdated the wording of two attribute-related diagnostic...
2014-01-02 Douglas GregorObjective-C ARC++: Prefer references to __strong/__weak...
2014-01-02 Douglas GregorCMake separate projects: finish output-directory changes.
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2014-01-02 Aaron BallmanUsing the quoted version of an attribute name for consi...
2014-01-02 Fariborz JahanianObjectiveC. Class methods must be ignored when looking for
2014-01-02 Roman DivackyAdd test for r198311.
2014-01-02 Douglas GregorCMake: Unbreak separated LLVM/Clang project builds...
2014-01-02 Roman DivackyRemove a tab that snuck in.
2014-01-02 Roman DivackyIn the FreeBSD assembler driver, inform the sparc assem...
2014-01-02 Alexander KornienkoAdded an option to avoid splitting certain kinds of...
2014-01-02 Alp TokerVerify that clang TargetInfo descriptions match DataLay...
2014-01-02 Rafael EspindolaRemove the now unused 's' specifications.
2014-01-02 Rafael EspindolaPass the aapcs and apcs features down to llvm.
2014-01-02 Joey Gouly[OpenCL] The kernel attribute can only be used on funct...
2014-01-01 NAKAMURA TakumiUpdate the copyright credits -- Happy new year 2014!
2014-01-01 Alp TokerRemove an unused diag left over from r198046
2014-01-01 Alp TokerEliminate UnaryTypeTraitExpr
2014-01-01 Alp TokerExpectAndConsume: Diagnose errors automatically
2013-12-31 Joey Gouly[OpenCL] Produce an error, instead of a warning, for...
2013-12-31 Serge PavlovRecover from errors in enum definition
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-30 Alp TokerSwitch over more of the parser to err_expected
2013-12-30 DeLesley HutchinsUpdate DataRecursiveASTVisitor so that it visits attrib...
2013-12-30 Nick LewyckyFix two typos in comments. No functionality change.
2013-12-30 Reid KlecknerRemove linkage macro from the CXLanguageKind enum
2013-12-30 DeLesley HutchinsUpdate RecursiveASTVisitor so that it visits attributes...
next