]> granicus.if.org Git - clang/shortlog
clang
2012-07-06 Manuel KlimekAdds the AST Matcher library, which provides a in-C...
2012-07-06 Dmitri GribenkoCommentParser.cpp: remove unused variable.
2012-07-06 Lang HamesForgot to rename one use of FPContractModeTy
2012-07-06 Lang HamesAdd -ffp-contract = { fast | on | off } command line...
2012-07-06 Dmitri GribenkoComment.h: correct identation
2012-07-06 Fariborz JahanianAdded a new memberfor Parser, to be used soon
2012-07-06 Dmitri GribenkoImplement AST classes for comments, a real parser for...
2012-07-06 Argyrios Kyrtzidis[objcmt] Check for classes that accept 'objectForKey...
2012-07-05 Fariborz Jahanianobjective-c: don't involve properties when checking
2012-07-05 Argyrios Kyrtzidis[objcmt] Allow migrating to subscripting syntax for...
2012-07-05 DeLesley HutchinsThread-safety analysis: eliminate false positives in...
2012-07-05 Anna Zaks[analyzer] Add a statistic for maximum CFG size and...
2012-07-05 Simon AtanasyanMIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_ds...
2012-07-05 Fariborz Jahanianobjective-c++ parsing. Turn off delayed parsing
2012-07-05 Simon AtanasyanMIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command...
2012-07-05 Simon AtanasyanMIPS: Factor out the code converting command line optio...
2012-07-05 Jordan RoseRelease notes for r158230 "Disallow using ObjC literals...
2012-07-05 Manuel KlimekAdapts the FrontendAction convenience functions so...
2012-07-05 Simon AtanasyanMIPS: Define __mips16 macro if -mips16 option is provided.
2012-07-05 Simon AtanasyanMIPS: Replace the pair of boolean flags by enumeration...
2012-07-05 Simon AtanasyanMIPS: Add -mips16 / -mno-mips16 command line support.
2012-07-05 Simon AtanasyanGive test check tags consistent names.
2012-07-05 Richard SmithPR13273: When performing list-initialization with an...
2012-07-05 Richard SmithFix some memory leaks found by the static analyzer...
2012-07-04 Benjamin KramerUpdate unittests for include change.
2012-07-04 Benjamin KramerDrop the ASTContext.h include from DeclFriend.h and...
2012-07-04 Benjamin KramerRemove get(V)BaseClassOffsetInBits, the CharUnit functi...
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2012-07-04 Benjamin KramerSplit out the "empty" case for compound statement into...
2012-07-04 Benjamin KramerCXXRecordDecl: Split getBases/getVBases into a slow...
2012-07-04 David ChisnallHoist the logic for selecting the Objective-C dispatch...
2012-07-04 David ChisnallA few more cleanups for the GNU family of ObjC runtimes.
2012-07-04 Abramo BagnaraRenamed RawComment kinds to avoid name clash.
2012-07-04 Bob WilsonMove a comment from the commit message into the code.
2012-07-03 Fariborz JahanianObj-C++11 parser: handle a fall out of delayed
2012-07-03 Jordan Rose[analyzer] For now, don't inline non-static member...
2012-07-03 Fariborz JahanianObj-C++11 parser: fix broken parsing of c-function
2012-07-03 Fariborz JahanianObj-C++11 parser: turn off buffering of
2012-07-03 Fariborz Jahanianobjective-c: Refactor parse/sema portion of
2012-07-03 David ChisnallRename the GCC Objective-C runtime to gcc from gnu...
2012-07-03 Bob WilsonWhen using -pg targeting OS X 10.8, pass -no_new_main...
2012-07-03 Arnaud A. de... [libclang] CompilationDatabase naming and comment fixes
2012-07-03 Dmitri GribenkoCommentLexer: remove Markdown tokens from the token...
2012-07-03 DeLesley HutchinsThread safety analysis: improve handling of smart pointers.
2012-07-03 Akira HatanakaMake the following changes in the way Mips handles...
2012-07-03 DeLesley HutchinsThread Safety Analysis: handle expressions involving...
2012-07-03 Dmitri GribenkoCommentBriefParser: remove dead store. Found by Clang...
2012-07-03 Hal FinkelAdd additional architecture defines for PPC targets.
2012-07-03 Argyrios Kyrtzidis[libclang] Protect against a race condition where a...
2012-07-03 NAKAMURA Takumiclang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse...
2012-07-03 Matt Beaumont-GaySilence warning in -Asserts build
2012-07-03 Nico WeberShare ConvertUTF8toWide() between Lex and CodeGen.
2012-07-03 Nico WeberRename -Wself-assign-memvar to -Wself-assign-field...
2012-07-03 Chandler CarruthRemove a redundant assignment to the FDecl variable...
2012-07-02 John McCallSignificantly simplify CGExprAgg's logic about ignored...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: Delete a duplicated/malformed...
2012-07-02 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isDynamicCall which,
2012-07-02 Fariborz Jahanianobjective-c: just as we have done for method definitions,
2012-07-02 Richard Smith-Wuninitialized: assume that an __attribute__((returns_...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 Richard Smithtest/Driver/crash-report.c: don't fail if there are...
2012-07-02 DeLesley HutchinsThread safety analysis: fixed bug that occurs when...
2012-07-02 Jordan Rose[analyzer] Introduce CXXAllocatorCall to handle placeme...
2012-07-02 DeLesley HutchinsThread safety analysis: fixed incorrect error message...
2012-07-02 DeLesley HutchinsThread safety analysis: don't warn in case of duplicate...
2012-07-02 David BlaikieImprove crash reporting test coverage.
2012-07-02 DeLesley HutchinsThread Safety Analysis: turn off checking within tryloc...
2012-07-02 Matt Beaumont-GayAdd a warning flag for "'extern' variable has an initia...
2012-07-02 Chandler CarruthExtend a workaround for a CMake bug in LLVM's r159593...
2012-07-02 Jordan Rose[analyzer] If 'super' is known to be nil, we can still...
2012-07-02 Jordan RoseRevert "Remove unused member (& consequently unused...
2012-07-02 Chandler CarruthWe support a mode where the Clang regression tests...
2012-07-02 David BlaikieInclude -D files in crash report repro scripts. (PR13255)
2012-07-02 Jordan RoseIn blocks, only pretend that enum constants have enum...
2012-07-02 Eli FriedmanWhen we're looking for redeclarations which might provi...
2012-07-02 Ted KremenekMake this test invariant to future changes of the max...
2012-07-02 Douglas GregorBe more eager about setting the 'Invalid' bit on an...
2012-07-02 Chandler CarruthClone a bit of LIT flag defaults from the LLVM CMake...
2012-07-02 David BlaikieRemove unused member (& consequently unused parameter...
2012-07-02 Abramo BagnaraReintroduced FieldDecl public methods setBitWidth and...
2012-07-02 Ted KremenekBail out the LiveVariables analysis when the CFG is...
2012-07-02 Ted KremenekFix subtle bug in AnalysisConsumer where we would not...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable to the...
2012-07-02 Douglas GregorReduce default template instantiation depth to 512...
2012-07-02 Jordan Rose[analyzer] Convert existing checkers to use check:...
2012-07-02 Jordan Rose[analyzer] Add generic preCall and postCall checks.
2012-07-02 Jordan Rose[analyzer] Convert CXXConstructExpr over to use CallEve...
2012-07-02 Jordan Rose[analyzer] Use CallEvent for inlining and call default...
2012-07-02 Jordan Rose[analyzer] Finish replacing ObjCMessage with ObjCMethod...
2012-07-02 Jordan Rose[analyzer] Begin replacing ObjCMessage with ObjCMethodC...
2012-07-02 Jordan Rose[analyzer] Move the last bits of CallOrObjCMessage...
2012-07-02 Jordan Rose[analyzer] Convert CallAndMessageChecker and ObjCSelfIn...
2012-07-02 Jordan Rose[analyzer] Convert RetainCountChecker to use CallEvent...
2012-07-02 Jordan Rose[analyzer] Add a new abstraction over all types of...
2012-07-02 Argyrios Kyrtzidis[PCH] Make sure that all newly introduced visible decls...
2012-07-02 Richard SmithA ':' after an enum-specifier at class scope is a bitfi...
2012-07-02 Dmitri GribenkoAdd a new libclang completion API to get brief document...
2012-07-02 Kostya Serebryany[asan] update docs: mention MacOS 10.7 and correct...
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
next