]> granicus.if.org Git - clang/shortlog
clang
2010-03-22 Douglas GregorUse the cursor's ASTContext rather than the ASTContext...
2010-03-22 Douglas GregorFix a thinko and a typo in the delayed-diagnostic code.
2010-03-22 Anders CarlssonWe want to add all thunks, not just 'this' adjustment...
2010-03-22 Kovarththanan... Use DEFINE_SYMBOL property to control dllexport/dllimport
2010-03-22 Douglas GregorIntroduce the notion of a single "delayed" diagnostic...
2010-03-22 Rafael EspindolaWhen handling a TSK_ExplicitInstantiationDefinition...
2010-03-22 John McCall-Wshadow should only warn about parameter declarations...
2010-03-22 Chandler CarruthAdd very limited support for GCC's '-B' flag. This...
2010-03-21 Rafael EspindolaFix PR6618.
2010-03-21 Douglas GregorKeep track of the size/modification time of each file...
2010-03-21 Anders CarlssonAddThunk should take a const reference.
2010-03-21 Rafael EspindolaFix PR6648 by not creating a temporary with the type...
2010-03-21 Ted KremenekDelete the new visitor if an old one already exists.
2010-03-20 Daniel Dunbartests: Mangle '-vg' onto the end of the triple when...
2010-03-20 Ted KremenekDon't bother running the analysis for CFG-based warning...
2010-03-20 Ted KremenekRefactor CFG-based warnings in Sema to be run by a...
2010-03-20 David ChisnallFixed synthesizing properties declared in properties...
2010-03-20 Ted KremenekReapply r99024 (but with the memory issue now fixed).
2010-03-20 Ted KremenekCheck if a BugReporterVisitor has already been added...
2010-03-20 Ted KremenekFix use-of-invalid-memory found by Valgrind and Windows...
2010-03-20 Daniel DunbarDriver: Fix thinkos that prevented Clang from picking...
2010-03-20 Daniel DunbarDriver: Support CC_PRINT_OPTIONS, used for logging...
2010-03-20 Daniel DunbarDriver: Fix -### to quote shell special characters...
2010-03-20 Eric ChristopherAdd sse4.2 support to this test.
2010-03-20 Eric ChristopherAdd sse4.2 header and builtin support.
2010-03-20 Daniel DunbarIRgen: Wrap atomic intrinsics with memory barriers...
2010-03-20 Daniel DunbarEvaluate: Fix a subtle bug in the pointer evaluator...
2010-03-20 Daniel DunbarDriver: Fix a number of -fapple-kext issues:
2010-03-20 Daniel DunbarRevert r99024, "Augment path diagnostics to include...
2010-03-20 Daniel DunbarC++: Add support for -fno-use-cxa-atexit.
2010-03-20 Daniel DunbarIRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into...
2010-03-20 John McCallImplement -Wshadow for parameter declarations as well.
2010-03-20 Eric ChristopherAdd a newline at the end of the file.
2010-03-20 Eric ChristopherFor legacy compatibility add a varargs.h header.
2010-03-20 Ted KremenekAugment path diagnostics to include displaying when...
2010-03-20 Daniel DunbarDriver: Force joining of "-l" "foo", the linker doesn...
2010-03-20 Daniel DunbarDriver: Allow Render{Separate,Joined} option flags...
2010-03-20 Daniel DunbarFix unused variable warning.
2010-03-20 Eric ChristopherMigrate typedefs to the top level of xmmintrin.h and...
2010-03-20 Eric ChristopherAdd include for smmintrin.h to this test.
2010-03-20 Daniel DunbarDriver: Fix possible crash when targetting an unknown...
2010-03-20 Douglas GregorOptimize region-of-interest based cursor walks through the
2010-03-19 John McCallChange CodeGenModule to rely on the Module's symbol...
2010-03-19 Douglas GregorRemove the capture, serialization, and deserialization...
2010-03-19 Douglas GregorRobustify PreprocessingRecord slightly, by only creatin...
2010-03-19 Douglas GregorImplement serialization and lazy deserialization of...
2010-03-19 Fariborz JahanianMore coherent diagnostics when ivar is placed n categories.
2010-03-19 Ted KremenekTeach clang_getCursorKindSpelling() about CXCursor_Inva...
2010-03-19 Ted KremenekMake the CIndex API more resilient to being used on...
2010-03-19 Ted KremenekAdd test case for <rdar://problem/7770737>.
2010-03-19 Daniel Dunbarclang -cc1: Kill off -empty-input only, and replace...
2010-03-19 John McCallPromote enum types during -Wsign-compare. Fixes some...
2010-03-19 Fariborz JahanianDiagnose conversion of 'Class' to/from objective-c
2010-03-19 Douglas GregorMake the preprocessing record a PPCallbacks subclass...
2010-03-19 Douglas GregorOptionally store a PreprocessingRecord in the preproces...
2010-03-19 Douglas GregorTry to improve computation of the main file name for...
2010-03-19 John McCallPretty-print anonymous types using their kind and presu...
2010-03-19 John McCallRemember the "found declaration" for an overload candid...
2010-03-19 Douglas GregorFix a longstanding (but previously unknown) bug in...
2010-03-19 Douglas GregorVisit preprocessing elements (macro instantiations...
2010-03-19 Bob WilsonRevert 98907 since it is breaking buildbots.
2010-03-19 Douglas GregorVisit preprocessing elements (macro instantiations...
2010-03-18 John McCallWhen elevating access along an inheritance path, initia...
2010-03-18 Douglas GregorFor debug information, get the main file name from...
2010-03-18 Douglas GregorTry to appease MSVC's standard library
2010-03-18 Douglas GregorTry to appease MSVC
2010-03-18 Ted KremenekMake PredefinedExpr::ComputeName() more robust to incorrect
2010-03-18 Ted KremenekAdd bounds check in PCHReader. when reading source...
2010-03-18 Fariborz JahanianSome cleanup, change diagnostic when assigning to
2010-03-18 Douglas GregorExplicitly link macro instantiations to macro definitio...
2010-03-18 Douglas GregorExpose macro definitions as CIndex cursors. These can...
2010-03-18 Douglas GregorIntroduce the notion of a "preprocessing record", which...
2010-03-18 Benjamin KramerReplace some SmallVectors with arrays.
2010-03-18 Douglas GregorDefang
2010-03-18 Douglas GregorMore token-annotation experimentation, preprocessing...
2010-03-18 Douglas GregorDefang a test that's failing intermittently on windows
2010-03-18 Kovarththanan... Fix 80 col violation
2010-03-18 Kovarththanan... Simply tags target
2010-03-18 John McCallfrom code inspection, we were treating placement news...
2010-03-18 Kovarththanan... Make some typedefs private
2010-03-18 Kovarththanan... Rename variable to indicate what it is being used for
2010-03-18 John McCallRedeclaration lookups for parameter names should be...
2010-03-18 Ted KremenekBump clang minor version (1.5).
2010-03-18 Ted KremenekRefactor argument checking in CallAndMessageChecker...
2010-03-18 Anders CarlssonWhen dumping vtables, also dump the thunks.
2010-03-18 Ted KremenekDetect pass-by-value arguments that are structs that...
2010-03-18 Ted KremenekTweak dead stores checker to not emit a warning when...
2010-03-18 Ted KremenekSimplify code (and remove 'dyn_cast') by using ObjCProp...
2010-03-18 Ted KremenekTurn several PCH reader assertions into compiler errors...
2010-03-18 Douglas GregorExperimental stab at using relexing to identify preproc...
2010-03-17 Anders CarlssonMore work on thunks.
2010-03-17 John McCallImplement non-dependent friend functions and classes.
2010-03-17 John McCallActOnTagDefinitionError is supposed to 'unwind' ActOnTa...
2010-03-17 Douglas GregorReduce the default alignment for ASTContext and Stmt...
2010-03-17 Douglas GregorXFAIL this test on that silly Windows platform. Grrr
2010-03-17 Douglas GregorRemove this test. It is causing problems has has relati...
2010-03-17 Douglas GregorRemove warning about shadowing a built-in; built-ins...
2010-03-17 Douglas GregorEntering the main source file in the preprocessor can...
2010-03-17 Douglas GregorCheck the inode in addition to size and modification...
2010-03-17 Douglas GregorUse a simple diagnostic (file modified) when we detect...
next