]> granicus.if.org Git - clang/shortlog
clang
2011-09-19 Argyrios KyrtzidisBreak SourceManager::translateFileLineCol into translat...
2011-09-19 Argyrios KyrtzidisIntroduce PreprocessingRecord::getPreprocessedEntitiesI...
2011-09-19 Argyrios KyrtzidisRename SourceLocation::getFileLocWithOffset -> getLocWi...
2011-09-19 Argyrios KyrtzidisMake ASTReader/ASTWriter friends of SourceLocation...
2011-09-19 Argyrios KyrtzidisIntroduce isLoadedSourceLocation() and isLocalSourceLoc...
2011-09-19 Argyrios KyrtzidisConst-ify some methods in ASTReader.
2011-09-19 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit, a locatio...
2011-09-19 Argyrios Kyrtzidis[PCH] Preload the PreloadSLocEntries through the Source...
2011-09-19 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit, when...
2011-09-19 Bill WendlingThrow the switch to convert clang to the new exception...
2011-09-19 Richard TrieuChanges to the name lookup have caused a regression...
2011-09-19 Devang PatelTighten check to match an ivar with corresponding prope...
2011-09-19 Matt Beaumont-GayFix a QoI bug with overloaded operators inside macros.
2011-09-19 Fariborz Jahanianobjc - some refactoring of my last 'self' patch.
2011-09-19 John McCallIn apple-kext mode, use external linkage for explicit...
2011-09-19 Fariborz JahanianCurContext cannot be null ever.
2011-09-19 Erik VerbruggenRemoved an unused field and its accessors methods.
2011-09-19 Erik VerbruggenFirst test commit.
2011-09-19 Richard SmithIn constructors, don't generate implicit initializers...
2011-09-19 Richard SmithRemove function which is unused as of r139996. Thanks...
2011-09-19 Francois PichetDo not use builtin includes if -fms-compatibility is...
2011-09-18 Francois PichetMove the "jump bypasses variable initialization" error...
2011-09-18 Francois PichetIn Microsoft mode(-fms-compatibility), prefer an integr...
2011-09-18 Richard SmithPR10304: Do not call destructors for data members from...
2011-09-18 Richard SmithPR10954: variant members should not be implicitly initi...
2011-09-18 Richard SmithFix PR10531. Attach an initializer to anonymous unions...
2011-09-17 Nico WeberLet -Warray-bounds handle casted array types without...
2011-09-17 Fariborz Jahanianobjc - Treat type of 'self' in class methods as root of
2011-09-17 Fariborz Jahanianobjc: Don't crash with decl context for property impl.
2011-09-17 Francois PichetRename LangOptions::Microsoft to LangOptions::Microsoft...
2011-09-17 Douglas GregorWhen we load header file information from the external...
2011-09-17 Francois PichetAs per discussion with Doug Gregor on the IRC channel...
2011-09-17 Douglas GregorPass -fmodule-cache-path along to -cc1 properly
2011-09-17 Douglas GregorWith modules, we can end up loading a new module after...
2011-09-16 Francois PichetIn Microsoft mode, warn if an indirect goto jump over...
2011-09-16 Ted KremenekFix massive LiveVariables regression (due to LiveVariab...
2011-09-16 Eli FriedmanFix search paths for Ubuntu 11.04 x86. Patch by Stepan...
2011-09-16 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-16 NAKAMURA Takumitest/CodeGen/sse-builtins.c: Make this host-independent...
2011-09-16 Richard TrieuMoves calls of checkArithmeticNull() from CreateBuiltin...
2011-09-16 Caitlin SadowskiThread safety: Adding FIXMEs and a couple cleanups
2011-09-16 Douglas GregorTweak the module auto-import heuristics a bit
2011-09-15 Richard TrieuRemove no longer needed LHSType and RHSType from checkA...
2011-09-15 Richard TrieuChange checkArithmeticNull() to use a NonNullType,...
2011-09-15 Eli FriedmanRemove standard library includes from test; they explod...
2011-09-15 Eli FriedmanTweak *mmintrin.h so that they don't make any bad assum...
2011-09-15 Douglas GregorAdd an experimental flag -fauto-module-import that...
2011-09-15 Richard TrieuFinish the lex->LHS and rex->RHS cleanup in Sema.
2011-09-15 Douglas GregorAdd test case for mutually recursive modules
2011-09-15 Douglas GregorComment what's going on when we compile a module
2011-09-15 Fariborz Jahanianreverse patch in r139818 to focus on 'self'
2011-09-15 Douglas GregorDetect cyclic module dependencies in a manner that...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-15 Douglas GregorEliminate the list of modules from the preprocessor...
2011-09-15 Douglas GregorEliminate the unused -create-module cc1-level option
2011-09-15 Bill WendlingRefactor the load of the exception pointer and the...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-15 Douglas GregorWhen we load the first module, make sure that we wire...
2011-09-15 Fariborz JahanianObjective-c: Conversion from type Class to any root...
2011-09-15 Caitlin SadowskiThread safety: changing naming in error messages based...
2011-09-15 Caitlin SadowskiThread safety: test cases originally from gcc annotalys...
2011-09-15 Argyrios Kyrtzidis[PCH] Overhaul how preprocessed entities are [de]serial...
2011-09-15 Caitlin SadowskiThread safety: cleaning up FIXME for trylocks
2011-09-15 Caitlin SadowskiThread safety: completeing the implementation of shared...
2011-09-15 Caitlin SadowskiThread safety: refactoring various out of scope warning...
2011-09-15 Douglas GregorTeach LangOptions::resetNonModularOptions to actually...
2011-09-15 Justin HolewinskiPTX: Define target options
2011-09-15 John McCallRewrite this loop to use partial destruction; I'm...
2011-09-15 John McCallSorry, that assertion actually already exists.
2011-09-15 John McCallWe don't generate null initializer expressions anymore...
2011-09-15 Anna Zaks[analyzer] Refactor: make PathDiagnosticLocation respon...
2011-09-14 Devang PatelEmit debug info for c++0x nullptr.
2011-09-14 Douglas GregorMake -E work with module imports
2011-09-14 Douglas GregorDon't try to write a macro offset for an identifier...
2011-09-14 Douglas GregorRevert my exported-macro hackery. Something is amiss
2011-09-14 Caitlin SadowskiThread safety: small fixes in comments
2011-09-14 Douglas GregorMake sure that we actually keep the key length and...
2011-09-14 Douglas GregorDisable this test on win32. My "sleep 2" trick didn...
2011-09-14 Douglas GregorDon't try to write a macro offset for an identifier...
2011-09-14 Douglas GregorAdd test for the driver's handling of modules
2011-09-14 Douglas GregorTeach the driver to always pass down a module cache...
2011-09-14 Caitlin SadowskiThread safety: reverting to use separate warning for...
2011-09-14 Caitlin SadowskiThread safety: adding additional documentation to the...
2011-09-14 Caitlin SadowskiThread safety: adding test cases for unparseable lock...
2011-09-14 Kaelyn UhrainPlug an abstraction leak and fix a crasher in DiagnoseI...
2011-09-14 Eli FriedmanPR10864: make sure we correctly delay type-checking...
2011-09-14 Fariborz JahanianUse a group for a diagnostics I added late.
2011-09-14 Argyrios Kyrtzidis[arcmt] Use __bridge_retained when passing an objc...
2011-09-14 Fariborz Jahanianobjc-arc: warn when a 'retain' block property is
2011-09-14 Anna Zaks[analyzer] Remove redundant copy constructor.
2011-09-14 Anna Zaks[analyzer] After CFG has been linearized, we can have...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Douglas GregorEncode the module hash in base-36, to reduce the length...
2011-09-14 Eric ChristopherFormatting.
2011-09-14 Eli FriedmanFix comment.
2011-09-14 Chad Rosier[driver] Add support for the COMPILER_PATH environment...
2011-09-14 Anna Zaks[analyzer] Refactor: Make PathDiagnosticLocation respon...
2011-09-13 Eric ChristopherFix typo.
2011-09-13 Douglas GregorAssert that the module hash produced after stripping...
2011-09-13 Douglas GregorFor modules, use a hash of the compiler version, langua...
next