]> granicus.if.org Git - clang/shortlog
clang
2010-01-13 John McCallAdd type source information for both kinds of typeof...
2010-01-13 Ted KremenekAdd 'referringDecl' field to CXCursor to prepare the...
2010-01-13 Mike StumpFix for Release-Asserts.
2010-01-13 Fariborz JahanianPredefine __weak attribute when doing objective-c
2010-01-13 Ted KremenekAdd extra null check in clang_disposeString().
2010-01-13 Douglas GregorReimplement constructor declarator parsing to cope...
2010-01-13 Douglas GregorFix pasto in __has_feature(cxx_lambdas) docs
2010-01-13 John McCallRecord some basic information about bad conversion...
2010-01-13 Sean HuntImplement semantic checking for C++ literal operators.
2010-01-13 Sean HuntUpdate test function names so as not to use potential...
2010-01-13 Sean HuntAdd a bunch more feature-checking macros for C++0x...
2010-01-13 John McCallInsert clang-flags into the clang command. Currently...
2010-01-13 Chris Lattnerdiagnose invalid values of -ftabstop, patch by Christia...
2010-01-13 Mike StumpAdd an unreachable code checker.
2010-01-13 Daniel Dunbarcc1: Factor out CompilerInstance::ExecuteAction which...
2010-01-13 Daniel Dunbarcc1: Lift creation of the FrontendAction higher.
2010-01-13 John McCallImprove the reporting of non-viable overload candidates...
2010-01-13 Ted KremenekMove definitions for visitor methods in CDeclVisitor...
2010-01-13 Ted KremenekMake method definitions in TUVisitor out-of-line, makin...
2010-01-13 Douglas GregorRemove broken fix-it when a default function argument...
2010-01-12 Fariborz JahanianWhen in objective-c methods, do the built-in name looku...
2010-01-12 Ted KremenekAdd USR printing modes to c-index-test.
2010-01-12 Ted KremenekMake clang_getDeclUSR() visible.
2010-01-12 Ted KremenekRename clang_getUSR() -> clang_getDeclUSR(). For now...
2010-01-12 Douglas GregorDon't emit string-comparison or self-comparison warnings in
2010-01-12 Mike StumpRemove unused code.
2010-01-12 Chris Lattnertestcase for -ftabstop, patch by Christian Adaker!
2010-01-12 Chris Lattneruse DiagRuntimeBehavior to silence the div/rem by zero...
2010-01-12 Douglas GregorImprove recovery for template-ids whose template-name...
2010-01-12 Chris Lattnerimplement PR6004, warning about divide and remainder...
2010-01-12 Chris Lattnerimplement PR6007, diagnosing invalid attribute((section))
2010-01-12 Mike StumpImprove covariance tester to randomize the return value...
2010-01-12 Chandler CarruthFix the CodeGen half of PR5911 by changing reference...
2010-01-12 Ted KremenekFurther tweaking of USR generation. WIP.
2010-01-12 Ted KremenekMake 'CXTranslationUnitIterator' an argument to perform...
2010-01-12 Fariborz JahanianDefine __weak attribute for objective-c pointers in
2010-01-12 Douglas GregorParse dependent template-ids in base clauses and member
2010-01-12 Fariborz JahanianImprove on objective-c pointer recognition
2010-01-12 Douglas GregorWhen determining whether a given name is a template...
2010-01-12 Benjamin KramerFix tests for r93231.
2010-01-12 Benjamin KramerRemove trailing semicolons and silence MSVC warning...
2010-01-12 John McCallSo I was sitting around, trying vainly to think of...
2010-01-12 Douglas GregorUse horizontal-space markers in code-completion results...
2010-01-12 Mike StumpAdd covariance tester.
2010-01-12 Daniel DunbarRemove duplicate class name, MSVC doesn't like this.
2010-01-12 John McCallReorganize some of the code to note overload candidates...
2010-01-12 Ted KremenekAdd a boilerplate implementation for clang_getUSR(...
2010-01-12 Fariborz JahanianFix rewriting of MacOS sjlj based eh.
2010-01-12 Douglas GregorName lookup should know better than to look into a...
2010-01-12 John McCallChris thinks these diagnostics are better now. :)
2010-01-12 John McCallSort overload results by viability.
2010-01-12 John McCallIntroduce a specific representation for the ambiguous...
2010-01-12 Ted KremenekChange clang_getUSR() to return a CXString instead...
2010-01-12 Ted KremenekMake createCXString() a static member function of class...
2010-01-12 Mike StumpAllow N_FIELDS to be 0.
2010-01-11 Ted KremenekCIndex:
2010-01-11 Douglas GregorEliminate an embarrassing performance regression in...
2010-01-11 David ChisnallReverted r93198; done without reading relevant PR.
2010-01-11 Fariborz JahanianFix rewriting for forward class declaration.
2010-01-11 Douglas GregorWhen performing name lookup into a scope, check that...
2010-01-11 David ChisnallAllow VLAs in C++ if in GNU mode (GNU C++ permits them...
2010-01-11 Douglas GregorC++0x [dcl.typedef]p4, take 3, where we actually figure...
2010-01-11 Douglas GregorUse isa<ElaboratedType> rather than getAs<ElaboratedTyp...
2010-01-11 Douglas GregorAdd test case from PR5763
2010-01-11 Douglas GregorAllow redefinitions of typedef-names within class scope...
2010-01-11 Fariborz JahanianFix a problem related to rewrite of anonymous unions.
2010-01-11 Benjamin KramerFix pasto.
2010-01-11 Chris LattnerUse the new isInteger() method in a couple places,...
2010-01-11 Douglas GregorWhen resolving a single function template specializatio...
2010-01-11 Douglas GregorTest case for naming of conversion function template...
2010-01-11 Benjamin KramerAvoid use of deprecated functions (CStrInCStrNoCase...
2010-01-11 Douglas GregorWhen computing surrogates for calls to a value of objec...
2010-01-11 Ken DyckChange return type of getObjCEncodingTypeSize() to...
2010-01-11 David ChisnallFix type mismatch on 64-bit platforms (GNU ObjC).
2010-01-11 Douglas GregorRemove some pointless FIXMEs. No functionality change
2010-01-11 Douglas GregorAdd support for out-of-line definitions of conversion...
2010-01-11 Douglas GregorTighten up the "cannot return array or function type...
2010-01-11 Douglas GregorImplement name lookup for conversion function template...
2010-01-11 Fariborz JahanianFixup rewrite of ivars accessed via an explicit object
2010-01-11 Ken DyckRoll out ASTContext::getTypeSizeInChars(), replacing...
2010-01-11 Sebastian RedlMake Clang complain about taking the address of an...
2010-01-11 Zhongxing XuEnhance ScanReachableSymbols::scan(). Now another OSAto...
2010-01-11 Zhongxing XuEnhance SVals::getAsRegion: get the region that is...
2010-01-11 Chris Lattneradd a TODO for a perf improvement in LexIdentifier.
2010-01-11 Ted KremenekSwitch RegionStore over to using <BaseRegion+raw offset...
2010-01-11 Ted KremenekPreliminary reworking of value-binding logic in RegionS...
2010-01-10 Sean HuntDo not parse hexadecimal floating point literals in...
2010-01-10 Douglas GregorImprove code completion by introducing patterns for...
2010-01-10 Ted KremenekMake sure this test case tests analyzing both x86_64...
2010-01-10 Benjamin KramerSilence MSVC warning.
2010-01-10 Anton KorobeynikovMake clone() method out-of-line for Attr classes.
2010-01-10 Anton KorobeynikovTry to make cmake happy
2010-01-10 Anton KorobeynikovGeneralize target weirdness handling having proper...
2010-01-10 Anton KorobeynikovRename file to generalization in next commits
2010-01-10 Benjamin KramerSimplify code. No functionality change.
2010-01-10 Zhongxing XuEnhance test case.
2010-01-10 Chris Lattnerstringref'ize a bunch of filename handling logic. ...
2010-01-10 Chris Lattnertry to make this more stable?
2010-01-10 Daniel DunbarFix PR5982, a refacto in checking for '=' in a -D argument.
2010-01-10 Daniel DunbarFix a FIXME.
next