]> granicus.if.org Git - clang/shortlog
clang
2013-05-18 Jordan RoseRevert "[analyzer; alternate edges] improve support...
2013-05-18 Rafael EspindolaHandle local enum types too.
2013-05-17 Adrian PrantlDrop the const from the isa test.
2013-05-17 Adrian PrantlObjC Debug Info: Emit the correct method names for...
2013-05-17 DeLesley HutchinsThread safety analysis: add two new attributes to the...
2013-05-17 Rafael EspindolaUse the awesome CHECK-DAG!
2013-05-17 Anna Zaks[analyzer] Address Jordan's review comments for r182058
2013-05-17 Dmitri Gribenkolibclang: add a function to check whether a member...
2013-05-17 Fariborz JahanianObjective-C parsing. Error recovery when category imple...
2013-05-17 Dmitri GribenkoMove documentation to the constructor. Fixes a -Wdocum...
2013-05-17 Fariborz JahanianObjective-C++ (and c++) Sema: Patch fixes a sema crash...
2013-05-17 Reid KlecknerRefactor diagnostics for MS attributes without -fms...
2013-05-17 Ted Kremenek[analyzer; alternate edges] improve support for edges...
2013-05-17 Daniel JasperSlightly modify the formatting rules for braced lists.
2013-05-17 Manuel KlimekAdd embedded video for the AST tutorial.
2013-05-17 Ted Kremenek[analyzer; alternate edges] treat 'if' statements the...
2013-05-17 Ted Kremenek[analyzer; alternate edges] don't add an edge incoming...
2013-05-17 Richard SmithUse 'c++' not 'cxx' in these diagnostic group names...
2013-05-17 Richard SmithA little ArrayRef'ization.
2013-05-17 Richard SmithPR15757: When we instantiate an inheriting constructor...
2013-05-17 Jordan Rose[analyzer] Don't inline ~shared_ptr.
2013-05-17 Richard SmithAST dumping: if a declaration has an uncomputed or...
2013-05-16 Anna Zaks[analyzer] Add an option to use the last location in...
2013-05-16 Richard SmithSince we're counting number of steps, switch to turing...
2013-05-16 Argyrios Kyrtzidis[Lexer] Improve Lexer::getSourceText() when the given...
2013-05-16 Richard SmithAdd testcase omitted from r181998.
2013-05-16 Fariborz JahanianObjective-C arc: Diagnose when user attempts to
2013-05-16 David Fangfix PR 15726: ptrdiff_t should be int on PowerPC Darwin
2013-05-16 Daniel JasperAdd additional test-case for one-line-function.
2013-05-16 Daniel JasperAdd basic clang-format integration for sublime text.
2013-05-16 Daniel JasperDon't insert a break into include lines with trailing...
2013-05-16 Daniel JasperAdd config parsing test for new parameter.
2013-05-16 Daniel JasperAdd option to put short loops on a single line.
2013-05-16 Enea ZaffanellaLet CodeGenFunction::EmitVarDecl query the semantic...
2013-05-16 Daniel JasperAdd a more convenient interface to use clang-format.
2013-05-16 Daniel JasperComments should not prevent single-line functions.
2013-05-16 Hans WennborgSemaInit.cpp: give both IsStringInit() functions the...
2013-05-16 NAKAMURA Takumiclang/test/Modules/self-import-header/test.m: Add expli...
2013-05-16 Richard SmithFirst pass of semantic analysis for init-captures:...
2013-05-16 Richard SmithTidy up now that PointerUnion has an operator== that...
2013-05-16 Rafael EspindolaFix pr15930.
2013-05-16 Daniel JasperAdd back accidentally deleted line and add test for it.
2013-05-16 Richard TrieuCheck a pointer is not null before attempting to use...
2013-05-16 Richard TrieuReturn QualType() when a too large array is attempting...
2013-05-16 Richard SmithEnable $Date$ substitution for this file.
2013-05-16 Richard SmithStart a page tracking which C++ defect reports have...
2013-05-16 Eric ChristopherWhitespace.
2013-05-16 Eric Christopher80-columns.
2013-05-16 Eric ChristopherReplace a pile of calls with an instance variable that...
2013-05-16 Eric ChristopherAdd a test to verify that -flimit-debug-info is working...
2013-05-16 Eric ChristopherFix comment.
2013-05-16 Eric ChristopherRemove xfail'd test. This method of limiting debug...
2013-05-16 Eric ChristopherWhitespace.
2013-05-16 Adrian PrantlClarify comment.
2013-05-16 Adrian PrantlSet the debug location for landing pad code to the...
2013-05-16 Adrian PrantlCleanup: Use a member variable to store the SourceLocat...
2013-05-15 David BlaikieRevert "Debug Info: Using declarations/DW_TAG_imported_...
2013-05-15 Jordan RoseRemove unused, awkward CFGStmtVisitor and subclasses.
2013-05-15 Fariborz JahanianObjective-C: More cases of -Wsign-conversion not
2013-05-15 Samuel BenzaquenTest commit
2013-05-15 Fariborz JahanianObjective-C: patch to issue the conversion
2013-05-15 Jordan Rose[analyzer] Put back DefaultBool's implicit conversion...
2013-05-15 Fariborz Jahanianimprove of note message and minor refactoring of my...
2013-05-15 Daniel JasperFix test breakage caused by change in clang-format.
2013-05-15 Daniel JasperDon't put short namespace on a single line.
2013-05-15 Daniel JasperImprove recognition of template definitions.
2013-05-15 Hans WennborgBetter diagnostics for string initialization.
2013-05-15 Daniel JasperBreak function declarations after multi-line return...
2013-05-15 Daniel JasperDon't merge one-line functions in weird brace styles.
2013-05-15 Daniel JasperRemove diagnostics from clang-format.
2013-05-15 Daniel JasperImprove formatting of function types.
2013-05-15 David BlaikieUse only explicit bool conversion operator
2013-05-15 Jakob Stoklund... Use correct types for SPARC v9.
2013-05-15 Jim GrosbachARM: Improve codegen for vget_low_* and vget_high_...
2013-05-15 Jordan RoseUse 'env' in tests that set environment variables.
2013-05-15 Richard TrieuMove a test that requires 64-bit mode to a separate...
2013-05-14 Aaron BallmanUnbreaking the MSVC build by adding an include. It...
2013-05-14 Richard TrieuAdd static_cast to assertion to silence sign/unsigned...
2013-05-14 Fariborz JahanianObjective-C [diagnostics] [QOI], when method is not
2013-05-14 Douglas GregorDon't mark a type specifier as "owned" if there is...
2013-05-14 Richard TrieuWhen computing the size of large arrays, use char units...
2013-05-14 David BlaikieFix clang -Werror build due to -Wreorder violation...
2013-05-14 David BlaikieProvide operator<< for stream output of DeclarationNames
2013-05-14 Reid KlecknerFix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]
2013-05-14 Daniel JasperFix expression breaking for one-parameter-per-line...
2013-05-14 Reid KlecknerFix the MSVC build broken by r181768
2013-05-14 Reid Kleckner[ms-cxxabi] Mangle in an implicit 'E' for certain types...
2013-05-14 Rafael EspindolaReally fix the declaration of __clear_cache.
2013-05-14 Sergey MatveevAdd LeakSanitizer.rst to docs.
2013-05-14 Rafael EspindolaFix __clear_cache on ARM.
2013-05-14 Benjamin KramerLink dynamic ast matchers with the ast matchers library...
2013-05-14 Benjamin KramerRevert accidental commit.
2013-05-14 Benjamin KramerTake a stab at trying to unbreak the makefile build.
2013-05-14 Manuel KlimekHopefully fix configure build.
2013-05-14 Daniel JasperFix uninitialized value bug found by valgrind.
2013-05-14 Daniel JasperCorrectly determine ranges for clang-format.
2013-05-14 Daniel JasperFix clang-format bug in unwrapped-line merging.
2013-05-14 Manuel KlimekFirst revision of the dynamic ASTMatcher library.
2013-05-14 Manuel KlimekImplement string literal breaking on unbreakable token...
2013-05-14 Daniel JasperUpdate clang-format emacs integration.
next