]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-30 Daniel DunbarEliminate CodeGenOptions::TimePasses.
2009-11-30 Daniel DunbarEliminate CodeGenOptions::SimplifyLibCalls.
2009-11-30 Daniel DunbarSimplify.
2009-11-30 Daniel DunbarPut CompilerInvocation testing code in clang-cc instead...
2009-11-30 Chris LattnerFix PR5633 by making the preprocessor handle the case...
2009-11-30 Eli FriedmanMinor cleanup (no functionality change).
2009-11-29 Daniel Dunbarclang -cc1: Use proper diagnostics for all parsing...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarExplicitly use setVolatile instead of extra IRBuilder...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to report...
2009-11-29 Daniel DunbarSimplify.
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to take Argv0...
2009-11-29 Benjamin KramerRemove useless c_str() calls in SemaCodeComplete.
2009-11-29 Benjamin KramerSimplify code. No functionality change.
2009-11-29 Benjamin KramerPort BugReporter and BugType to StringRef.
2009-11-29 Benjamin KramerKill some unnecessary calls to c_str().
2009-11-29 Kovarththanan... Kill off clang/win32 which contains the hand generated...
2009-11-29 Nuno Lopesremove stall comment
2009-11-29 Kovarththanan... Streamline Stmt::CollectingStats() and Decl::Collecting...
2009-11-29 Kovarththanan... Don't call Decl::CollectingStats(false) and Stmt::Colle...
2009-11-29 Kovarththanan... Remove empty test directory. lit was moved to llvm...
2009-11-29 Kovarththanan... This patch moves the frontend timer from clang-cc into...
2009-11-29 Daniel DunbarUse '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in ...
2009-11-29 Daniel DunbarNormalize options to use '-FOO' instead of '--FOO'.
2009-11-29 Daniel DunbarRemove unnecessary -fblocks=0.
2009-11-29 Daniel DunbarUse '-x' 'foo' instead of '-x=foo'.
2009-11-29 Daniel Dunbarclang -cc1: Allow -triple= as an alias for -triple...
2009-11-29 Daniel DunbarUse '-o' '-' instead of '-o=-' in tests.
2009-11-29 Daniel DunbarRemove unnecessary -fms-extensions=0 from tests (this...
2009-11-29 Sean HuntAdd DeclarationName support for C++0x operator literals...
2009-11-29 Daniel DunbarMove LLVM backend options to explicit clang-cc / clang...
2009-11-29 Ted KremenekUpdate checker build.
2009-11-29 Ted KremenekFix null dereference in UndefResultChecker identified...
2009-11-29 Daniel DunbarAdd clang -cc1 parsing for LangOptions.
2009-11-29 Daniel Dunbarclang-cc: Tweak LangOptions parsing to make it a bit...
2009-11-29 Sean HuntFix 80-cols violations
2009-11-29 Daniel Dunbarclang-cc: Change -fsigned-char=0 to -fno-unsigned-char...
2009-11-29 Daniel DunbarAdd missing accessors.
2009-11-29 Daniel DunbarChange LangOptions::ObjCConstantStringClass to an std...
2009-11-29 Daniel DunbarMove MainFileName option variable into CodeGenOptions...
2009-11-28 Benjamin KramerRemove remaining VISIBILITY_HIDDEN from anonymous names...
2009-11-28 Benjamin KramerRemove VISIBILITY_HIDDEN from lib/AST.
2009-11-28 Kovarththanan... This patch adds a PUNCTUATOR macro (specialization...
next