]> granicus.if.org Git - clang/shortlog
clang
2010-03-22 Ted KremenekDisable the emission of frontend warnings (not errors...
2010-03-22 Ted KremenekImprove the diagnostics for the UndefinedAssignmentChec...
2010-03-22 Douglas GregorComment the reasons for the strange little dance we...
2010-03-22 Chris Lattner(re)implement PR6542, accepting and discarding the...
2010-03-22 Chris Lattnermerge some tests.
2010-03-22 Chris Lattnerrename test
2010-03-22 Fariborz JahanianDiagnose miuse of property dot-syntax instead of crashing.
2010-03-22 Chris Lattnermerge two tests.
2010-03-22 Chris Lattnerrename test.
2010-03-22 Chris Lattnerrevert r98661, gcc_tdiag is not an attribute (PR6542).
2010-03-22 Chris Lattnermove a test to a more appropriate directory
2010-03-22 Anders CarlssonMore work on thunks; almost there now.
2010-03-22 Fariborz JahanianFixes access rues for ivars declared in class
2010-03-22 Chris Lattnerhopefully fix this on non-sse2 hosts. Shouldn't an...
2010-03-22 Fariborz JahanianTest for my last patch.
2010-03-22 Fariborz JahanianMore clean up of ivars which are either in class extens...
2010-03-22 Kovarththanan... Sort calls to add_clang_library()
2010-03-22 Chris Lattnerfix PR6658: inline isn't a keyword in C89 mode, use...
2010-03-22 Rafael Espindolarevert r99174. It caused PR6677. Will try to debug...
2010-03-22 Anders CarlssonAdd less than operators to ThisAdjustment, ReturnAdjust...
2010-03-22 Anders CarlssonImprove dumping of thunks.
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...
next