]> granicus.if.org Git - clang/shortlog
clang
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-06-06 Benjamin KramerRemove the last dead private member in clang.
2012-06-06 David BlaikieAdd a -rewrite-includes option, which is similar to...
2012-06-06 David BlaikieEscape \n and \r in doxycomment.
2012-06-06 Manuel KlimekDocuments linking requirements for libtooling.
2012-06-06 Benjamin KramerRemove unused private member variables found by clang...
2012-06-06 Jordan RoseAdd pedantic warning -Wempty-translation-unit (C11...
2012-06-06 Francois PichetZap the /Za compiler switch from MSVC projects, the...
2012-06-06 Daniel JasperIntroduce -Wunused-private-field. If enabled, this...
2012-06-06 Ted KremenekDisable path pruning for UndefResultChecker. It turns...
2012-06-05 Douglas GregorA non-explicit constructor template with a second param...
2012-06-05 Ted KremenekPlistDiagnostics: force the ranges for control-flow...
2012-06-05 Fariborz Jahanianobjective-c: merge deprecated/unavailable attributes to
2012-06-05 Manuel KlimekFixes the refactoring library test in VS2010.
2012-06-05 Eli FriedmanFix a bug with va_arg and vectors on Darwin x86-32...
2012-06-05 Eric ChristopherReapply "Only emit debug information for methods that...
2012-06-05 Richard SmithRecursiveASTVisitor: add ability to visit implicit...
2012-06-05 Simon AtanasyanMips: Define __mips_hard_float macro additional to...
2012-06-05 John McCallRevert "Only emit debug information for methods that...
2012-06-05 Eric ChristopherOnly emit debug information for methods that are user...
2012-06-04 Jordan RoseTeach format string checking about compile-time CFStrin...
2012-06-04 Jordan RoseMake suggestions for mismatched enum arguments to print...
2012-06-04 Jordan RoseTeach printf/scanf about enums with fixed underlying...
2012-06-04 Richard SmithPR13022: cope with parenthesized function types in...
2012-06-04 Richard SmithAdd a warning for when an array-to-pointer decay is...
2012-06-04 Anna Zaks[analyzer] Fixup for r157950. Unbreak the bots.
2012-06-04 Nico WeberDocument how fixits on errors and warnings must behave.
2012-06-04 Eric ChristopherAdd a testcase for C++11 union support.
2012-06-04 Argyrios Kyrtzidis[objcmt] Don't migrate to subscripting syntax if the...
2012-06-04 Anna Zaks[analyzer] Fix a diagnostics bug which lead to a crash...
2012-06-04 Aaron BallmanFixes some test cases that should have come along with...
2012-06-04 Fariborz Jahanianobjective-c: Handle more warning cases for when
2012-06-04 Alexander KornienkoFixed a problem related to resolution of built-in heade...
2012-06-04 Aaron BallmanRemoving the lambda extension warning concerning single...
2012-06-04 Jordan Rose[diagtool] Properly order libraries in Makefile for...
2012-06-04 Jordan RoseRemove AST and Parse from Driver's dependencies.
2012-06-04 Jordan Rose[diagtool] Re-add show-enabled, minimizing the code...
2012-06-04 Evgeniy StepanovRequire -pie when linking with ASan on Android.
2012-06-04 Hans WennborgTest the '__thread' before 'static' warning.
2012-06-04 Craig TopperAdd fma3 intrinsic header file.
2012-06-04 Douglas GregorWhen adding built-in operator candidates for overload...
2012-06-03 Craig TopperMake disabling SSE levels also disable AVX and FMA.
2012-06-03 Craig TopperMake AES and PCLMUL features imply SSE2 as that's neede...
2012-06-03 Craig TopperAdd __POPCNT__ to test cases for corei7 and corei7-avx
2012-06-03 Craig TopperAdd fma feature flag for Intel FMA instructions.
2012-06-03 Benjamin KramerUpgrade test for the fma4->fma intrinsic change.
2012-06-03 Nico WeberImprove fixit for comparison operator on lhs of bitwise...
2012-06-02 Argyrios KyrtzidisFollow-up on the test of r157892
2012-06-02 Argyrios KyrtzidisInitialize the non-target-dependent fields of the Prepr...
2012-06-02 NAKAMURA TakumiRevert r157819, "#ifdef out a broken test on win32"
2012-06-02 NAKAMURA TakumiToolInvocation::mapVirtualFile(): Tweak for Win32....
2012-06-02 Simon AtanasyanMIPS: Factor out code selects the float ABI as determin...
2012-06-02 Benjamin KramerFix typos found by http://github.com/lyda/misspell...
2012-06-02 Alexander KornienkoImplementation of a "soft opt-in" option for -Wimplicit...
2012-06-02 Anna Zaks[analyzer] Rely on canBeInlined utility instead of...
2012-06-01 Anna Zaks[analyzer] Fix a spurious undef value warning.
2012-06-01 Anna Zaks[analyzer] Fix lack of coverage after empty inlined...
2012-06-01 Ted KremenekDisable diagnosic path pruning for ReturnUndefChecker.
2012-06-01 Jordan Rose[diagtool] Pull show-enabled back out for now.
2012-06-01 Jordan Rose[diagtool] Unbork Makefile build.
2012-06-01 Ted KremenekUpdate checker build.
2012-06-01 Jordan Rose[diagtool] Appease buildbot by adding llvm_unreachable.
2012-06-01 Jordan Rose[diagtool] Add 'show-enabled', which displays which...
2012-06-01 Jordan Rose[diagtool] The driver skips two arguments, not one.
2012-06-01 Ted Kremenekstatic analyzer: add inlining support for directly...
2012-06-01 Kaelyn UhrainDon't allow multiple correction candidates that have...
2012-06-01 Alexander Kornienko#ifdef out a broken test on win32
2012-06-01 Jordan Rose[analyzer] SATestBuild should execute SVN updates even...
2012-06-01 Jordan Rose[analyzer] Fix SATestAdd to work with SATestBuild.
2012-06-01 Alexander KornienkoAdded a test for ToolInvocation::mapVirtualFile method.
2012-06-01 Eric ChristopherSupport C++11 enum forward declarations.
2012-06-01 Argyrios Kyrtzidis[arcmt] Use CFBridgingRetain/CFBridgingRelease instead...
2012-06-01 Aaron BallmanAnonymous union members within a struct are now properl...
2012-05-31 Kaelyn UhrainIn TypoCorrectionConsumer, BestResults to CorrectionRes...
2012-05-31 Fariborz Jahanianobjc: properties of NSObject attribute must
2012-05-31 Tom Care[analyzer] Fix BugType memory leak in IdempotentOperati...
2012-05-31 Aaron BallmanUpdating the visualizers to include more datatypes...
2012-05-31 Anna Zaks[analyzer] Cleanup for r157721.
2012-05-31 Alexander KornienkoFix an object lifetime issue in clang/Tooling.
2012-05-31 Ted KremenekAllow some BugReports to opt-out of PathDiagnostic...
2012-05-31 Craig TopperAdd builtin for pclmulqdq instruction.
2012-05-30 Richard SmithOnly visit default arguments for template declarations...
2012-05-30 Anna ZaksChange wording of 'memcpy' type mismatch warning and...
2012-05-30 Anna Zaks[analyzer]Fix another occurrence of iterator invalidati...
2012-05-30 Jordan RoseAdd a test for '%@' suggestion for classes.
2012-05-30 Jordan RoseSuggest '%@' for Objective-C objects in ObjC format...
2012-05-30 David BlaikieDisable -Wunique-enum for anonymous enums.
2012-05-30 Jim GrosbachTableGen: Remove extraneous '\' at EOL in generated...
2012-05-30 Fariborz Jahanianobjective-c: revert r157407. It broke a project
2012-05-30 Manuel KlimekAdds a toString method to Replacement, which helps...
2012-05-30 Alexander KornienkoFixed a memory leak in clang/Tooling.
2012-05-30 Gabor Greifsupply a simple-minded testcase for r156813, to check...
2012-05-30 Alexey SamsonovClang docs update: list command-line flags that control...
2012-05-30 Craig TopperSSE4A should not imply LZCNT and POPCNT. FMA4 should...
2012-05-30 Craig TopperUpdate FIXME. ABM is already covered by LZCNT and POPCNT.
2012-05-30 Craig TopperMark extrqi and insertqi immediate arguments as being...
2012-05-30 Daniel JasperTest commit - Fix typo in comment.
2012-05-30 Eric ChristopherRemove some extra braces.
2012-05-30 Richard TrieuAdd new -Wunique-enum which will warn on enums which...
2012-05-30 Anna ZaksAdd fixits for memory access warnings.
next