]> granicus.if.org Git - clang/shortlog
clang
2012-03-08 Argyrios Kyrtzidis[utils/FuzzTest] For --filelist the option type is...
2012-03-08 Daniel Dunbar[Basic] PartialDiagnostic: Manual split out the cold...
2012-03-08 Daniel Dunbar[AST] Change NamedDecl::getUnderlyingDecl() to inline...
2012-03-08 Rafael EspindolaReplace MarkVarRequired with a more generic
2012-03-08 Rafael EspindolaAlso test pr12104 with pch.
2012-03-08 Rafael EspindolaImplement -fno-dwarf2-cfi-asm on linux too.
2012-03-08 Richard SmithEnsure we don't print 123ULL_foo when printing a user...
2012-03-08 Richard SmithAdd support for cooked forms of user-defined-integer...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Daniel Dunbar[AST] Change Type::isIntegerType to be inlined(). It...
2012-03-08 Richard SmithImplement C++11 [lex.ext]p10 for string and character...
2012-03-08 Douglas GregorLoosen the precondition of isCXXInstanceMember() to...
2012-03-08 Daniel DunbarSpelling.
2012-03-08 Daniel DunbarSema: Don't emit a gajillion calls to sanity() -- an...
2012-03-08 Richard SmithUser-defined literal support for character literals.
2012-03-08 Richard TrieuFix -Wuninitialized to catch the case of a class being...
2012-03-08 Argyrios Kyrtzidis[libclang] Fix a crash when serializing a preprocessing...
2012-03-08 Douglas GregorStreamline BalancedDelimiterTracker, by eliminating...
2012-03-08 Fariborz Jahanianimprove on diagnostic when block captures uninitialized
2012-03-08 Anna ZaksAdd a basic CallGraph to Analysis.
2012-03-08 Fariborz Jahanianimprove on diagnostic and provide a fixit hint when
2012-03-08 Argyrios Kyrtzidis[libclang] Enhance clang_getOverriddenCursors.
2012-03-07 Bob WilsonWorkaround module test failures by removing the version...
2012-03-07 Richard TrieuRemove unnecessary include in ExprObjC.h
2012-03-07 Sebastian RedlBe smarter in discovering list-initialization of tempor...
2012-03-07 Richard SmithCorrect the documentation to give a legal example of...
2012-03-07 Richard SmithAST representation for user-defined literals, plus...
2012-03-07 Richard SmithTest fix-it added in r152198.
2012-03-07 Richard SmithAdd -Wc++11-compat warning for string and character...
2012-03-07 Richard SmithDon't even try to directly emit the value of a DeclRefE...
2012-03-07 Argyrios Kyrtzidis[PCH] Mark a PCH file with a flag to indicate if the...
2012-03-07 Eli FriedmanCorrect test from r152189.
2012-03-07 Eli FriedmanMake sure we consistently canonicalize types when canon...
2012-03-07 Fariborz Jahanianobjective-c lldb support: don't perform ivar access...
2012-03-07 Andrew TrickMore git-svn compatible version string, by request.
2012-03-07 Richard SmithThe constant folder's diagnosic mechanism is irrelevant...
2012-03-07 Chad Rosier[driver] Don't try to generate diagnostic information...
2012-03-07 Benjamin KramerSilence unused variable warnings.
2012-03-07 Michael HanRefactor Clang sema attribute handling.
2012-03-07 Dylan NoblesmithAST: fix build since r152060
2012-03-06 Daniel Dunbar[AST] VarDecl::hasDefinition() - Early exit if we find...
2012-03-06 Daniel Dunbar[AST] FunctionDecl::getBuiltinID() - Eliminate spurious...
2012-03-06 Ted KremenekFix horrific CFG bug where '@autoreleasepool' would...
2012-03-06 Chad RosierMissing period.
2012-03-06 Chad RosierWhitespace.
2012-03-06 Sean CallananCleanup (style). Thanks to Argyrios for catching
2012-03-06 Michael Hancommit access verified, revert change
2012-03-06 Michael Hantest commit access
2012-03-06 NAKAMURA TakumiCMake: Fix build to add clangEdit to USED_LIBS.
2012-03-06 Argyrios Kyrtzidis[objcmt] Add a triple to test/ARCMT/objcmt-subscripting...
2012-03-06 Sean CallananExtended the UnknownAnyTy resolver to handle
2012-03-06 Fariborz Jahanianget rid of an unsued variable warning.
2012-03-06 Chad Rosier[driver] What was implemented in r152130 was actually...
2012-03-06 Benjamin KramerJust use memcpy directly, uninitialized_copy requires...
2012-03-06 Ted KremenekAdd new code migrator support for migrating existing...
2012-03-06 Ted KremenekEnable default @synthesize by default.
2012-03-06 Ted KremenekAdd static analyzer support for new NSArray/NSDictionar...
2012-03-06 Ted KremenekAnd libclang cursor/indexing support for new Objective...
2012-03-06 Ted KremenekAdd clang support for new Objective-C literal syntax...
2012-03-06 Chad RosierWhitespace.
2012-03-06 Chad RosierMinor fix for r152130. Put -fno-inline in f_Group.
2012-03-06 Chad Rosier[driver] Add support for -fno-inline.
2012-03-06 Fariborz JahanianUndo patch for // rdar://10735698
2012-03-06 Daniel DunbarAST: Move several Type::is...Type() functions to be...
2012-03-06 Benjamin KramerNamespaceDecl: Call non-virtual method inside virtual...
2012-03-06 Fariborz Jahanianobjective-c modern translator. Don't ignore unnamed...
2012-03-06 Argyrios KyrtzidisUse newly introduced const-goodness of TinyPtrVector.
2012-03-06 Richard SmithUser-defined literals: reject string and character...
2012-03-06 Argyrios KyrtzidisUse TinyPtrVector instead of UsuallyTinyPtrVector.
2012-03-06 Argyrios KyrtzidisMove clang/Basic/UsuallyTinyPtrVector.h to llvm/ADT...
2012-03-06 Ted Kremenek[analyzer] add a diagnostic event when entering a call...
2012-03-06 Ted Kremenek[analyzer] 'Looping back to the head of the loop' diagn...
2012-03-06 Argyrios KyrtzidisMove include/clang/AST/UsuallyTinyPtrVector.h -> includ...
2012-03-06 Jordy Rose[analyzer] Remove now-unused constant. No functionality...
2012-03-06 Jordy Rose[analyzer] Fix unnecessary dyn_cast_or_null. No functio...
2012-03-06 Argyrios KyrtzidisAdd some doxygen comments.
2012-03-06 Argyrios Kyrtzidis[tablegen] Make sure that the code that is determining...
2012-03-05 Ted KremenekTeak CallAndMessageChecker to only warn about uninitial...
2012-03-05 Anna Zaks[analyzer] Bump up the size of the functions that...
2012-03-05 Fariborz JahanianMinor refactoring for previous patch for // rdar:/...
2012-03-05 Richard Smithstatic_assert: Allow any string-literal as the message...
2012-03-05 Ted KremenekTeach SimpleSValBuilder that (in the absence of more...
2012-03-05 Daniel DunbarAST/stats: Don't effectively use an out-of-line functio...
2012-03-05 Daniel DunbarASTContext: Don't use nothrow specifications on the...
2012-03-05 Anna Zaks[analyzer] Time the execution (per each TU) with -analy...
2012-03-05 Daniel Dunbarbuild/compiler-rt: Stop forcing off -integrated-as...
2012-03-05 Sebastian RedlIf the element type of an initializer list has a destru...
2012-03-05 Fariborz Jahanianpatch to optionally warn for block implementations...
2012-03-05 Jim GrosbachAdd MCRegisterInfo to the MCInstPrinter factory functio...
2012-03-05 Anna Zaks[analyzer] False positive in SelfInit - teach the check...
2012-03-05 Anna Zaks[analyzer] Malloc should assume that ownership is trans...
2012-03-05 Benjamin KramerAvoid double lookup.
2012-03-05 Peter CollingbourneProperly handle non-canonical underlying types in
2012-03-05 Nico WeberFix a -Wstring-plus-int warning.
2012-03-05 Benjamin KramerTargetInfo: create less temporary strings.
2012-03-05 Rafael EspindolaFix a small difference in sema and codegen views of...
2012-03-05 James MolloyFix a bug in the mangler where in 'namespace std {...
2012-03-05 Argyrios Kyrtzidis[arcmt]
2012-03-05 Argyrios Kyrtzidis[preprocessor] Enhance PreprocessingRecord to keep...
2012-03-05 Argyrios Kyrtzidis[preprocessor] Enhance the preprocessor callbacks:
next