]> granicus.if.org Git - clang/shortlog
clang
2011-09-13 Douglas GregorWhen compiling a module on-demand, re-use the diagnosti...
2011-09-12 Douglas GregorWhen an import statement fails to find a module in...
2011-09-12 John McCallPrivatize the setter/getter call generation methods...
2011-09-12 Chad Rosier[driver] Ignore the '--' option, rather then fail....
2011-09-12 Anna Zaks[analyzer] CmpRuns can now optionally delete empty...
2011-09-12 Caitlin SadowskiThread safety: small formatting change
2011-09-12 Argyrios Kyrtzidis[libclang] For getDeclFromExpr in CIndex.cpp, associate...
2011-09-12 Anna Zaks[analyzer] CmpRuns.cmpScanBuildResults() should be...
2011-09-12 Anna ZaksRename CmpRuns into CmpRuns.py so that it could be...
2011-09-12 Douglas GregorIntroduce a cc1-level option to provide the path to...
2011-09-12 Douglas GregorKill off an irrelevant FIXME
2011-09-12 Devang PatelBy popular demand, enumerate all builtin types!
2011-09-12 Richard TrieuRefactor CheckAdditionOperands() to use early return...
2011-09-12 Douglas GregorDiagnose attempt to mark function-local declarations...
2011-09-12 Anna Zaks[analyzer] Simplify the test, use generic/more descript...
2011-09-12 Devang PatelAdd an assert so that new builtins do not sneak without...
2011-09-12 Devang PatelUpdate test to fix windows buildbot.
2011-09-12 Argyrios Kyrtzidis[libclang] In ASTUnit::Parse copy the CompilerInvocatio...
2011-09-12 Argyrios Kyrtzidis[libclang] Make c-index-test check CINDEXTEST_REMAP_AFT...
2011-09-12 Richard TrieuFix two comments from warn to emit error to match the...
2011-09-12 Anna Zaks[analyzer] Fix a failure encountered while analyzing...
2011-09-12 Anna ZaksDoxygen comments.
2011-09-12 Anna Zaks[analyzer] Fix a new failure encountered while building...
2011-09-12 Anna Zaks[analyzer] Test for -analyze-function on ObjectiveC...
2011-09-12 Devang PatelFix debug info encodings for char16_t and char32_t.
2011-09-12 Douglas GregorAllow __module_private__ on fields
2011-09-12 Douglas GregorRemove the restriction on module-private friends. Since...
2011-09-12 Douglas GregorOnly predefine the __EXCEPTIONS macro if C++ exceptions...
2011-09-12 Hans WennborgSilence ?: precendence warning when parenthesis are...
2011-09-10 Benjamin KramerSilence "end of non-void function" warnings with llvm_u...
2011-09-10 Fariborz Jahanianobjc rewriter - more fixes to support compiling the...
2011-09-10 Chris Lattnerremove pedantic ;
2011-09-10 John McCallModernize and comment; no functionality change.
2011-09-10 John McCallSimplify the generation of Objective-C setters, at...
2011-09-10 John McCallRename the ARC cast kinds to start with "ARC".
2011-09-10 David BlaikieCorrectly referring to the null pointer as 'null' not...
2011-09-10 Julien LerougeMake this test portable on Win32.
2011-09-10 David BlaikieShow either a location or a fixit note, not both, for...
2011-09-10 John McCallMissed a %local use; hopefully this clears this test up.
2011-09-10 Richard TrieuFix a broken assert in AST/DeclCXX.cpp.
2011-09-10 Eli Friedmanclang part of r139458; un-XFAIL testcase.
2011-09-10 Richard TrieuRevision 139454 fixed a broken assert in LLVM, which...
2011-09-10 John McCallMake this test not depend on unnecessary details and...
2011-09-10 John McCallWhen converting a block pointer to an Objective-C point...
2011-09-10 Douglas GregorFix a diagnostics crasher with -Wmissing-noreturn in...
2011-09-10 Chandler CarruthFix a -Wreturn-type warning due to this field not expli...
2011-09-10 Devang PatelEmit debug info for wchar_t.
2011-09-10 Douglas GregorDon't crash when we fail to load a module. It's unbecom...
2011-09-10 Douglas GregorClean up our handling of Objective-C definitions in...
2011-09-10 Anna Zaks[analyzer] -analyze-function for ObjectiveC should...
2011-09-10 Douglas GregorKill of the Decl::PCHLevel field entirely. We now only...
2011-09-10 Chandler CarruthExtend the Stmt AST to make it easier to look through...
2011-09-09 Douglas GregorThe translation unit is never deserialized
2011-09-09 Douglas GregorEliminate all but one caller of Decl::getPCHLevel()
2011-09-09 Douglas GregorIntroduce a new predicate Decl::isFromASTFile() to...
2011-09-09 Caitlin SadowskiThread safety: removing unnecessary import and reorderi...
2011-09-09 Caitlin SadowskiThread safety: removing unnecessary import
2011-09-09 Julien LerougeRemove trailing } in comment.
2011-09-09 Julien LerougeBring llvm.annotation* intrinsics support back to where...
2011-09-09 Douglas GregorIn the ASTReader, replace the never-NULL Preprocessor...
2011-09-09 Kaelyn UhrainAdd smarter sorting of overload candidates that failed...
2011-09-09 Eric ChristopherCarry the debug information from single exit unified...
2011-09-09 Douglas GregorIn ASTReader, replace the never-NULL ASTContext pointer...
2011-09-09 Douglas GregorFriends cannot be declared module-private
2011-09-09 Douglas GregorMark the translation unit as having lexical/visible...
2011-09-09 Douglas GregorBack out r139358 "[PCH] When loading the decls linked...
2011-09-09 Douglas GregorSpecializations cannot be module-hidden. Diagnose attem...
2011-09-09 John McCallTreat the weak export of block runtime symbols as a...
2011-09-09 Fariborz Jahanianobjc rewriter - Add rewriter test for new instancetype
2011-09-09 Douglas GregorDon't produce 'instancetype' as the type of a message...
2011-09-09 Douglas Gregor__module_private__ is inherited by redeclarations of...
2011-09-09 Anna Zaks[analyzer] When running scan-build with -plist on ...
2011-09-09 Douglas GregorPropagate __module_private__ from previous declarations...
2011-09-09 Douglas GregorWhen type-checking a call to an overloaded, builtin...
2011-09-09 Caitlin SadowskiThread safety: This patch deals with previously unhandl...
2011-09-09 Caitlin SadowskiThread Safety: Moving the analysis to a new file
2011-09-09 Caitlin SadowskiThread safety: refactoring test cases
2011-09-09 Caitlin SadowskiThread safety: refactoring to use an error handler
2011-09-09 Francois PichetUpdate comment because JumpDiagnostics.cpp is not just...
2011-09-09 John McCallClean up the sentinel-attribute checking code a lot...
2011-09-09 Argyrios KyrtzidisDo a lookup for the blocks runtime globals to see if...
2011-09-09 Argyrios Kyrtzidis[PCH] When loading the decls linked to an identifier...
2011-09-09 Argyrios KyrtzidisUse ArrayRef in ExternalASTSource::SetExternalVisibleDe...
2011-09-09 John McCallCode formatting; no functionality change.
2011-09-09 John McCallContextually converting to 'id' is not a useful operati...
2011-09-09 John McCallGive conversions of block pointers to ObjC pointers...
2011-09-09 Richard TrieuClean up the RebuildUnknownAnyExpr visitor in SemaExpr...
2011-09-09 Richard TrieuChanged references of BaseTy, MemInitTy, CXXScopeTy...
2011-09-09 Richard TrieuChange references to StmtTy to Stmt and removed typedef...
2011-09-09 Douglas GregorModules: introduce the __module_private__ declaration...
2011-09-09 Richard TrieuChange all references of type ExprTy to Expr and get...
2011-09-09 Richard TrieuCapitialize paramater names in SemaExpr.cpp and resolve...
2011-09-08 Douglas GregorThe integer type of an enumeration type isn't always...
2011-09-08 Eric ChristopherRearrange comment slightly for Bill.
2011-09-08 Eric ChristopherRemove WCHAR_MIN and WCHAR_MAX from limits.h. According...
2011-09-08 Caitlin SadowskiThread safety: small edit to unused variation on warnin...
2011-09-08 Douglas GregorAdd some delay between PCH creation and modifying one...
2011-09-08 Matt Beaumont-GayExtend -Wliteral-conversion to catch "int i = -1.234"
2011-09-08 Caitlin SadowskiThread Safety: In C++0x Mutexes are the objects that...
2011-09-08 Jakob Stoklund... The frexp, modf, and remquo builtins are not 'const'.
next