]> granicus.if.org Git - clang/shortlog
clang
2010-11-23 Chris LattnerPartially revert Doug's PCH validation patch (r98585).
2010-11-23 Francois PichetMicrosoft C anonymous struct implementation.
2010-11-23 Chris Lattnerstringref'ize API
2010-11-23 Chris Lattnertidy up
2010-11-23 Chris Lattneravoid creating sys::Path instances when -fworking-direc...
2010-11-22 Zhanyong WanStylistic changes to CFG.cpp:
2010-11-22 Anders CarlssonRefactor the null-initialization for record types and...
2010-11-22 Nico WeberRemove the other FIXME I added. This is covered by...
2010-11-22 Nico WeberRemove one I just added, add a more focused test for...
2010-11-22 Nico WeberTry to get the bots green after r119966.
2010-11-22 Nico WeberFix the source range of CXXNewExprs. Fixes http://llvm...
2010-11-22 Nico WeberMinor whitespace fix, no functionality change
2010-11-22 NAKAMURA Takumitest/Sema/x86-builtin-palignr.c: Now we can remove...
2010-11-22 Zhanyong WanFix PR8419. Reviewed by kremenek and xuzhongxing.
2010-11-22 Chandler CarruthUndo part of my previous commit to mm_malloc.h, going...
2010-11-22 Anders CarlssonRemove FIXME; we don't ever want to lay out empty bases.
2010-11-21 Anders CarlssonRename BaseLLVMType to NonVirtualBaseLLVMType.
2010-11-21 Anders CarlssonAdd getCGRecordLayout helper function. No functionality...
2010-11-21 Anders CarlssonUpdate Xcode project.
2010-11-21 Anders CarlssonThe 'X' printf type has a valid alternative form. Fixes...
2010-11-21 Anders CarlssonUpdate Xcode project.
2010-11-21 Benjamin KramerFix a bunch of IndirectFieldDecl-related warnings.
2010-11-21 Benjamin KramerFilename.rfind("/\\") won't give us the position of...
2010-11-21 Chris Lattnerremove old compatibility APIs, use StringRef versions...
2010-11-21 Chris Lattnerchange the various getFile routines to use StringRef...
2010-11-21 Francois PichetFix warning: enumeration value 'IndirectField' not...
2010-11-21 Francois PichetCompilation error: remove extra comma.
2010-11-21 Francois PichetMajor anonymous union/struct redesign.
2010-11-21 Anders CarlssonForward the -fno-elide-constructor argument to clang...
2010-11-20 Zhongxing XuAdd comments.
2010-11-20 Zhanyong WanFix a typo in EnvironmentManager::bindExprAndLocation...
2010-11-20 Zhongxing XuHandle CFGAutomaticObjDtor.
2010-11-20 Argyrios KyrtzidisRevert r119838 "Don't warn for empty 'if' body if there...
2010-11-20 Nick LewyckyA bundle of whitespace changes, separated out from...
2010-11-20 Douglas GregorImplement a simple hash function for libclang cursors
2010-11-19 Douglas GregorImplement clang_getCanonicalCursor() in libclang, which...
2010-11-19 Craig SilversteinSeveral PPCallbacks take an SourceLocation + Identifier...
2010-11-19 Rafael EspindolaCheck for gcc 4.3.4.
2010-11-19 Argyrios KyrtzidisDon't warn for empty 'if' body if there is a macro...
2010-11-19 Douglas GregorMake sure to print cvr-qualifiers on function declarations
2010-11-19 Fariborz JahanianMinor cleanup. No change otherwise.
2010-11-19 Fariborz Jahanianobjc_msgSend is not a builtin type in non-objc mode.
2010-11-19 Daniel DunbarDriver/Darwin: Don't pass -demangle to an iOS linker...
2010-11-19 Benjamin KramerInitialize StoredDiagnostic's members in order.
2010-11-19 Nuno Lopesadd support for the i686-pc-linux-gnu triple (used...
2010-11-19 Douglas GregorWhen parsing something that looks like an ill-formed
2010-11-19 Daniel DunbarDriver: Ignore -force_cpusubtype_ALL.
2010-11-19 Douglas GregorExtend the libclang diagnostic API to provide informati...
2010-11-19 Argyrios KyrtzidisRemove Diagnostic's get/setNumErrors() and getNumErrors...
2010-11-19 Argyrios KyrtzidisgetNumErrors() -> hasErrorOccurred()
2010-11-19 Argyrios KyrtzidisRefactoring. Get FunctionScopeInfo to use DiagnosticErr...
2010-11-19 Argyrios KyrtzidisRefactoring.
2010-11-18 Fariborz JahanianFix a bug where write-barriers for assignment through...
2010-11-18 Bob WilsonUse a signed vector type for the shift amount operand...
2010-11-18 Argyrios KyrtzidisUse hasErrorOccurred() instead of getNumErrors() where...
2010-11-18 Argyrios KyrtzidisGet the number of errors reported from the diagnostic...
2010-11-18 Benjamin KramerUpdate CMake build.
2010-11-18 Argyrios KyrtzidisRemove the hack where, to get the return status, we...
2010-11-18 Argyrios KyrtzidisKeep track of errors/warnings in FixItRewriter.
2010-11-18 Argyrios KyrtzidisSince multiple diagnostics can share one diagnostic...
2010-11-18 Argyrios KyrtzidisRefactoring of Diagnostic class.
2010-11-18 Argyrios KyrtzidisCopy the LangOptions in PrintingPolicy to avoid pointin...
2010-11-18 John McCallAdd an assertion, fix a whole bunch of bugs, comment...
2010-11-18 Argyrios KyrtzidisRemove the getDiagnosticLevel check since it doesn...
2010-11-18 Benjamin KramerFix a typo in the UTF-8 BOM (PR8645). Use a StringSwitc...
2010-11-18 Craig SilversteinIn some situations, TemplateArgumentLoc wasn't setting...
2010-11-18 John McCallCalculate the value kind of an expression when it's...
2010-11-18 Marcin SwiderskiAdded method for handling CXXOperatorCallExpr different...
2010-11-18 Anton Yartsevcomparison of AltiVec vectors now gives bool result...
2010-11-18 Ted KremenekCursorVisitor: switch remaining expressions over
2010-11-18 Argyrios Kyrtzidis-Rename -Wargument-larger-than -> -Wlarge-by-value...
2010-11-18 Ted KremenekCursorVisitor: migrate handling of
2010-11-17 Ted KremenekMake definition of CXTranslationUnitImpl private
2010-11-17 Argyrios KyrtzidisIntroduce option -Wargument-larger-than[=N] which warns...
2010-11-17 Rafael EspindolaImplement -pie.
2010-11-17 Rafael EspindolaDon't warn about
2010-11-17 Douglas GregorDo not produce "purely informative" code completion...
2010-11-17 Marcin SwiderskiIn EvalArguments allow for evaluation of first argument...
2010-11-17 Rafael EspindolaDon't warn about -w not being used in a link. Necessary...
2010-11-17 Fariborz JahanianWarn if direct accessing synthesized ivar backing the...
2010-11-17 Argyrios KyrtzidisDon't emit warn_logical_and_in_logical_or for cases...
2010-11-17 Argyrios KyrtzidisDon't emit warn_logical_and_in_logical_or for macros...
2010-11-17 Argyrios KyrtzidisDon't warn for parentheses for the '&&' inside '||...
2010-11-17 Argyrios KyrtzidisPut warn_logical_and_in_logical_or warning in new warni...
2010-11-17 Dan GohmanAdd a comment explaining why r117813 was needed.
2010-11-17 Dan GohmanDrop the warning about __attribute__((may_alias)) being...
2010-11-17 Douglas GregorWhen libclang is walking a member access expression...
2010-11-17 Douglas GregorWhen comparing the source range of a declaration agains...
2010-11-17 Rafael EspindolaSilence warning for "clang -O2 -O0 -c foo.c -o foo.o.
2010-11-17 Zhongxing XuAdd skeleton for handling various cfg dtors.
2010-11-17 Chris LattnerWhen forming the !srcloc mdnode for an inline asm,...
2010-11-17 Chris Lattneradjust for llvm mainline, yay type safety
2010-11-17 Chris Lattnera metric ton of refactoring later, Sema::getLocationOfS...
2010-11-17 Zhongxing Xudo not do post checks. Because at this point we just...
2010-11-17 Chris Lattnermove getSpelling from Preprocessor to Lexer, which...
2010-11-17 Zhongxing XuRemove comments. We are already doing actual method...
2010-11-17 Chris Lattnerpropagate preprocessor out of StringLiteralParser....
2010-11-17 Chris Lattnerpush the preprocessor out of EncodeUCNEscape
2010-11-17 Chris Lattnermove AdvanceToTokenCharacter and getLocForEndOfToken...
2010-11-17 Chris Lattneradd a static version of PP::AdvanceToTokenCharacter.
next