]> granicus.if.org Git - clang/shortlog
clang
2009-12-02 Eli FriedmanFix for PR5522 and PR5666: fix a bunch of mangling...
2009-12-02 John McCallUse a more rigorous definition of 'class member'. ...
2009-12-02 Nuno Lopesthis also depends on libDriver. this almost fixes the...
2009-12-02 John McCallRecognize that EnumConstantDecls can be found by lookup...
2009-12-02 Mike StumpPull the terminate handler up so that we can use it...
2009-12-02 Mike StumpTurn off for now.
2009-12-02 Mike StumpPut the Builder classes into the anonymous namespace.
2009-12-02 Mike StumpChange rtti/Rtti to RTTI, as it is an acronym.
2009-12-02 Mike StumpRename CGRtti.cpp to CGRTTI.cpp.
2009-12-02 Mike StumpAvoid warning for getTerminateFn defined but not used.
2009-12-02 Douglas GregorExtend -remap-file=from;to to permit mapping from a...
2009-12-02 Anders CarlssonIn Sema, whenever we think that a function is going...
2009-12-02 Ted KremenekUpdate checker build.
2009-12-02 Douglas GregorMove file-remapping logic into InitPreprocesor. No...
2009-12-02 Douglas GregorExtend the CIndex code-completion API to perform code...
2009-12-02 John McCallr90313, in which OverloadedFunctionDecl is removed...
2009-12-02 Daniel DunbarFix relative ordering of Analyis library.
2009-12-02 Daniel DunbarFix ASTUnit::getOriginalSourceFileName() when using...
2009-12-02 Daniel DunbarASTUnit: Don't create an LLVMContext, it shouldn't...
2009-12-02 John McCallRip out the last remaining implicit use of OverloadedFu...
2009-12-02 Mike Stumpterminate doesn't throw.
2009-12-02 Douglas GregorIntroduce a new clang-cc option
2009-12-02 John McCallPush overloaded function templates through the parser...
2009-12-02 Mike StumpMore exception handling improvements... WIP.
2009-12-02 Eli FriedmanFix another "operator delete missing" crash: make sure...
2009-12-02 Eli FriedmanTweak test to check for a bit more.
2009-12-02 Eli FriedmanMake sure to call AddOverriddenMethods for implicit...
2009-12-02 Douglas GregorExtend the source manager with the ability to override...
2009-12-02 Zhongxing XuHard bifurcate the state into nil receiver and non...
2009-12-02 Zhongxing XulibFrontend depends on libDriver now.
2009-12-02 Douglas GregorEliminate the unnecessary FirstFID cache variable from...
2009-12-02 John McCallStop trying to analyze class-hierarchies for dependentl...
2009-12-02 Daniel DunbarAdd ASTUnit::LoadFromCommandLine, which creates an...
2009-12-02 Daniel DunbarDriver: Add Command::Creator member variable, which...
2009-12-01 Fariborz JahanianAdded an assert.
2009-12-01 Fariborz JahanianFix a code gen. crash synthesizing a destructor.
2009-12-01 Daniel DunbarIn SourceManager::isBeforeInTranslationUnit, if we...
2009-12-01 Ted KremenekAdded dead-stores test cases that involve the use of...
2009-12-01 Chris Lattnerpass the reason for failure up from MemoryBuffer and...
2009-12-01 Ted KremenekAdd new test case file that focuses on testing analyzer...
2009-12-01 Eli FriedmanMake EmitStoreOfScalar generate a more sane representat...
2009-12-01 John McCallFix IsProvablyNotDerivedFrom to always use record defin...
2009-12-01 Ted KremenekThe minimum element size in BumpVector should be 1...
2009-12-01 Ted KremenekProvide the correct vector size for referenced variables.
2009-12-01 John McCallRework how we support C++ implicit member accesses...
2009-12-01 Daniel DunbarAdd test case for PR5662.
2009-12-01 Daniel DunbarASTUnit: Make sure to preserve the TargetInfo for later...
2009-12-01 Daniel DunbarFix typo.
2009-12-01 Daniel DunbarAdd {ExternalSemaSource,SemaConsumer}::ForgetSema callb...
2009-12-01 Rafael EspindolaExit the command line into <built-in> instead of going...
2009-12-01 Fariborz Jahanian(objc2 nonfragile-abi specific). If the translation...
2009-12-01 Ted KremenekFix early-return logic in scanReachableSymbols() to...
2009-12-01 Daniel DunbarConvert Diagnostic::getCustomDiagID to take a StringRef.
2009-12-01 Douglas GregorFuntion templates and function template specializations...
2009-12-01 Douglas GregorMove the checking of overridden virtual functions into...
2009-12-01 Douglas GregorDon't automatically assume that an id-expression refers...
2009-12-01 Douglas GregorAn inherited virtual (where "virtual" wasn't written...
2009-12-01 Nuno Lopesfix build on linux
2009-12-01 Daniel DunbarAdd ASTUnit::LoadFromCompilerInvocation, which does...
2009-12-01 Kovarththanan... Tuck away scan-build related files into tools/scan...
2009-12-01 Kovarththanan... Move ubiviz to analyzer directory
2009-12-01 Douglas GregorSwitch the clang-to-CIndex interface for code-completio...
2009-12-01 Eric ChristopherUpdate for llvm intrinsics change.
2009-12-01 Mike StumpMuch work on try/catch statement. WIP.
2009-12-01 Douglas GregorEliminate warning in Release-Asserts mode. No functiona...
2009-12-01 Daniel Dunbarclang -cc1: Move CompilerInvocation deserialization...
2009-12-01 Daniel DunbarAdd a very minimal README.txt for examples/PrintFunctio...
2009-12-01 Daniel DunbarCIndex: Normalize formatting some more.
2009-12-01 Zhongxing XuClean up BuiltinBug class.
2009-12-01 Daniel Dunbarc-index-test: Split "function scanning" behavior into...
2009-12-01 Daniel DunbarAdd c-index-test -test-load-source, which loads the...
2009-12-01 Ted KremenekAllocate MultipleDC objects using the allocator associa...
2009-11-30 John McCallFix and test for a problem caught by the clang-on-clang...
2009-11-30 Anders CarlssonHave ASTRecordLayout keep track of the key function...
2009-11-30 John McCallRemove all of Sema's explicit uses of OverloadedFunctio...
2009-11-30 John McCallEliminate the use of OverloadedFunctionDecl in member...
2009-11-30 Fariborz JahanianTest for my last patch.
2009-11-30 Fariborz JahanianMore support for virtual destructor calls.
2009-11-30 Anders CarlssonWhen we're trying to define an implicit virtual destruc...
2009-11-30 Daniel DunbarReindent buffer, switches in particular were totally...
2009-11-30 Daniel DunbarStrip trailing space.
2009-11-30 Mike StumpAdd const to accessors that don't modify the object.
2009-11-30 Mike StumpReflow comments and fix 80-col violation.
2009-11-30 Daniel DunbarAdd missing assignment operator to test, and add tests...
2009-11-30 Anders CarlssonFix an assert.
2009-11-30 Fariborz JahanianFix a crash when ivar type is a __strong SEL. Fallout...
2009-11-30 Daniel DunbarAdd more sophisticated test for destruction order of...
2009-11-30 Benjamin KramerUse StringRef in Attr constructors.
2009-11-30 Douglas GregorEliminate another VISIBILITY_HIDDEN
2009-11-30 Tobias GrosserAdapt to the DOTGraphTraits changes in LLVM.
2009-11-30 Daniel Dunbarclang-cc: Add code (currently disabled) for parsing...
2009-11-30 Daniel DunbarAdd CodeGenOptions::{SoftFloat,FloatABI}, and update...
2009-11-30 Daniel Dunbarclang -cc1: Fix initialization of PreprocessorOptions...
2009-11-30 Daniel DunbarAdd TextDiagnosticBuffer::FlushDiagnostics, for forward...
2009-11-30 Daniel Dunbarclang -cc1: Fix -include-pch now that the test code...
2009-11-30 Daniel Dunbarclang -cc1: Initialize LangOptions::{Optimize,NoInline}
2009-11-30 Daniel DunbarUse '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
2009-11-30 Daniel DunbarAlways pass -fmessage-length using separate arguments.
2009-11-30 Daniel Dunbarclang -cc1: Initialize LangOptions::DollarIdents correctly.
2009-11-30 Daniel DunbarDon't try to generate common globals for C++ files...
next