Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2012-01-22Fix -Wswitch to warn about out of bounds enum cases even when there's a defaultDavid Blaikie
2012-01-22Move -Wswitch-enum to -WswitchDavid Blaikie
2012-01-22In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...Francois Pichet
2012-01-21Add -Wswitch-enum-redundant-default.David Blaikie
2012-01-21lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3.NAKAMURA Takumi
2012-01-21[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi
2012-01-21[analyzer] It's possible to have a non PointerType expression evaluate to a L...Anna Zaks
2012-01-21Use the new installheaders makefile target in libcxx.Bob Wilson
2012-01-21Remove redundant argument.Rafael Espindola
2012-01-21[analyzer] Make VLA checker taint aware. Anna Zaks
2012-01-21Add an assertion that our use-marking actually covers all uses of a variable....Eli Friedman
2012-01-21Fix some comments relating to ExpressionEvaluationContexts. Get rid of a cou...Eli Friedman
2012-01-21Fix code so that a SkipUntil will ignore semicolons when skipping aRichard Trieu
2012-01-21[analyzer] Unbreak the static analyzer bot. Regression from r148558.Anna Zaks
2012-01-21Add obvious missing call to MarkDeclarationReferenced.Eli Friedman
2012-01-21Make clang's AST model sizeof and typeof with potentially-evaluated operands ...Eli Friedman
2012-01-21arg migrator: change all "assign" of object propertiesFariborz Jahanian
2012-01-21Fix the code completion string for variadic macros with more than oneDouglas Gregor
2012-01-21add tests for wide character encodingsSeth Cantrell
2012-01-21Handle thread safety attributes on functions with separate definitions and de...DeLesley Hutchins
2012-01-21Delayed template instantiation of late-parsed attributes.DeLesley Hutchins
2012-01-21Instantiate dependent attributes when instantiating templates.DeLesley Hutchins
2012-01-21The 'l' length modifier makes sense with the scanlist conversion specifier.Ted Kremenek
2012-01-21Testcase for PR11345.Eric Christopher
2012-01-21When adding types to the context chain for record types, just emitEric Christopher
2012-01-21Remove unnecessary and incorrect redirection of stderr.Bob Wilson
2012-01-21rename -ccc-host-triple into -targetSebastian Pop
2012-01-21Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek
2012-01-21More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-21Add ability to specifiy 'restrict' on parameters of builtins, and correct thi...Ted Kremenek
2012-01-21Per PR 11814, use Monospace instead of Andale Mono.Ted Kremenek
2012-01-21[analyzer] Add taint awareness to DivZeroChecker.Anna Zaks
2012-01-20arc migrator: replace "retain" attribute with "strong"Fariborz Jahanian
2012-01-20[analyzer] Tweak the buildbot script to include the experimental taint checke...Anna Zaks
2012-01-20use llvm:Attributes instead of unsignedKostya Serebryany
2012-01-20Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis
2012-01-20Replace a dubious use of SmallVectorImpl with a proper copy.Benjamin Kramer
2012-01-20Fix broken unit testDouglas Gregor
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2012-01-20Localize variable, remove unused assignment.Benjamin Kramer
2012-01-20Remove unused variables.Benjamin Kramer
2012-01-20Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek
2012-01-20Implement checker that looks for calls to mktemps and friends that have fewer...Ted Kremenek
2012-01-20Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...Ted Kremenek
2012-01-20[libclang] Fix crash when indexing attributes, rdar://10702250.Argyrios Kyrtzidis
2012-01-20Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an...Eli Friedman
2012-01-20[analyzer] Add socket API as a source of taint.Anna Zaks
2012-01-20[analyzer] Skip casts when determining taint dependencies + prettyAnna Zaks
2012-01-20[analyzer] Add a utility method that allows to find the macro name usedAnna Zaks
2012-01-20[analyzer] Cleanup of Symbol dump methods.Anna Zaks